@import url('https://www.laut-werden.de/design/font/opensans-web/open-sans.css');

#toast {
  visibility: hidden;
  min-width: 200px;
  background-color: #323232;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 12px 24px;
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 1000;
  font-family: sans-serif;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#toast.show {
  visibility: visible;
  opacity: 1;
}
#date-dates {
  float: right;
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
}
#ad-countdown {
	position: absolute;
	bottom: 10px;
	right: 15px;
	opacity: 0.65;
	color: white;
	padding: 3px 6px;
	border-radius: 5px;
	font-size: xx-small;
	display: none;
	font-weight: bold;
	text-shadow: 1px 1px black;
	z-index: 1;
}
	#video-ad-note {
		position: absolute;
		top: 10px;
		left: 15px;
		font-size: xx-small;
		color: #FFFFFF;
		display: block;
		z-index: 1;
		font-weight: bold;
		text-shadow:1px 1px black;
		display:none;
		opacity:0.65;
	}
	#video-ad-skip {
		display: none;
		position: absolute;
		bottom: 90px;
		right: 20px;
		background: #fff900;
		border-radius: 15px;
		color: #000000;
		z-index: 5;
		padding: 7px 15px 7px 15px;
		font-weight: 800;
		border: 2px solid #e9e8b9;
		cursor: pointer;
	}
.ad-container {
  width: 100%;
  max-width: 100%;
}
.adLabel {
  text-align: center;
  margin: -14px 0 5px;
  color: #ccc;
  font-size: x-small;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.adSoundStatus {    
  font-weight: normal;
  font-size: x-small;
  color: #393939;
  cursor: pointer;
  display: block;
  right: 5px;
  position: absolute;
}

.ad-container {
  width: 100%;
  max-width: 100%;
}

.ad-video-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
}

.ad-video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
}
.ad-content-picture, .ad-content-video {
  border-radius: 15px;
}


#item-links {
	display: block;
	position: relative;
}
#item-links > p.item-links-title {
	font-size: small;
}
#item-links > a {
	display: block;
	margin: 2px 0px 0px 5px;
	padding-left: 20px;
	text-decoration: none;
	background-image: url(/design/gfx/icon_link_extern.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px;
}

  .advertisement-desktop {
	display: block !important;
  }
  .advertisement-mobile {
	display: none !important;
  } 
  
  #subtitleToggleEN,
  #syncAudioToggle,
  #subtitleToggle{
	  cursor: pointer;
	width: unset !important;
	height:unset !important;
	}
	#subtitle-overlay {
	    position: absolute;
		bottom: 140px;
		width: -webkit-fill-available;
		text-align: center;
		color: white;
		font-size: x-large;
		background: rgba(0, 0, 0, 0.5);
		padding: 10px 20px;
		display: none;
		font-weight: 600;
		pointer-events: none; 
		user-select: none; 
		cursor: default; 
    }
    #top div.weather-symbol {
      position: absolute;
      display: block;
      width: 50px;
      aspect-ratio: 1/1;
      float: left;
      background: url(gfx/background_white_stretch.png) center center/100% 100% no-repeat;
	  top: 60px;
	  left: 290px;
	  right: unset;
    }
	#top.shrink div.weather-symbol {
	  top: 21px;
	  width: unset;
	  height: 36px;
	}
    div.weather-symbol img.zeichen {
      display: block; 
      position: absolute; 
      z-index: 1; 
      margin: 0 !important;
      width: 100%;
      aspect-ratio: 1/1;
      max-width: unset;
      max-height: unset;
      float: none;
    }
    div.weather-symbol img.dreieck {
      display: block; 
      position: absolute; 
      z-index: 0; 
      margin: 0 !important;
      width: 100%;
      aspect-ratio: 1/1;
      max-width: unset;
      max-height: unset;
      float: none;
    }

html {
  padding: 0px;
  margin: 0px;
  height: 100%;
  width: 100%; 
}
body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #858585;
  font-family: "Open Sans";
}
#hashtagbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin: 0px 0px 40px;
}
#hashtagbox a {
	margin: 2px 5px;
	display: block;
	color: #e3e3e3;
	text-decoration: none;
}
#splash-financing {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000000;
	background: url(/design/gfx/opacity_w_60.png) no-repeat center;
	background-size: cover;
	align-items: center;
	justify-content: center;
}
#splash-financing-note {
	display: block;
	width: 100%;
	max-width: 1024px;
	background: url(/design/gfx/opacity_b_80.png);
	position: absolute;
	z-index: 10000000;
	box-shadow: rgb(0, 0, 0) 0px 0px 10px;
	margin: 0 auto;
}
#landing {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000000;
	background: #000 url(/design/img/lw-berlin.jpg) no-repeat center;
	background-size: cover;
	align-items: center;
	justify-content: center;
}
#landing-note {
	display: block;
	width: 100%;
	max-width: 1024px;
	background: url(/design/gfx/opacity_b_60.png);
	position: fixed;
	z-index: 10000000;
	box-shadow: rgb(0, 0, 0) 0px 0px 10px;
	margin: 0 auto;
	text-align: center;
}
#financial-splash {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000000;
	background: #000 url(/design/img/lw-berlin.jpg) no-repeat center;
	background-size: cover;
	align-items: center;
	justify-content: center;
}
#financial-splash-note {
	display: block;
	width: 100%;
	max-width: 1024px;
	background: url(/design/gfx/opacity_b_70.png);
	position: fixed;
	z-index: 10000000;
	box-shadow: rgb(0, 0, 0) 0px 0px 10px;
	margin: 0 auto;
	text-align: center;
	border-radius: 15px;
	overflow: hidden;
}
.financial-splash-border {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 0.5%;
	min-height:3px;
	width: 100%;
	background-image: url(/design/gfx/opacity_b_50.png);
  }
.financial-splash-bar {
	position: relative;
	display: block;
	height: 0.5%;
	min-height:3px;
	width: 0%;
	margin: 0 auto;
	background: #FFF;
  }
.financial-splash-button-bar {
	display: flex;
}
  #stock-splash {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000000;
	background: #000 url(/design/img/lw-berlin.jpg) no-repeat center;
	background-size: cover;
	align-items: center;
	justify-content: center;
  }
  #stock-splash-note {
	display: block;
	background: url(/design/gfx/opacity_b_70.png);
	position: fixed;
	z-index: 10000000;
	box-shadow: rgb(0, 0, 0) 0px 0px 10px;
	margin: 0 auto;
	text-align: center;
	border-radius: 15px;
	overflow: auto;
	max-height: 90vh;
	max-width: 800px;
  }
  #stock-splash-picture {
	width: 70vh !important;
	border: 1px solid #000;
  }
  .stock-splash-border {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 0.5%;
	min-height:3px;
	width: 100%;
	background-image: url(/design/gfx/opacity_b_50.png);
  }
  .stock-splash-bar {
	position: relative;
	display: block;
	height: 0.5%;
	min-height:3px;
	width: 0%;
	margin: 0 auto;
	background: #FFF;
  }
  .stock-splash-button-bar {
	color: #FFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .stockRightArrow,
  .stockLeftArrow {
	color: #FFF;
    font-weight: bold;
    background: #FFFFFF25;
    text-decoration: none;
    border: 1px solid #808080;
    padding: 7px 20px 10px;
    margin: 0px 20px 0px 20px;
    display: inline-block;
    margin-bottom: 0px;
    position: absolute;
	border-radius: 15px;
  }
  .stockRightArrow:hover,
  .stockLeftArrow:hover {
	color: #FFF;
	font-weight:bold;
	background: #FFFFFF30;
	text-decoration: none;
	border: 1px solid #909090;
	padding: 7px 20px 10px;
	margin: 0px 20px 0px 20px;
	display: inline-block;
  }
  .splash-closer {
    color: #FFFFFFD9;
    font-weight: bold;
    background: #FFFFFF25;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 10px;
    border-radius: 100px;
	border: 1px solid #808080;
  }
  .splash-closer:hover {
	border: 1px solid #909090;
    background: #FFFFFF35;
    color: #FFFFFF;
  }
.stock-splash-button {
    color: #FFFFFFED;
    font-weight: bold;
    background: #FFFFFF25;
    text-decoration: none;
    border: 1px solid #808080;
    padding: 5px 10px;
    margin: 0px 20px 0px 20px;
    display: inline-block;
    width: 20%;
    border-radius: 100px;
    font-size: x-small;
}
.stock-splash-button:hover {
  color: #FFF;
  font-weight:bold;
  background: #FFFFFF30;
  text-decoration: none;
  border: 1px solid #909090;
  padding: 5px 10px;
  margin: 0px 20px 0px 20px;
  display: inline-block;
  width: 20%;
  font-size: x-small;
}
.financial-splash-button {
  color: #FFFFFFED;
  font-weight: bold;
  background: #FFFFFF25;
  text-decoration: none;
  border: 1px solid #808080;
  padding: 5px 10px;
  margin: 0px 20px 0px 20px;
  display: inline-block;
  width: 20%;
  border-radius: 100px;
  font-size: medium;
}
.financial-splash-button:hover {
  color: #FFF;
  font-weight:bold;
  background: #FFFFFF30;
  text-decoration: none;
  border: 1px solid #909090;
  padding: 5px 10px;
  margin: 0px 20px 0px 20px;
  display: inline-block;
  width: 20%;
  font-size: medium;
}
.note-finance {}
.note-finance > .description > .container p {
  padding: 0px 20px 0px !important;
  text-align: center !important;
}
.note-finance-frame {}
.note-finance-bar {}
.note-finance-indicator {}
.note-transport {}
.note-transport > .description > .container {
	display: flex;
    align-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.note-transport > .description > .container img { 
  float: inline-end;
  height: 3em;
  margin-left: 2em;
  margin-right: unset;
}
.note-transport > .description > .container p {
  padding: 0px 20px 0px !important;
  text-align: left !important;
  text-wrap-style: pretty;
  font-weight: 600 !important;
}
.note-transport-frame {}
.note-transport-bar {}
.note-transport-indicator {}
@media only screen AND (max-device-width: 949px) {
  .note-finance {
	  
  }
  .note-finance > .description > .container p {
	padding: 18px 20px 0px !important;
    text-align: center !important;
  }
  .note-finance-frame {  
	display: block;
    margin: 20px 5px 5px 5px !important;
    background: #DFDFDF;
    padding: 10px;
    border: 1px solid #C0C0C0;}
  .note-finance-bar {}
  .note-finance-indicator {}
  .note-transport {
	  border-top: 2px solid #a92d2d !important;
  }
  .note-transport > .description > .container {
	padding: 20px;
    flex-direction: row;
  }
  .note-transport > .description > .container img {
    float: inline-start;
    height: 3em;
    margin-left: unset;
    margin-right: 1em;
	margin-bottom: 5px;
  }
  .note-transport > .description > .container p {
  padding: 0px 20px 0px 0px !important;
    text-align: left !important;
    text-wrap-style: balance;
  }
  .note-transport-frame {  
	display: block;
    margin: 20px 5px 5px 5px !important;
    background: #DFDFDF;
    padding: 10px;
    border: 1px solid #C0C0C0;}
  .note-transport-bar {}
  .note-transport-indicator {}
}
@media only screen AND (max-device-width: 949px) {
  .financial-splash-button {
    width:100% !important;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-around;
  }
  .stock-splash-button {
    width: auto !important;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-around;
  }
  #stock-splash-picture {
	width: 100% !important;
	border: unset;
  }
  #stock-splash-note {
	display: block;
	width: 100%;
	max-width: 800px;
	background: url(/design/gfx/opacity_b_60.png);
	position: fixed;
	z-index: 10000000;
	box-shadow: rgb(0, 0, 0) 0px 0px 10px;
	margin: 0 auto;
	text-align: center;
	border-radius: 0px;
	overflow: auto;
  }
  #financial-splash-note {
	border-radius: 0px;
	overflow: auto;
  }
}
#sheet {
  position: relative;
  display: block;
  width: 100%;
  background-image: url(gfx/bg_white.png);
  background-repeat: repeat;
}
#top {
  position: relative;
  display: block;
  width: 100%;
  background: #FFF;
  border-bottom: 3px solid #CCC;
}
#top.shrink {
  position: fixed;
  display: block;
  width: 100%;
  background: #FFF;
  border-bottom: 3px solid #CCC;
  z-index: 1000000;
  top: 0;
  height: 80px;
}
/*#header {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 80%;
  height: 180px;
  max-width: 1240px;
}*/
#header {
  position: relative;
  top: 0;
  display: block;
  margin: 0 auto;
  width: 80%;
  height: 180px;
  transition: height 0.3s ease, padding 0.3s ease;
  z-index: 1000;
  background: #FFF;
  /* min-width: 1024px; */
  max-width: 1240px;
}
#top.shrink #header {
  position: relative;
  top: 0;
  display: block;
  margin: 0 auto;
  width: 80%;
  height: 80px;
  transition: height 0.3s ease, padding 0.3s ease;
  z-index: 1000;
  background: #FFF;
  /* min-width: 1024px; */
  max-width: 1240px;
}
#headLiveEye {
    display: none;
    width: 105px;
    height: 25px;
    background: url("/design/gfx/live_icon.png") no-repeat;
    position: absolute;
    top: 74px;
    right: 85px;
    z-index: 2147483647;
    background-size: contain;
}
#top.shrink #header #headLiveEye {
    display: none;
    width: 105px;
    height: 25px;
    background: url("/design/gfx/live_icon.png") no-repeat;
    position: absolute;
    top: 28px;
    right: 85px;
    z-index: 2147483647;
    background-size: contain;
}
.logo {
  position: absolute;
  display: block;
  font-family: Haettenschweiler;
  font-size: 36px;
  top: 23px;
  left: 0px;
  right: -5px;
  width: 130px;
  height: 127px;
  margin: 0 auto;
  background: url(gfx/logo.png) 100% 100% no-repeat;
  background-size: contain;
  transition: height 0.3s ease;
}

.logo img {
  display: block;
  width: 100px;
  height: 100px;
}
#top.shrink #header .logo {
  height: 59px;
  width: 60px;
  top: 10px;
}
#top.shrink #header .logo img {
  height: 40px;
}
#stories {
    position: absolute;
    display: block;
    font-size: 36px;
    top: 130px;
    left: 220px;
    right: 0;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background: url(/design/gfx/btn_heart_b.png) no-repeat;
    background-size: contain;
	transition: width 250ms, height 250ms, top 250ms, left 250ms;
}
#stories:hover {
	width: 36px;
	height: 36px;
    top: 127px;
    left: 217px;
}
#story {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000000;
	background: url(/design/gfx/opacity_b_80.png) no-repeat center;
	background-size: cover;
	align-items: center;
	justify-content: center;
}
.story-content {
    height: unset;
    background: url(/design/gfx/opacity_b_60.png);
    z-index: 10000000;
    max-width: 100%;
	display:flex;
	align-items: center;
}
.story-content p.info {
	display: block;
    top: 10px;
    color: #FFF;
    font-size: medium;
    position: fixed;
    z-index: 10000010;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
	font-weight: bold;
	border-radius: 15px;
	width: fit-content;
	background: url(/design/gfx/opacity_b_60.png);
	padding: 3px 10px 5px;
}
.story-object-img {    
	display: block;
    max-height: 100vh;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 20px #000;
    position: relative;
	left: 0;
	right: 0;
}
.search {
  position: absolute;
  display: block;
  top: 69px;
  left: 20px; 
}
.search #searchicon {
  position: absolute;
  width: 32px;
  height: 32px;
  background: #FFF url(/design/gfx/btn_search.png) no-repeat;
  background-size: cover;
  border: 1px solid #E0E0E0;
  cursor: pointer;
  display: none;
}
#top.shrink #header .search {
  position: absolute;
  display: block;
  top: 23px;
  left: 20px;
}
.search .search-input {
  position: relative;
  display: inline-block;
  width: 170px;
  font-family: "Open Sans", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-size: 16px;
  padding: 0px 15px;
  border: 1px solid #CCC;
  height: 32px;
  border-radius: 15px;
}
.search .search-button {
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #FFF url(/design/gfx/btn_search.png) no-repeat;
  background-size: cover;
  /*border-right: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;*/
  cursor: pointer;
  margin-left: 5px;
}
.navigation {
  position: absolute;
  display: block;
  top: 69px;
  right: 20px;
  z-index: 1000000;
}
#top.shrink #header .navigation {
  position: absolute;
  display: block;
  top: 21px;
  right: 20px;
  z-index: 1000000;
}
.navigation #menu-btn {
  position: absolute;
  cursor: pointer;
  display: block;
  font-family: Haettenschweiler;
  font-size: 36px;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
}
.navigation #menu-btn .menu-btn-line {
  height: 5px;
  border-radius: 15px;
  margin: 5px 0px 2px;
  background: #000;
  transition: all 0.4s ease; /* important for animation */
}
.navigation #menu-btn.active .menu-btn-line:last-child {
  opacity: 0;
}
.navigation #menu-btn.active .menu-btn-line:first-child {
  transform: rotate(45deg) translate(7px, 7px);
}
.navigation #menu-btn.active .menu-btn-line:nth-child(2) {
  transform: rotate(-45deg);
}
.navigation #menu {
  position: absolute;
  flex-wrap: wrap;
  display: none;
  right: 0px;
  top: 45px;
  width: 75px;
  /*border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;*/
  padding: 0px;
  margin: 0px;
}
.navigation #menu li {    
    padding: 0px;
    list-style: none;
    margin: 0px 0px 5px;
    display: block;
    background: #FFF;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    width: 74px;
    height: 74px;
    position: relative;
    border-radius: 15px;
    border: 1px solid #CC;
}
.navigation #menu li a {
    display: block;
    position: relative;
    color: #000;
    width: 74px;
    height: 74px;
    text-decoration: none;
    background-size: 60%;
    background-position: 51% 49%;
    background-repeat: no-repeat;
}
.navigation #menu li a:hover {
  background-color: #F0F0F0;
  border-radius: 15px;
}
#main {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 80%;
  /* min-width: 1024px; */
  max-width: 1240px;
}
#head h2 {
  text-align: center;
  font-family: "Open Sans";
  font-weight: 400;
  margin-bottom: 27px;
}
#content h3 {
  text-align: center;
  font-size: 30px;
  font-family: 'Open Sans';
  font-weight: 500;
}
#content .eyecatcher {
  display: none;
  width: 100%;
  aspect-ratio: 16/3;
  border: 1px solid #CCC;
  margin-bottom: 20px;
}
#content article {
  position: relative;
  font-family: "Open Sans";
  border: 2px solid #cccccc6b;
  background: #FFF;
  padding: 20px;
  margin: 0px 0px 40px 0px;
  cursor: pointer;
  border-radius: 15px;
}
#nxtLive article p.title {
  margin: 0px 0px 0px 0px;
  color: #CCC;
}
#nxtLive article h1 {
  color: #808080;
  text-align:center;
}
#nxtLive article p.stamp {
  margin: 0px 0px 0px 0px;
  color: #CCC;
  text-align: right;
  font-weight: lighter;
  font-style: italic;

}
#lastyear article p.title {
  margin: 0px 0px 0px 0px;
  color: #CCC;
}
#lastyear article h1 {
  color: #808080;
  text-align:center;
}
#lastyear article p.stamp {
  margin: 0px 0px 0px 0px;
  color: #CCC;
  text-align: right;
  font-weight: lighter;
  font-style: italic;

}
.page-undefined #content article {
  padding: 10px 20px 20px 20px;
}
#content article .media {
  position: relative;
}
#content article .media .items {
  position: relative;
  background: #000;
}
#content article .media .w100 {
  width: unset;
  float: unset;
}
#content article .media .items .chooser {
  position: relative;
  display: block;
  height: 100%;
  font-size: 30px;
  color: #FFF;
  font-weight: bolder;
  background: #000;
  padding: 0px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#content article .media .items .chooser .choose-left {
  position: relative;
  width: 20px;
  height: 19px;
  background: url("gfx/btn_arrow-left.png") center center/100% auto no-repeat;
  display: block;
  margin: 10px;
  float: left;
}
#content article .media .items .chooser .choose-right {
  position: relative;
  width: 20px;
  height: 19px;
  background: url("gfx/btn_arrow-right.png") center center/100% auto no-repeat;
  display: block;
  margin: 10px;
  float: right;
}
#content article .media .items .chooser .choose-center {
  position: absolute;
  right: 20%;
  left: 20%;
  bottom: 7px;
  text-align: center;
  display: block;
}
#content article .media .items .chooser .choose-center a.btn {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  background: url("gfx/btn_item-box-small.png") center center/100% 100% no-repeat;
}
#content article .media .items .chooser .choose-center a.big {
  background: url("gfx/btn_item-box.png") center center/100% 100% no-repeat;
}
#content article .media .items .item {
  position: relative;
  background: #000;
}
#content article .media .items .item img {
  position: relative;
  display: block;
  max-width: 100%;
  max-height: 60vh;
  margin: 0 auto;
  object-fit: cover;
}
.page-item #content article .media .items .item img {
  max-height: unset;
}
#content article .media .items .item video {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
}
#content article .description {
  position: relative;
}
#content article .description .container {
  position: relative;
}

.no-padding-item-headline { 
  padding-top: 0px !important;
}
#content article .description .container .attachments {
  width: 200px;
  position: relative;
  display: block;
  float: right;
  margin: 20px 0px 20px 20px;
  padding: 20px 20px;
  border: 1px solid #CCC;
}
#content article .description .container .attachments h3 {
  margin: 0px 0px 0px 0px;
  text-align: left;
  font-size: 20px;
  padding: 0px;
  font-weight: bold;
}
#content article .description .container .attachments ul {
  margin-bottom: 0px;
}
#content article .description .container .attachments ul li {
  word-break: break-all;
}
#content article .description .container .attachments ul li a {
  text-decoration: none;
}
#content article .description h1 {
  font-weight: bolder;
  padding: 0px 0px 0px 20px;
  margin: 0px;
  word-wrap: break-word;
}
.date-noentry #content article .description h1 {
  padding: 0px 0px 0px 0px;
}
#content article .wide h1 {
  font-size: 30px;
  padding: 20px 0px;
}
#content article .w100 h1 {
  padding: 0px;
}
#content article h2 {
  font-size: 22px;
  padding: 0px 0px 10px 0px;
  margin: 10px 0px 0px 0px;
}
#content article h3 {
  font-size: 18px !important;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
  margin: 20px 0px 0px 0px;
}
#content article h4 {
  padding: 0px 0px 10px 0px;
  margin: 20px 0px 0px 0px;
}
#content article h5 {
  padding: 0px 0px 10px 0px;
  margin: 20px 0px 0px 0px;
}
#content article h6 {
  padding: 0px 0px 10px 0px;
  margin: 20px 0px 0px 0px;
}
body.page-undefined #content article .description p {
  font-weight: normal;
  padding: 10px 0px 0px 0px;
  margin: 0px;
  text-align: justify;
  text-justify: inter-word;
}
#content article .description p {
  font-weight: normal;
  padding: 10px 0px 0px 20px;
  margin: 0px;
  text-align: justify;
  text-justify: inter-word;
}
body.text #content article .description p {
  text-align: center;
}
#content article .description p.hashtags {
  padding: 10px 0px 0px 0px;
  margin: 0px;
  text-justify: inter-word;
  font-weight: bold;
  font-size: smaller;
  text-align: right;
  font-weight: 300;
  color: #DFDFDF;
}
#content article .wide p {
  font-weight: normal;
  padding: 10px 0px 0px 0px;
  margin: 0px;
  text-align: justify;
  text-justify: inter-word;
}
#content article .w100 p {
  padding: 10px 0px 0px 0px;
}
#content article .description p a {
  font-weight: lighter;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: medium;
  text-decoration: none;
  cursor: pointer;
}
#content article .description p a.videotimestamp {
  margin: 0px 0px 0px 0px;
  color: blue;
}
#content article .description p.link {
  text-align: center;
  padding: 20px;  word-wrap: break-word;
}
#termine #content article .description p.link {
  text-align: center;
  padding: 20px 0px 20px 20px;
  text-justify: inter-word;
}
#content article .description p.link a,
#content article .description p.link span {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 0px;
  margin: 0px;
}
#content article .description p.stamp {
  font-weight: lighter;
  font-style: italic;
  text-align: right;
  padding: 10px 0px 0px 20px;
  margin: 0px;
}
#content article.notification .description p {
  font-weight: normal;
  padding: 0px 0px 0px 20px;
  margin: 0px;
  text-align: justify;
  text-justify: inter-word;
}
#content article.notification .description p.stamp {
  font-weight: lighter;
  font-style: italic;
  text-align: center;
  padding: 0px 0px 5px 0px;
  margin: 0px;
}
body.text #content article .description p.stamp {
	padding: 10px 0px 0px 0px;
}
body.faq article {
  padding: 0px !important;
}
.faqs {    
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
}
.faq-block {
  display: block;
  width: 50%;
}
.faq-question {
  display: block;
  margin: 20px 20px 0px 20px !important;
  padding: 0px !important;
}
.faq-question h2 {
  display: block;
  margin: 0px !important;
  padding: 0px !important;
}
.faq-answer {
  display: block;
  margin: 10px 20px 20px 20px !important;
  padding: 0px !important;
}
.faq-answer p {
  display: block;
  margin: 0px 0px 0px 10px !important;
  padding: 0px !important;
}
.viewbar {display: block;margin: 20px 0px 20px 20px;background: #DFDFDF;padding: 5px;border:1px solid #C0C0C0;}
.w100 .viewbar {margin: 20px 0px 20px 0px;}
.viewbar-border {display: block;width: 100%;background: #FFF;padding: 0px;}
.viewbar-indicator {display: block;background: #7f7f7f;height:10px;margin: 0px;}
.viewbar-indicator-g {display: block;background: #000;height:10px;margin: 0px;}
#content article .description .splitline {
  margin: 20px 0px 20px 0px;
  border: 1px solid #CCC;
}
#content .comments {   
	position: relative;
    display: block;
    padding: 20px;
    background: #FFF;
    border: 2px solid #cccccc6b;
	margin-bottom: 40px;
	border-radius: 15px;
}
#content .comments h3 {
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    font-size: x-large;
}
#content .comments h4 {
  font-weight: bold;
  font-size: small;
  padding: 0px 0px 0px 20px;
  margin: 20px 0px 0px 0px;
  clear: both;
}
#content .comments h4.single {
  font-weight: bold;
  font-size: 18px;
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
  clear: both;
}
#content .comments h3 span {
  font-weight: lighter;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 10px;
  font-size: 14px;
}
#content .comments h3 a {
  font-weight: lighter;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 10px;
  font-size: small;
  text-decoration: none;
}
#content .comments .comment-form {   
	position: relative;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    border: 1px dashed #CFCFCF;
    padding: 20px;
}
#content .comments .comment-form p.info {
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
  text-align: center;
}
#content .comments .comment-form input {
  padding: 5px 10px;
  margin: 0px 0px 5px 0px;
  border: 1px solid #CCC;
  font-family: "Open Sans";
  font-size: 16px;
}
#content .comments .comment-form textarea {
  width: -webkit-fill-available;
  padding: 10px;
  margin: 0px;
  border: 1px solid #CCC;
  font-family: "Open Sans";
  font-size: 16px;
}
#content .comments .comment-form button {
    padding: 10px 20px;
    margin: 0px 0px 5px 0px;
    border: 1px solid #CCC;
    font-family: "Open Sans";
    font-size: medium;
    font-weight: bold;
}
#content .comments .entry {
  padding: 10px 40px 0px 40px;
  margin: 0px 0px 10px 0px;
}
#content .comments .entry p {
  font-weight: normal;
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  font-style: normal;
}
#content .comments .entry p span.timestamp {
  font-weight: normal;
  font-size: 12px;
  padding: 0px;
  margin: 0px 10px 0px 0px;
}
.socialsharebar {
  display: flex;
  margin: 0px 0px 40px 0px;
  justify-content: center;
}
.socialsharebar-icon {
  display: block;
  margin-left: 10px;
}
.socialsharebar-text {
  display: block;
  margin-left: 0px;
}
.socialsharebar-text p {
  font-size: small;
  margin: 0px;
  padding: 0px;
}
.socialsharebar-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: #000;
  stroke: unset;
}
#content #pagination {
  position: relative;
  display: block;
  margin: 0px 0px 40px 0px;
}
#content #pagination p {
  font-size: 14px;
  margin: 5px 0px 0px 0px;
  text-align: center;
}
#content #pagination ul {
  position: relative;
  display: block;
  padding: 0px;
  margin: 0 auto;
  width: fit-content;
}
#content #pagination ul li {
  position: relative;
  display: inline-block;
  list-style: none;
  font-size: medium;
  font-weight: bold;
  padding: 5px 10px;
}
#content #pagination ul li.page {
  position: relative;
  display: inline-block;
  list-style: none;
  font-weight: normal;
  background: white;
  border: 1px solid #CCC;
  margin: 0px 10px 0px 0px;
  padding: 0px 0px;
}
#content #pagination ul li.active {
  font-weight: bold;
  text-decoration: underline;
  padding: 0px 0px;
}
#content #pagination ul li.page a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 5px 10px 7px;
}
#content .note {
  margin: 0px 20px 40px 20px;
  text-align: center;
  font-style: italic;
  font-size: 14px;
}
#content select#states {
  position: relative;
  display: block;
  /* width: 180px; */
  font-family: "Open Sans", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-size: 16px;
  padding: 0px 10px;
  border: 1px solid #CCC;
  height: 32px;
  margin: 0 auto 20px;
}
#footer {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0px;
}
#footer p {
  position: relative;
  display: block;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  font-family: "Open Sans";
  font-weight: lighter;
  color: #CCC;
  text-align: center;
}
#footer p a {
	text-decoration: none;
	color: #CCC;
}
#footer p img {
  position: relative;
  padding: 0px;
  margin: 5px 0px 0px 10px;
  top: 5px;
  vertical-align: bottom;
}
#bottom {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0px;
  background: #CCC;
  border-top: 5px solid #858585;
}
#bottom p {
  position: relative;
  font-family: "Open Sans";
  font-weight: lighter;
  text-align: center;
  font-size: small;
  color: #858585;
}
#bottom p a {
  position: relative;
  text-decoration: none;
  color: #858585;
}
#bottom p a img {
  opacity: 0.5;
}
#event-registration {
  display: block;
  margin: 20px auto;
  width: 40%;
  min-width: fit-content;
  border: 1px dashed #CCC;
  padding: 20px;
}
#event-registration div label {
  vertical-align: top;
  display: inline-block;
  padding: 0px;
  margin: 0px 20px 0px 0px;
  width: 200px;
}
#event-registration div input {
  display: inline-block;
  width: 300px;
  padding: 5px;
  font-size: 16px;
}
#event-registration div textarea {
  display: inline-block;
  width: 302px;
  padding: 5px;
  font-size: 16px;
  font-family: 'Open Sans';
}
#event-registration div input[type=submit] {
  display: inline-block;
  width: 314px;
  padding: 5px;
  font-size: 16px;
  margin-top: 3px;
  font-weight: bold;
}
#event-registration div input[type=button] {
  display: inline-block;
  width: 314px;
  padding: 5px;
  font-size: 16px;
  margin-top: 3px;
  font-weight: bold;
}
#event-registration div select {
  display: inline-block;
  width: 314px;
  padding: 5px;
  font-size: 16px;
}
#event-registration div p.explanation {
  width: 518px;
  font-size: 12px;
  margin: 0px;
  padding: 0px 0px 0px 20px;
  text-align: unset;
}
#event-registration div p.disclaimer {
  width: 538px;
  font-size: 14px;
  margin: 20px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: justify;
  font-weight: bold;
}
.btn-event-registration {
	display: block; 
	border: 1px solid #CCC; 
	padding: 5px 15px; 
	margin: 10px auto 0px auto; 
	color: #000; 
	text-decoration: none; 
	width: fit-content;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.w60 {
  width: 60%;
  float: left;
}
.w40 {
  width: 40%;
  float: left;
}
.w50 {
  width: 50%;
  float: left;
}
.download-short{
	display: block !important;
	margin: 20px auto 0 !important;
	border: 1px solid #CCC !important;
	background: #EFEFEF url(/design/gfx/btn_download_b.png) 10px 6px/auto 60% no-repeat !important;
	color: #000 !important;
	font-weight: bold !important;
	font-size: normal !important;
	padding: 5px 10px 5px 40px !important;
	width: fit-content !important;
}
#recommended-content {
  display: flex;    
  flex-direction: row;    
  flex-wrap: nowrap;    
  align-content: flex-start;    
  justify-content: space-between;    
  align-items: flex-start;    
  margin-bottom: 40px;
}
.recommended-video {
	cursor: pointer; display: block;width: 20%;background: #FFF;padding: 10px;border: 2px solid #cccccc6b;margin: 0px 0px 5px 0px;
}
.rvt {
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	word-wrap: break-word;
}
.rvtd {
	font-size: smaller;text-align: right;margin: 5px 0px 0px;
}
#stock-content {
  display: flex;    
  flex-direction: row;    
  flex-wrap: nowrap;    
  align-content: flex-start;    
  justify-content: space-between;    
  align-items: flex-start;    
  margin-bottom: 40px;
}
.stock-picture {
	cursor: pointer;
	display: block;
	width: 20%;
	background: #FFF;
	padding: 20px;
	border: 2px solid #cccccc6b;
	margin: 0px 0px 10px 0px;
}
.srvt {
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	word-wrap: break-word;
}
.srvtd {
	font-size: smaller;
	text-align: right;
	margin: 5px 0px 0px;
}
.mobile-break {
	display: none;
}
#setcard {
  display: block;
  margin: 0px 0px 40px 0px;
  background: #FFF;
  border: 2px solid #cccccc6b;
  padding: 20px;
  border-radius: 15px !important;
}
#setcard h3 {
  font-size: x-large;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
			#setcard .stockbar {
				display: flex;
				flex-wrap: wrap;
				align-content: center;
				justify-content: space-around;
				align-items: center;
			}
			#setcard .stockbar .picture {
				display: block;
			}
			#setcard .stockbar .picture img {
				width: 150px;
				filter: grayscale(1);
				margin: 10px;
			}
@media only screen AND (max-device-height: 450px) {}
@media only screen AND (max-device-width: 600px) {}
@media only screen and (max-width: 949px), only screen and (max-device-width: 949px) {
	#setcard {
		border-radius: 0px !important;
	}		
	#content .comments {   
		border-radius: 0px !important;
	}
	.rvt {
		font-weight: bold;
		font-size:smaller;
		margin: 5px 0px 0px 0px;
		word-wrap: break-word;
	}
	.rvtd {
		font-size: xx-small;text-align: right;margin: 5px 0px 0px;
	}
	  #recommended-content { 
		justify-content: space-evenly;      
		flex-wrap: wrap;
	  }
	  .recommended-video {
		width: 40%;
		margin: 0px 0px 10px 0px;
	  }
	#date-dates {
	  float: unset;
	  width: unset;
	}
	#video-ad-note {
		position: absolute;
		top: 10px;
		left: 15px;
		font-size: 8px;
		color: #FFFFFF;
		display: block;
		z-index: 1;
		font-weight: bold;
		text-shadow:1px 1px black;
		display: none;
		opacity:0.65;
	}
	#video-ad-skip {
		display: none;
		position: absolute;
		bottom: unset;
		top: 20px;
		right: 20px;
		background: #fff900;
		border-radius: 15px;
		color: #000000;
		z-index: 5;
		padding: 4px 8px 4px 8px;
		font-weight: 500;
		border: 2px solid #e9e8b9;
		cursor: pointer;
		font-size: xx-small;
	}
	.ad-content-picture, .ad-content-video {
		border-radius: 0px;
	}
	#item-links {
		display: block;
		position: relative;
		padding-bottom: 20px;
		margin-top: 5px;
	}
	#item-links > p.item-links-title {
		font-size: small !important;
		margin: 0px 20px !important;
		padding: 0px !important;
		text-align: left !important;
	}
	#item-links > a {
		display: block;
		margin: 2px 0px 0px 20px;
		padding-left: 15px;
		text-decoration: none;
		background-image: url(/design/gfx/icon_link_extern.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 10px;
	}
	.no-padding-item-headline { 
	  padding-top: 15px !important;
	}
	#subtitle-overlay {
	    position: absolute;
		bottom: 50px;
		width: -webkit-fill-available;
		text-align: center;
		color: white;
		font-size: x-small;
		background: rgba(0, 0, 0, 0.5);
		padding: 10px;
		display: none;
  }
  #syncAudioToggle,
  #subtitleToggle {
	  cursor: pointer;
	width:  30px !important;
	height: 30px !important;
	}
  #subtitleToggleEN {
	  cursor: pointer;
	width:  52px !important;
	height: 30px !important;
	} 
  #hashtagbox {
    margin: 0px 10px 40px 10px;
  }
  #filterbox p {
	text-align:center !important;
  }
  #stock-content { 
    justify-content: space-evenly;      
    flex-wrap: wrap;
  }
  .stock-picture {
	width: 35%;
	margin: 0px 0px 10px 0px;
  }
  .financial-splash-button-bar {
	display: block;
  }
  .advertisement-desktop {
	display: none !important;
  }
  .advertisement-mobile {
	display: block !important;
  }
  .mobile-break {
	  display: block;
  }
  .viewbar {margin: 0px 20px 20px 20px;}
  .w100 .viewbar {margin: 0px 20px 20px 20px;}
  .viewbar-border {}
  .viewbar-indicator {}
  .code-button {
	  display: none;
  }
  .download-short { 
	display: block;
	margin: 0px auto 0;
	border: 1px solid #CCC;
	background: #EFEFEF;
	color: #000;
	font-weight: bold;
	font-size: small;
	padding: 5px 10px 5px 38px !important;
	width: fit-content;
  }
  #header {
    height: 180px;
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
  #top.shrink #header {
	position: relative;
	top: 0;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 80px;
	transition: height 0.3s ease, padding 0.3s ease;
	z-index: 1000;
	background: #FFF;
	max-width: 1240px;
  }
  .logo {
	top: 27px;
    right: 0px;
    width: 115px;
    height: 112px;
  }
  #stories {
    top: 120px;
    left: 180px;
  }
  #stories:hover {
    top: 117px;
    left: 177px;
  }
  #head h2 {
    padding: 8px 0px 10px;
	text-align: center;
	font-family: "Open Sans";
	font-weight: lighter;
	margin-bottom: 27px;
  }
  .page-undefined #head h2, #termine #head h2, #suche #head h2 {
    margin-bottom: 0px;
  }
  #landing-note {
    display: block;
    width: 100%;
    max-width: unset;
	background: url(/design/gfx/opacity_b_60.png);
    position: fixed;
    z-index: 10000000;
    box-shadow: rgb(0, 0, 0) 0px 0px 10px;
    margin: 0 auto;
  }
  #content h3 {
    padding-top: 0px;
    margin: 15px 0px 10px 0px;
    text-align: center;
    font-size: 32px;
    font-family: 'Open Sans';
    font-weight: 600;
  }
  .search {
    position: absolute;
    display: block;
    top: 164px;
    left: 10px;
    right: 10px;
    margin: 0 auto;
    width: auto;
  }
  #top.shrink #header .search {
	left: 15px;
  }
  #top.shrink #header .search #searchicon {     
    display: block;
    border-radius: 15px;
    background-size: 85%;
    background-position: center;
  }
  #top.shrink #header .search #searchform {
	display: none;
  }
  .search .search-input {
    position: relative;
    display: block;
    width: -webkit-fill-available;
    font-family: "Open Sans", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 16px;
    padding: 0px 2%;
    border: 1px solid #CCC;
    height: 32px;
	padding: 0px 15px;
  }
  .search .search-button {   
	position: absolute;
    display: block;
    border-left: 1px solid #CCC;
    width: 34px;
    height: 32px;
    background: #fff url(/design/gfx/btn_search.png) no-repeat;
    background-size: 80%;
    cursor: pointer;
    right: 1px;
    top: 1px;
    opacity: 0.5;
    background-position: center;
  }
  .navigation {
    top: 10px;
    right: 15px;
  }
  #top.shrink #header .navigation {
    right: 15px;
  }
  #headLiveEye {
    display: block;
    width: 70px;
    height: 18px;
    background: url("/design/gfx/live_icon.png") no-repeat;
    position: absolute;
    top: 18px;
    left: 16px;
    z-index: 2147483647;
    background-size: contain;
  }
  #top.shrink #header #headLiveEye {
    display: block;
    width: 60px;
    height: 14px;
    background: url("/design/gfx/live_icon.png") no-repeat;
    position: absolute;
    top: 32px;
    left: 65px;
    z-index: 2147483647;
    background-size: contain;
  }
  #top div.weather-symbol {    
	top: 9px;
    left: unset;
	right: 65px;
    height: 36px;
    width: unset;
  }
  #top.shrink div.weather-symbol {
	top: 21px;
    left: unset;
	right: 65px;
  }
  #main {
    width: unset;
    min-width: unset;
    max-width: unset;
  }
  #nxtLive article p.title {
    margin: 20px 0px 0px 20px;
    color: #CCC;
    font-size: 14px;
  }
  #nxtLive article h1 {
    color: #808080;
    text-align:center;
    margin: 20px 20px 20px 20px;
  }
  #nxtLive article p.stamp {
    margin: 0px 20px 20px 20px;
    color: #CCC;
    text-align: right;
    font-weight: lighter;
    font-style: italic;
    font-size: 14px;
  }
  #lastyear article p.title {
    margin: 20px 0px 0px 0px;
    color: #CCC;
	text-align: center;
    font-size: 14px;
  }
  #lastyear article h1 {
    color: #808080;
    text-align:center;
    margin: 5px 20px 20px 20px;
    font-size: 18px;
  }
  #content article {
    border: none;
    border-top: 2px solid #cccccc6b;
    border-bottom: 2px solid #cccccc6b;
    padding: 0px; 
	border-radius: 0px;
  }
  .socialsharebar {    
    display: flex;
    margin: 40px 0px 40px 0px;
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .page-undefined #content article {
    padding: 10px 20px 20px 20px;
  }
  article > .w60 {
    width: unset;
    float: unset;
  }
  article > .w40 {
    width: unset;
    float: unset;
  }
  #content .eyecatcher {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
  }
  #content article .media .items .item video {
    position: relative;
    display: block;
    max-height: 100vh;
    aspect-ratio: unset;
  }
  #content article .description .container .attachments {
    width: auto;
    float: unset;
    margin: 20px 20px 0px 20px;
  }
  #content article .description h1 {
    font-size: 24px;
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 0px 20px;
  }
	.date-noentry #content article .description h1,
	.page-item #content article .description h1 {
	  font-weight: bolder;
	  padding: 20px 20px 0px 20px;
	  margin: 0px;
	}
  body.text #content article .description h1 {
	font-weight: bolder;
	padding: 20px 20px 0px 20px;
	margin: 0px 0px 10px 0px;
  }
  body#termine #content article .description h1 {
	text-align: center !important;
  }
  body.text #content article .description h2 {
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 20px 0px;
  }
  body.text #content article .description h3 {
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	margin: 20px 0px 20px 0px;
  }
  
  body.text #content article .description h4 {
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	margin: 20px 0px 20px 0px;
  }
  
  body.text #content article .description h5 {
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	margin: 20px 0px 20px 0px;
  }
  body.text #content article .description h6 {
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	margin: 20px 0px 20px 0px;
  }
  
  #content article .description p {
    font-size: 14px;
    padding: 20px 20px 10px 20px;
    text-align: unset;
  }
  body.text #content article .description p {
    text-align: center;
    padding: 0px 20px 0px 20px;
	margin: 0px 0px 10px 0px;
  }
  body.text #content article .description p.stamp {
    text-align: center;
    padding: 0px 20px 20px 20px;
  }
  #content article .description p.stamp {
    padding: 0px 20px 10px 20px;
  }
  #content article .description p a {
    font-size: 14px;
  }
  #content article .description p.hashtags {
    padding: 10px 20px 0px 20px;
  }
  #content article .description p.link {
    padding: 10px 20px 20px 20px !important;
  }
  #content article .description .splitline {
    margin: 20px;
  }
  #content article.notification .description p {    
    font-weight: normal;
    padding: 0px 0px 15px 0px;
    margin: 0px;
  }
  #content article.notification .description p.stamp {
    text-align: center;
    margin: 10px 0px 0px 0px;
  }
  #content article .description .comments {
    padding: 0px 20px 0px 20px;
  }
  #content article .description .comments h3 {
    font-size: 18px;
    padding: 0px;
  }
  #content article .description .comments h4 {
    font-size: 14px;
  }
  #content article .description .comments h4.single {
    font-size: 16px;
    padding: 0px;
  }
  #content article .description .comments h3 span {
    font-size: 14px;
  }
  #content article .description .comments h3 a {
    font-size: 14px;
  }
  #content article .description .comments .entry {
    padding: 0px;
    margin: 0px 0px 20px 0px;
  }
  #content article .description .comments .entry p {
    font-size: 14px;
  }
  #content article .description .comments .comment-form {
    padding: 0px;
  }
  #content article .description .comments .comment-form input {
    width: -webkit-fill-available;
  }
.faq-block {
  display: block;
  width: 100%;
}
.faq-question {
  display: block;
  margin: 20px 20px 0px 20px !important;
  padding: 0px !important;
}
.faq-question h2 {
  display: block;
  margin: 0px !important;
  padding: 0px !important;
}
.faq-answer {
  display: block;
  margin: 10px 20px 20px 20px !important;
  padding: 0px !important;
}
.faq-answer p {
  display: block;
  margin: 0px 0px 0px 10px !important;
  padding: 0px !important;
}
  #content #pagination ul li {
    font-size: 18px;
  }
  #footer p {
    font-size: 12px;
    padding: 0px 0px 10px 0px;
  }
  #footer p img {
    width: auto;
    height: 20px;
	vertical-align: baseline;
  }
  #bottom {
    padding: 20px 0px 10px 0px;
    margin: 0px;
  }
  #bottom p {
    margin: 0px 0px 10px 0px;
    font-size: 14px;
  }
  form#event-registration {
  	width: unset !important;
  }
  form#event-registration div p {
	width: unset !important;  
  }
  form#event-registration div input,
  form#event-registration div select,
  form#event-registration div textarea {
	/*width: -webkit-fill-available !important;*/
  }
  .btn-event-registration {
	margin: 10px auto 30px auto; 
  }
  #setcard h3 {
	font-size: x-large;	
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px;
  }
}