/*
	Theme Name: ugt
	Version: 1
	Author: Lars Kuczynski
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	padding: 0;
	margin: 0;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
@font-face {
	font-family: 'Montserrat-Regular';
  src: url('http://www.ugt-brandenburg.de/wp-content/themes/ugt/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat-Italic';
  src: url('http://www.ugt-brandenburg.de/wp-content/themes/ugt/fonts/Montserrat/Montserrat-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat-Light';
  src: url('http://www.ugt-brandenburg.de/wp-content/themes/ugt/fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat-LightItalic';
  src: url('http://www.ugt-brandenburg.de/wp-content/themes/ugt/fonts/Montserrat/Montserrat-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat-Bold';
  src: url('http://www.ugt-brandenburg.de/wp-content/themes/ugt/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat-BoldItalic';
  src: url('http://www.ugt-brandenburg.de/wp-content/themes/ugt/fonts/Montserrat/Montserrat-BoldItalic.ttf') format('truetype');
}

body {
	font: 14px "Montserrat-Regular",Arial,Helvetica,Verdana,sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #2b2b2b;
	/* background-color: var(--color4); */
	/* word-wrap: break-word;
	hyphens: auto; */
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	height: auto;
	vertical-align:bottom;
}
a {
	color: var(--color3);
	text-decoration:none;
	transition: .2s all;
}
a:hover {
	color: var(--color2);
	transition: .2s all;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus,
textarea:focus {
	outline:1px solid #04A4CC;
	border:1px solid #04A4CC;
}
button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

/*--------------------------------------------------------------
## Gutenberg Media & Text Block Fallback for IE11
--------------------------------------------------------------*/
.wp-block-media-text:after {
	display: table;
	content: "";
	clear: both;
}
.wp-block-media-text figure {
	float: left;
	width: 50%;
}
figure {
	position: relative;
}
.wp-block-media-text .wp-block-media-text__content {
	float: right;
	width: 50%;
}
.wp-block-media-text.has-media-on-the-right figure {
	float: right;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	float: left;
}
@supports (display: grid) {
	.wp-block-media-text figure {
		float: none;
		width: inherit;
	}
	.wp-block-media-text .wp-block-media-text__content {
		float: none;
		width: inherit;
		padding: 40px;
	}
	.wp-block-media-text.has-media-on-the-right figure {
		float: none;
	}
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
		float: none;
	}
}

/*------------------------------------*\
    GALLERY
\*------------------------------------*/

section#gallery section.widget {
	position: relative;
	z-index: 100;
}

/* wrapper */
.wrapper {
	width:1160px;
	padding: 0 20px;
	margin:0 auto;
}
.spacer {
	padding: 45px 0;
	display: block;
}
.home main.spacer {
	padding: 0;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.gallery-item {
	padding: 10px;
}
.gallery-columns-2 > .gallery-item {
	width: calc(100%/2) !important;
}
.gallery-columns-3 > .gallery-item {
	width: calc(100%/3) !important;
}
.gallery-columns-4 > .gallery-item {
	width: calc(100%/4) !important;
}
.gallery-columns-5 > .gallery-item {
	width: calc(100%/5) !important;
}
.gallery-item img {
	width: 100%;
  height: 100%;
	margin: 0 auto;
}
.gallery figcaption {
	max-width: 150px;
	margin: 8px auto 0;
	display: block;
}
.gallery figcaption,
.wp-block-gallery figcaption {
	display: none;
}

.hide {
	display: none !important;
}

/*------------------------------------*\
    TYPO
\*------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1rem;
}
h1 {
	font-weight: 300;
	font-size: 36px;
	text-transform: uppercase;
	color: var(--color3);
}
h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: var(--color3);
	font-weight: 300;
}
#gallery h2 {
	font-size: 36px;
	margin: 0 0 20px 8px;
}
h3 {
	font-size: 18px;
	color: var(--color3);
	margin-bottom: 1.5rem;
	font-weight: 300;
}
h4 {
	font-size: 23px;
	font-weight: 300;
	margin-bottom: 25px;
}
h5 {
	font-size: 18px;
	font-weight: 300;
	margin: 25px 0;
}
p {
	margin-bottom: 2rem;
}
p:last-child {
	margin-bottom: 0px;
}
.subtitle {
	margin-bottom: 10px;
	display: block;
	color: var(--color2);
}

ul, ol {
	padding-left: 40px;
}
.entry-content ul,
.entry-content ol {
	margin-bottom: 1rem;
}

hr {
  float: none;
  clear: both;
  margin: 30px 0 20px;
}

.wp-block-column {
  flex-basis: calc(50% - 32px);
  flex-grow: 0;
}
.wp-block-column:not(:first-child) {
	margin-left: 64px;
}

.copyright-overimage,
figcaption {
	position: absolute;
	top: 20px;
	left: 0;
	padding-left: 20px;
	display: block;
	width: 100%;
	color: #fff;
}

.copyright-overimage.bottom {
	bottom: 20px;
	top: unset;
}

.copyright-overimage.right {
	text-align: right;
	padding-right: 20px;
	padding-left: unset;
}

.copyright-overimage.center {
	text-align: center;
	padding: unset;
}




/*------------------------------------*\
    HEADER
\*------------------------------------*/

header.header {
	position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9999;
}
header.header::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  /* background-image: linear-gradient(var(--color3),transparent); */
	opacity: .65;
  z-index: 1;
}
/* .custom-logo-link:before {
  position: absolute;
  z-index: 3;
  display: inline-block;
  width: 609px;
  height: 287px;
  content: "";
  margin-left: -100px;
} */
header a.facebook {
	position: absolute;
	top: 32px;
	right: 10px;
	z-index: 100;
}
header a.facebook img {
	width: 18px;
	border-radius: 3px;
	border-color: transparent;
	transition: .3s all;
}
header a.facebook:hover img {
	opacity: .5;
	transition: .3s all;
}
.custom-logo-link img {
	width: 420px;
	position: relative;
	z-index: 10;
	padding: 32px 0;
	/* margin-top: -13px; */
}

.subheader {
	background-color: var(--color3);
	position: relative;
	height: 650px;
}

.subheader .page-title {
	position: absolute;
	bottom: 80px;
	max-width: 30%;
}

.subheader .page-title h1 {
	font-size: 25px;
	line-height: 30px;
	color: #fff;
}

.subheader .page-title h2 {
	font-size: 35px;
	line-height: 42px;
	color: #fff;
	text-transform: none;
}

.subheader .headerimage {
	position: absolute;
  right: 0;
  bottom: -10%;
  overflow: hidden;
  width: 860px;
}

.subheader .headerimage > img {
	position: absolute;
	top: 0;
	right: 0;
	width: 78px;
}

.subheader > img {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 255px;
}

.subheader .headerimage .headerimage-inner {
	border-top-left-radius: 293px;
	border-bottom-left-radius: 293px;
	background-size: cover;
	background-position: center;
	height: 585px;
	width: 860px;
}

.subnav {
	position: relative;
	float: right;
	width: unset;
}
.menu-footer-menu-container {
	z-index: 20;
	position: relative;
}
.subnav::after {
  position: absolute;
  z-index: 10;
  top: 0;
  left: -120px;
  display: inline-block;
  width: 770px;
  height: 260px;
  content: "";
  /* background: url(img/header_circles_right.svg) no-repeat top right; */
}
.subnav .menu {
	float: right;
	list-style: none;
	margin-top: 30px;
}
.subnav .menu li {
	float: left;
}
.subnav .menu li a {
	text-transform: uppercase;
  text-decoration: none;
  color: white;
  margin-left: 20px;
}
.subnav .menu li a:hover {
	color: var(--color2);
	transition: .2s all;
}

/*------------------------------------*\
    MAIN NAV
\*------------------------------------*/

header .wrapper {
	position: relative;
}

.mainnav {
	/* background: var(--color2); */
	width: 60%;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 9999;
}
.mainnav ul {
	list-style: none;
	padding: 0;
	float: right;
}
.mainnav ul > li {
	display: inline;
	position: relative;
}
.mainnav ul > li.current-menu-item > a {
	/* background-color: var(--color1); */
}
.mainnav ul > li > a {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	color: var(--color3);
	padding: 13px 10px;
	font-family: 'Montserrat-Bold';
}
.mainnav ul > li:hover > a {
    /* background: var(--color4); */
    color: #000;
}
.mainnav ul > li > ul {
	display: none;
	position: absolute;
  left: 0;
  z-index: 30;
  /* min-width: 300px; */
	width: -moz-max-content;
	width: -webkit-max-content;
	width: -o-max-content;
	width: intrinsic;
  background-color: #f3f3f3;
  padding: 0 18px 18px 18px;
}
.mainnav ul > li:hover > ul {
	display: block;
}
.mainnav ul > li > ul > li {
	list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
.mainnav ul > li > ul > li > a {
	display: block;
  margin: 18px 0 0 0;
  padding: 0;
}

button.menu-toggle {
  width: 25px;
  /* margin-left: 8px; */
  padding: 12px 0 0;
	display: none;
	float: right;
}
button.menu-toggle span {
	display: block;
	height: 20px;
	background: url(img/burger.svg) no-repeat center center;
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/

.news-wrapper {
	display: flex;
	flex-wrap: nowrap;
}
.news-wrapper article {
	flex: 1;
	padding: 0 13px;
}
.news-wrapper article:first-child {
	padding-left: 0;
}
.news-wrapper article:last-child {
	padding-right: 0;
}

#news {
	padding: 60px 0;
}

#news > a {
	display: block;
	text-align: center;
	font-size: 17px;
	margin-top: 40px;
	text-decoration: underline;
}

#news h2.entry-title {
	text-transform: none;
	line-height: 30px;
}

#news .frontpage-post-thumbnail {
	position: relative;
	margin-bottom: 30px;
}

#news .frontpage-post-thumbnail .postthumbnail_default {
	width: 100%;
	height: 230px;
	background: #f3f3f3;
}

#news .frontpage-post-thumbnail .subtitle {
	background-color: rgba(150,205,175,.75);
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-family: 'Montserrat-Bold';
	padding: 15px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
}

#news > h2 {
	display: block;
	margin-bottom: 20px;
	text-align: center;
	font-family: 'Montserrat-Bold';
	text-transform: none;
}

#news article .more-link {
	content: 'weiterlesen';
	text-transform: uppercase;
	padding: 12px 20px;
	background-color: var(--color1);
	display: inline-block;
	font-family: 'Montserrat-Bold';
	transition: .3s all;
}

#news article .more-link:hover {
	color: #fff;
	background-color: var(--color3);
	transition: .3s all;
}

#eventinfos {
	padding: 60px 0 0;
}

#eventinfos .eventinfos-wrapper {
	display: flex;
  flex-wrap: nowrap;
	max-width: 85%;
  margin: 0 auto;
}

#eventinfos .eventinfo-item {
	flex: 1;
  padding: 0 13px;
	text-align: center;
}

#eventinfos .eventinfo-item:first-child {
	padding-left: 0;
}

#eventinfos .eventinfo-item:last-child {
	padding-right: 0;
}

#eventinfos .eventinfo-item h3 {
	font-size: 20px;
	line-height: 30px;
	font-family: 'Montserrat-Bold';
	color: inherit;
	margin-bottom: 0;
}

#eventinfos .eventinfo-item span {
	font-size: 20px;
	line-height: 30px;
}

#eventinfos .eventinfo-item span.lnr {
	font-size: 100px;
	line-height: 110px;
	margin-bottom: 10px;
	color: var(--color6);
	display: block;
}

/*------------------------------------*\
    CONTENT FRONTPAGE
\*------------------------------------*/

section#welcome {
	padding: 60px 0;
	background: #f3f3f3;
}

section#welcome .wrapper {
	position: relative;
}

section#welcome .postimage {
	display: inline-block;
	position: relative;
}

section#welcome .postimage img {
	width: 450px;
	border-radius: 225px;
}

section#welcome .postcontent {
	width: calc(100% - 450px);
	padding-left: 80px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

section#welcome .postcontent > * {
	font-size: 17px;
	line-height: 23px;
}

section#welcome .postcontent > h3 {
	font-size: 25px;
	line-height: 30px;
}

section#register {
	background-color: var(--color3);
	width: 100%;
	padding: 45px 0;
	text-align: center;
	margin-top: 50px;
}
.download-button {
	display: inline-flex;
	align-items: center;
	background-color: var(--color1);
	border: 2px solid #fff;
	font-size: 22px;
	text-decoration: none!important;
	text-transform: uppercase;
	padding: 18px;
	margin: 40px 15px;
	color: #fff;
}
.download-button:before {
	display: inline-block;
  width: 28px;
  height: 28px;
  content: "";
  background: url(img/download.svg) no-repeat bottom center;
	background-size: 100%;
  margin-right: 20px;
	color: #fff;
}
.download-button:hover {
	background-color: var(--color2);
	color: #fff;
}

#gallery {
	position: relative;
	padding: 60px 0;
	/* margin-top: 60px; */
	background-color: var(--color3);
}
/* #gallery * {
	color: #fff;
}
#gallery:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 167px;
	height: 410px;
	content: "";
	background: url(img/line3_circle_left.svg) no-repeat;
}
#gallery:after {
	position: absolute;
  bottom: 0;
  right: 0;
  width: 340px;
  height: 195px;
  content: "";
  z-index: 0;
  background: url(img/line3_circle_right.svg) no-repeat;
} */

section#bewerben {
	padding: 60px 0 0;
}

section#bewerben .frontpage-page {
	position: relative;
}

section#bewerben .frontpage-page .thumbnail-wrapper {
	width: 52%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-top-left-radius: 500px;
	border-bottom-left-radius: 500px;
	overflow: hidden;
}

section#bewerben .frontpage-page .content-wrapper {
	padding: 150px 0;
	color: #fff;
	background-color: var(--color3);
	width: 90%;
	margin-left: 10%;
	overflow: hidden;
}

section#bewerben .frontpage-page .content-wrapper > * {
	width: 46%;
	float: right;
	clear: both;
	padding-right: 2%;
}

section#bewerben .frontpage-page .content-wrapper h2 {
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 20px;
	color: #fff;
	text-transform: none;
}

section#bewerben .frontpage-page .content-wrapper p {
	font-size: 28px;
	line-height: 38px;
	font-family: 'Montserrat-Bold';
	text-transform: none;
}

section#bewerben .frontpage-page .content-wrapper a {
	background: #fff;
	padding: 8px 22px;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 22px;
	display: inline-block;
}

#gallery .wp-block-media-text {
	background: #fff;
}

#gallery section.widget {
	margin-bottom: 20px;
}

#gallery section.widget:last-child {
	margin-bottom: 0;
}

#gallery .wp-block-media-text__content p:first-child {
	font-size: 25px;
	line-height: 32px;
	font-family: 'Montserrat-Bold';
	color: var(--color3);
}

#gallery .wp-block-media-text__content a {
	content: 'weiterlesen';
	text-transform: uppercase;
	padding: 12px 20px;
	background-color: var(--color1);
	display: inline-block;
	font-family: 'Montserrat-Bold';
	transition: .3s all;
}

.wpcf7-form {
	margin-top: 30px;
}
.wpcf7-form h2 {
	margin-bottom: 10px;
}
.wpcf7-form p {
	margin-bottom: 13px;
}
.wpcf7-form label {
	width: 25%;
	display: inline-block;
	font-weight: 600;
}
.wpcf7-form span input {
	width: 75%;
	display: inline-block;
	float: right;
}
.wpcf7-form span select {
  width: 30%;
}
.wpcf7-form .wpcf7-form-control {
	border: 1px solid #d9d9d9;
	font-size: 14px;
	padding: 5px;
}
.wpcf7-form span .wpcf7-textarea {
	width: 100%;
	margin-top: 10px;
}
.wpcf7-form .wpcf7-submit {
	background: var(--color2);
	color: #fff;
	padding: 15px 20px;
	border: 1px solid #fff;
	transition: .2s all;
}
.wpcf7-form .wpcf7-submit:hover {
	background: var(--color1);
	transition: .2s all;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid var(--color3);
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid var(--color1);
}
.reihe.sieben-elemente {
	margin-bottom: 20px;
}
.reihe.sieben-elemente > label {
	width: 100%;
}
.reihe.sieben-elemente .wpcf7-form-control-wrap.taetigkeitsbereich {
	margin-top: 20px;
	display: block;
}
.reihe.sieben-elemente span.wpcf7-list-item {
	margin: 0 25px 0 0;
	position: relative;
}
.reihe.sieben-elemente .wpcf7-form-control {
  border: 0;
	padding: 0;
}
.reihe.sieben-elemente input {
	width: auto;
	float: left;
	margin: 3px 10px 0 0;
}
fieldset {
	border: 0;
	margin-bottom: 30px;
}
fieldset > label {
	width: 100% !important;
}
.reihe.bewertung {
	margin-bottom: 10px;
	float: left;
	display: block;
	width: 100%;
}
.reihe.bewertung > strong {
	display: block;
	width: 100%;
}
.reihe.bewertung .skala {
	float: right;
	width: 65%;
}
.reihe.bewertung .skala span {
	float: left;
	width: 20%;
	text-align: center;
}
.reihe.bewertung > label {
	width: 35%;
	font-weight: 400;
	padding-right: 20px;
}
.reihe.bewertung span.wpcf7-form-control-wrap {
	width: 65%;
	display: block;
	float: right;
}
.reihe.bewertung span.wpcf7-form-control-wrap .wpcf7-form-control {
	width: 100%;
	display: block;
	padding: 0;
}
.reihe.bewertung span.wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
	width: 20%;
	margin: 0;
	text-align: center;
	border-right: 1px solid #d9d9d9;
	padding: 5px 0;
}
.reihe.bewertung span.wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:last-child {
	border-right: 0;
}
.reihe.bewertung span.wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item input {
	width: auto;
  float: none;
  margin: 0 auto;
}
.reihe.bewertung span.wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
	display: none;
}
.reihe.sonstige {
	display: none;
}
/* .wpcf7-form-control-wrap.* {
	display: block;
} */
.wpcf7-form-control-wrap > .wpcf7-form-control.wpcf7-acceptance {
	overflow: hidden;
	display: block;
	padding: 20px;
	background: rgba(255, 0, 0, 0.1);
}
.wpcf7-form-control-wrap > .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
	margin: 0;
  display: block;
}
.wpcf7-form-control-wrap > .wpcf7-form-control.wpcf7-acceptance label {
	width: 100%;
}
.wpcf7-form-control-wrap > .wpcf7-form-control.wpcf7-acceptance label input {
	width: auto;
	float: left;
	margin: 3px 15px 0 0;
}
.wpcf7-form-control-wrap > .wpcf7-form-control.wpcf7-acceptance label span.wpcf7-list-item-label {
	padding-left: 30px;
	width: 100%;
	display: block;
	font-weight: 400;
}


/*------------------------------------*\
    CATEGORY
\*------------------------------------*/

body.category article {
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid var(--color4);
}
body.category article:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

article .image-wrapper {
	position: relative;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/

div#TB_window {
	padding: 40px;
}
div#TB_closeWindow {
	padding: 0;
	position: relative;
}
span.tb-close-icon {
  right: -8px;
  top: 18px;
}
div#TB_closeWindow .screen-reader-text {
	opacity: 0;
}
div#TB_window img#TB_Image {
	margin: 0;
	border: 0;
	outline: 0;
}
div#TB_caption {
	padding: 20px 0;
}
a#TB_ImageOff span {
	display: none;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/

section#prefooter {
	background-color: #02a6cd;
	width: 100%;
	padding: 18px 0;
	font-size: 15px;
}
section#prefooter * {
	color: #fff;
}
section#prefooter .menu-footer-menu-container {
	float: right;
}
section#prefooter .menu-footer-menu-container ul {
	padding: 0;
}
section#prefooter .menu-footer-menu-container ul li {
	display: inline;
	/* text-transform: uppercase; */
  text-decoration: none;
  margin-left: 20px;
}
section#prefooter .menu-footer-menu-container ul li a {
	text-decoration: underline;
}
section#prefooter .menu-footer-menu-container ul li:first-child {
	margin: 0;
}
footer.footer {
	overflow: hidden;
	background: white;
	padding-top: 60px;
	padding-bottom: 60px;
}
footer.footer .logo-wrapper {
	height: 110px;
	position: relative;
}
footer.footer .logo-wrapper img {
	bottom: 0;
	height: 75%;
}
footer.footer .organizer .logo-wrapper img {
	height: 100%;
}
footer.footer .organizer,
footer.footer .partner,
footer.footer .nolabel {
	float: left;
	margin-right: 40px;
}
footer.footer span {
	margin-bottom: 15px;
	display: inline-block;
	font-size: 15px;
}
footer.footer .nolabel:last-child {
	float: none;
}
footer.footer .nolabel p {
	max-width: 400px;
	width: 33%;
	font-size: 12px;
	margin: 0;
	float: left;
}
footer.footer .partner .logo-wrapper img {
	margin-top: 25px;
}
footer.footer .nolabel .logo-wrapper img {
	margin-top: 60px;
}
footer.footer .nolabel p {
	margin-top: 72px;
}

#livestream a img {
  opacity: 1;
  -o-transition: .75s;
  -ms-transition: .75s;
  -moz-transition: .75s;
  -webkit-transition: .75s;
  transition: .75s;
}
#livestream a:hover img {
  opacity: 0.75;
}





section#welcome .postcontent {
  position: relative;
  float: right;
  top: unset;
  right: unset;
  transform: unset;
  padding-top: 50px;
}

section#welcome .wrapper {
	overflow: hidden;
}