@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;1,400&display=swap");
body {
  font-weight: 400;
  line-height: 160%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #555555;
  background: #f7f7f7;
  overflow: hidden;
}
h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #006373;
}
h1.black {
  color: #000;
}
.black {
  color: #000;
}
a {
  color: #006373;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
}
a:hover {
  color: #ec6607;
  text-decoration: none;
}
.img-trans {
  filter: alpha(opacity=80);
  /* IE */
  opacity: 0.5;
  /* allgemein */
  -moz-opacity: 0.5;
  /* Mozilla */
  -khtml-opacity: 0.5;
  /* KTHML */
  -opera-opacity: 0.5;
  /* Opera */
}
.img-trans:hover {
  filter: alpha(opacity=100);
  /* IE */
  opacity: 1;
  /* allgemein */
  -moz-opacity: 1;
  /* Mozilla */
  -khtml-opacity: 1;
  /* KTHML */
  -opera-opacity: 1;
  /* Opera */
}
.button {
  display: inline-block;
  padding: 0.75em 1rem;
  min-width: 6rem;
  border-radius: 0.5rem;
  border: 0.1rem solid transparent;
  font-size: 0.75rem;
  font-weight: 600;
  background: #006373;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  text-align: center;
  line-height: 1;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
}
.button.lang {
  min-width: auto;
}
.button.button-sm {
  min-width: auto;
  font-size: 0.6rem;
  padding: 0.3rem 0.6rem;
}
.button.button-auto {
  min-width: 100%;
}
.button.button-xl {
  min-width: 12rem;
  font-size: 1rem;
  padding: 0.7rem 2rem;
}
.button:hover {
  color: white;
  text-decoration: none;
  background: #ec6607;
}
.button.button-none {
  background: transparent;
  border-color: transparent;
  color: white;
  min-width: auto;
}
.button.button-primary {
  color: white;
}
.button.button-secondary {
  color: #006373;
  background: transparent;
  border: 0.1rem solid #006373;
}
.button.button-secondary:hover {
  border-color: #ec6607;
  color: #ec6607;
}
.button.button-secondary.active {
  color: white;
  background: #ec6607;
}
.button.button-secondary[aria-expanded="false"] {
  margin-top: 1rem;
  border: 0;
}
.button.button-secondary[aria-expanded="false"]::before {
  content: "Mehr erfahren";
  text-transform: normal;
  font-weight: 600;
  letter-spacing: 0.01rem;
  display: inline-block;
}
.button.button-secondary[aria-expanded="false"]::after {
  content: "";
  font-family: "Black Tie";
  font-weight: 600;
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.8rem;
}
.button.button-secondary[aria-expanded="true"] {
  margin-top: 1rem;
  border: 0;
}
.button.button-secondary[aria-expanded="true"]::before {
  content: "Weniger anzeigen";
  font-weight: 600;
  display: inline-block;
}
.button.button-secondary[aria-expanded="true"]::after {
  content: "";
  font-family: "Black Tie";
  font-weight: 600;
  display: block;
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.8rem;
}
#loginarea {
  height: calc(100vh - 6rem);
}
#loginarea #loginform {
  color: white;
  margin-top: -6rem;
  background: rgba(0, 99, 115, 0.3);
  padding: 1.8rem;
}
#loginarea #loginform h1 {
  color: white;
  font-size: 1.5rem;
}
#loginarea #loginform .form-control {
  height: 3rem;
}
#menu {
  background-color: white;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}
#menu .mainlogo {
  display: block;
  height: 3rem;
}
#menu .applogo {
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
#menu .applogo span {
  color: #ec6607;
  font-style: italic;
}
#menu .mainnav {
  margin: 0;
  padding: 0;
  min-height: 4rem;
}
#menu .mainnav .burger {
  cursor: pointer;
}
#menu .mainnav .burger::before {
  content: "";
  font-size: 0.8rem;
  color: #555555;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 0.5rem;
  display: inline-block;
}
#menu .mainnav .burger[aria-expanded="true"]::after {
  content: "";
  font-family: "Black Tie";
  font-weight: 500;
  display: inline-block;
  font-size: 1rem;
  color: #555555;
}
#menu .mainnav .burger[aria-expanded="false"]::after {
  content: "";
  font-family: "Black Tie";
  font-weight: 500;
  display: inline-block;
  font-size: 1rem;
  color: #555555;
}
#menu .mainnav #navbarContent {
  position: absolute;
  top: 4rem;
  right: -25%;
  background: #ec6607;
  height: calc(100vh - 6rem);
  min-height: calc(100vh - 6rem);
  padding: 1rem;
  transition: 0.18s ease;
  /* 		&.collapse,
			&.collapsing,
			&..collapsing + .col {
					transition: .18s ease;
					transform: translate(25%,0,0);
					z-index: 1050;
					right: -25%;
					height: calc(100vh - 6rem);
			} */
}
#menu .mainnav #navbarContent.collapse.show, #menu .mainnav #navbarContent.collapse.show + .col {
  transition: 0.18s ease;
  transform: translate(0, 0, 0);
  right: 0;
  height: calc(100vh - 6rem);
}
#menu .mainnav .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: white;
}
#sitefooter {
  background: #006373;
  padding: 0.25rem 0;
  color: white;
  font-size: 0.75rem;
  max-height: 2rem;
}
#sitefooter a {
  color: white;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
#sitefooter a:hover {
  color: inherit;
  opacity: 0.8;
}
#sitefooter a.sponsorlinks {
  background: #ec6607;
  padding: 0 1rem;
}
#sitefooter ul {
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  display: block;
  width: 100%;
  clear: both;
  white-space: nowrap;
  background-color: transparent;
  list-style: none;
  padding: 0;
  margin: 0;
}
#sitefooter ul li {
  margin-bottom: 0.5rem;
}
#sitefooter ul.sub-menu .menu-item {
  padding: 0.25rem 1rem;
}
.avatar {
  font-size: 1rem;
}
.avatar .myavatar {
  width: 3rem;
  height: 3rem;
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar .myavatar.emptyavatar {
  background: #d5d5d5;
}
.avatar .myavatar.emptyavatar::before {
  content: "A";
  color: white;
}
.avatar .myname {
  line-height: 1;
}
.avatar .myname .published, .avatar .myname .editprofile {
  font-size: 0.75rem;
}
.matchbutton {
  display: block;
  font-size: 3rem;
}
.matchbutton.confirmmatch {
  color: #28a745;
  margin-bottom: 1rem;
}
.matchbutton.dismissmatch {
  color: #dc3545;
}
.user-vcard.match {
  padding: 2rem;
}
.user-vcard.match .portraitimg {
  width: 5rem;
  height: 5rem;
  background: #d5d5d5;
  color: white;
  font-size: 1.5rem;
}
.user-vcard.match .position {
  line-height: 1.2;
}
.user-vcard.match .list-group {
  padding-top: 1rem;
}
.user-vcard.match i {
  margin-right: 0.3rem;
}
.user-vcard.match a:not(.button) {
  color: #555555;
}
.user-vcard.match a:not(.button):hover {
  text-decoration: underline;
}
.maincol, .userpanel {
  height: calc(100vh - 6rem);
  overflow-y: auto;
}
.userpanel {
  background: #e6e6e6;
}
.userpanel .search-card {
  position: relative;
  border: 0.5rem solid #aaa;
  margin: -0.5rem -0.5rem 0 -0.5rem;
}
.userpanel .search-card #stichwort {
  font-size: 1rem;
  background: #f7f7f7;
}
.userpanel .matching-card {
  font-size: 0.75rem;
  position: relative;
  border: 0.5rem solid #aaa;
  margin: -0.5rem -0.5rem 0 -0.5rem;
}
.userpanel .matching-card h4 {
  font-size: 1rem;
}
.userpanel .matching-card::after {
  content: "";
  font-family: "Black Tie";
  font-weight: 900;
  font-size: 2rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #aaa;
}
.userpanel .user-vcard {
  font-size: 0.75rem;
}
.userpanel .user-vcard .firmenlogo {
  max-height: 2.5rem;
  margin-left: auto;
  display: block;
}
.userpanel .user-vcard .portraitimg {
  width: 3rem;
  height: 3rem;
  background: #d5d5d5;
  color: white;
  font-size: 1rem;
  position: relative;
}
.userpanel .user-vcard .portraitimg.available::before {
  content: "";
  font-family: "Black Tie";
  font-weight: 900;
  font-size: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  color: #ffc107;
}
.userpanel .user-vcard .portraitimg.available.matchingactive::before {
  color: #28a745;
}
.userpanel .user-vcard .position {
  line-height: 1.2;
}
.userpanel .user-vcard i {
  margin-right: 0.3rem;
}
.userpanel .user-vcard a:not(.button) {
  color: #555555;
}
.userpanel .user-vcard a:not(.button):hover {
  text-decoration: underline;
}
.userpanel .user-vcard h4 {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.eventheader {
  min-height: 14rem;
  padding: 0rem 0rem 0rem 0rem;
  position: relative;
}
.eventheader h1 {
  color: white;
  margin-right: 14rem;
}
.eventheader .timespan {
  color: white;
  font-size: 1.2rem;
}
.eventheader #eventlogo {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 12rem;
}
.sponsors {
  background: white;
  height: 3.5rem;
}
.sponsors img {
  max-height: 2.5rem;
}
.grid .grid-sizer, .grid .grid-item {
  width: 32%;
}
.grid .gutter-sizer {
  width: 2%;
}
.grid .grid-item {
  margin-bottom: 2%;
}
.grid .presenter-vcard li {
  font-size: 0.85rem;
}
.grid .presenter-vcard h4 {
  font-size: 1rem;
}
.grid .presenter-vcard i {
  margin-right: 0.3rem;
}
.grid .presenter-vcard a:not(.button) {
  color: #555555;
}
.grid .presenter-vcard a:not(.button):hover {
  text-decoration: underline;
}
.grid .presenter-vcard .headerarea {
  position: relative;
}
.grid .presenter-vcard .headerarea .presenterlogo {
  width: 8rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.grid .presenter-vcard .headerarea a.launchbutton {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 4rem;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  opacity: 0.75;
  color: white;
}
.grid .presenter-vcard .headerarea a.launchbutton:hover {
  opacity: 0.9;
  text-decoration: none;
}
.breadcrumb {
  margin: 0;
  background: #f7f7f7;
  border-radius: 0;
  padding: 0rem 1rem;
  height: 2rem;
  align-items: center;
}
.breadcrumb .breadcrumb-item {
  color: #006373;
  font-size: 0.75rem;
}
.breadcrumb .breadcrumb-item.active {
  font-weight: 600;
}
.breadcrumb .breadcrumb-item::before {
  color: #006373;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
.button.related {
  position: fixed;
  bottom: 3rem;
}
.button.related::before {
  content: "";
  font-family: "Black Tie";
  font-weight: 500;
  margin-right: 1rem;
}
.button.related2 {
  right: 30rem;
  position: fixed;
  bottom: 3rem;
}
.button.related2::before {
  content: "";
  font-family: "Black Tie";
  font-weight: 500;
  margin-right: 1rem;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.avatar-img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.singleevent .timetable {
  margin-bottom: 8rem;
}
.singleevent .timetable #roomsTabs .roomtab {
  background: #ec6607;
  color: white;
  border-radius: 0;
}
.singleevent .timetable #roomsTabs .roomtab[aria-selected=""], .singleevent .timetable #roomsTabs .roomtab[aria-selected="false"] {
  color: #006373 !important;
  background: transparent;
}
.singleevent .timetable .tab-pane {
  background: white;
}
.singleevent .timetable .tab-pane h3 {
  color: #006373;
  font-size: 1rem;
}
.singleevent .timetable .tab-pane .day {
  margin-top: 1rem;
}
.singleevent .timetable .tab-pane .day:not(:first-of-type) {
  margin-top: 2rem;
}
.singleevent .timetable .tab-pane .day .hilite {
  background: #fbe0cd;
}
.singleevent .timetable .tab-pane .day .timetable-entry {
  line-height: 1.3;
}
.singleevent .timetable .tab-pane .day .timetable-entry .speakerobject .col1 {
  width: 3rem;
}
.singleevent .timetable .tab-pane .day .timetable-entry .morelink {
  font-size: 0.75rem;
  color: gray;
}
.singleevent .timetable .tab-pane .day .timetable-entry .morelink:hover {
  color: #ec6607;
}
.singleevent .timetable .tab-pane .day .timetable-entry .morelink::before {
  content: "";
  font-family: "Black Tie";
  font-size: 0.75rem;
  font-weight: 500;
  margin-right: 0.2rem;
}
.stream {
  padding: 0 2rem;
  height: calc(100vh - 25rem);
}
/* Globale Elemente */
.tooltip-inner {
  background-color: #ec6607;
  color: white;
  font-family: "Titillium Web", sans-serif;
  font-size: 0.75rem;
}
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #ec6607 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #ec6607 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #ec6607 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #ec6607 !important;
}
.pageheader {
  padding: 0.5rem 0rem 0.5rem 1rem;
  background: #006373;
  color: white;
}
.pageheader h1 {
  font-size: 1.8rem;
  line-height: 130%;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
}
.pageheader h1 a {
  color: white;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  margin-right: 1.5rem;
}
.pageheader h1 a:hover {
  opacity: 0.9;
  text-decoration: none;
}
.pagesubmenu {
  padding: 0.2rem 2rem 0.2rem 1rem;
  background: #ec6607;
  color: white;
}
.pagesubmenu a {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  line-height: 100%;
  display: inline-block;
  color: white;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  margin-right: 2rem;
}
.pagesubmenu a:hover {
  opacity: 0.9;
  text-decoration: none;
}
.thecontent {
  padding: 1.5rem 3rem 10rem 3rem;
  background: white;
  /* 	[class*="wp-block"] {
		border: 1px solid fuchsia;
		padding: 0;
		margin: 0;
		&:before {
			content: attr(class);
			position: absolute;
			background: fuchsia;
			color: white;
			z-index: 9999999999;
			font-size: .5rem;
		}
	} */
}
.thecontent .has-text-color {
  color: #212529;
}
.thecontent .has-invertedtext-color {
  color: white;
}
.thecontent .has-primaryblue-color {
  color: #006373;
}
.thecontent .has-primaryblue-background-color {
  background-color: #006373;
}
.thecontent .has-secondaryblue-color {
  color: #ec6607;
}
.thecontent .has-secondaryblue-background-color {
  background-color: #ec6607;
}
.thecontent .has-lightgrey-color {
  color: #f7f7f7;
}
.thecontent .has-lightgrey-background-color {
  background-color: #f7f7f7;
}
.thecontent h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 100;
  font-size: 2.8rem;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 2rem;
  color: #006373 !important;
  text-align: center;
}
.thecontent h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 100;
  font-size: 2rem;
  line-height: 130%;
  color: #006373 !important;
  margin-top: 3rem;
  margin-bottom: 2rem;
  text-align: center;
  padding: 0 10%;
}
.thecontent h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  color: #006373 !important;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #006373;
}
.thecontent h4, .thecontent h5, .thecontent h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  color: #006373 !important;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.thecontent a {
  color: #006373;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
}
.thecontent a:hover {
  text-decoration: none;
  border-bottom: 2px solid #ec6607;
}
.thecontent p {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 1rem;
}
.thecontent ol {
  font-family: "Source Sans Pro", sans-serif;
}
.thecontent ul {
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
.thecontent ul li {
  list-style-type: none;
}
.thecontent ul li:before {
  content: "";
  font-family: "Black Tie";
  position: absolute;
  left: 0;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  color: #006373;
}
.thecontent blockquote {
  font-family: "Source Sans Pro", sans-serif;
  margin: 3rem 0;
  border-left: 0.25rem solid #006373;
  padding-left: 2rem;
}
.thecontent q {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
}
.thecontent table {
  font-family: "Source Sans Pro", sans-serif;
  margin: 3rem 0;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #006373;
}
.thecontent table th, .thecontent table td {
  border-bottom: 1px solid #006373;
  padding: 0.5rem;
}
.thecontent table th {
  background: #ec6607;
  color: white;
  font-weight: 400;
}
.thecontent table th a {
  color: inherit;
}
.thecontent table tr:hover {
  background-color: #f7f7f7;
}
.thecontent dl {
  font-family: "Source Sans Pro", sans-serif;
  margin: 3rem 0;
}
.thecontent dl dd {
  margin-bottom: 2rem;
}
.thecontent hr {
  margin: 3rem 0;
}
.thecontent code {
  display: block;
  margin: 1rem 0;
  font-size: 0.8rem;
  word-wrap: break-word;
}
.thecontent img, .thecontent .wp-caption {
  max-width: 100% !important;
  height: auto !important;
}
.thecontent .wp-caption-text {
  font-size: 0.8rem;
  line-heigt: 1.3;
}
.thecontent .alignleft, .thecontent .alignright {
  max-width: 42% !important;
}
.thecontent .alignleft {
  float: left;
  margin: 0.3rem 1.5rem 1rem 0rem !important;
}
.thecontent .alignright {
  float: right;
  margin: 0.3rem 0rem 1rem 1.5rem !important;
}
.thecontent .aligncenter, .thecontent .alignnone {
  display: block;
  float: none;
  margin: 3rem auto;
}
@media only screen and (min-width: 375px) and (max-width: 992px) and (orientation: portrait) {
  .thecontent {
    float: none;
    display: block;
    margin: auto;
  }
}
.thecontent .alignwide {
  width: calc(100% + 20vw);
  position: relative;
  left: -10vw;
}
.thecontent .alignfull {
  margin: 3rem calc(50% - 50vw) !important;
  width: 100vw;
  max-width: 100vw;
}
.thecontent .wp-block-code {
  margin: 3rem 0;
}
.thecontent .wp-block-preformatted {
  margin: 3rem 0;
}
.thecontent .wp-block-pullquote {
  margin: 3rem 0;
  font-style: italic;
  padding: 0;
  padding: 2rem 0;
  border-top: 0.25rem solid #006373;
}
.thecontent .wp-block-pullquote blockquote {
  border: 0;
  padding: 0;
}
.thecontent .wp-block-table {
  margin: 3rem 0;
}
.thecontent .wp-block-table table {
  margin: 0;
}
.thecontent .wp-block-table th, .thecontent .wp-block-table td {
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.thecontent .wp-block-verse {
  margin: 3rem 0;
}
.thecontent .wp-block-image {
  margin: 3rem 0;
}
.thecontent .wp-block-image .aligncenter {
  margin: 0;
  text-align: center;
}
.thecontent .wp-block-image .aligncenter figcaption {
  display: block;
}
.thecontent .wp-block-gallery {
  margin: 3rem 0;
}
.thecontent .wp-block-gallery li:before {
  content: "";
}
.thecontent .wp-block-gallery .blocks-gallery-grid {
  margin: 0;
  padding: 0;
}
.thecontent .wp-block-gallery.alignfull .blocks-gallery-caption {
  margin: auto;
}
.thecontent .wp-block-quote {
  margin: 3rem 0;
  border-left: 0.25rem solid #006373;
  padding-left: 2rem;
}
.thecontent .wp-block-audio {
  margin: 3rem 0;
}
.thecontent .wp-block-cover {
  margin: 3rem 0;
}
.thecontent .wp-block-cover .wp-block-cover-text {
  color: white;
}
.thecontent .wp-block-cover .wp-block-cover-text a {
  color: inherit;
}
.thecontent .wp-block-file {
  margin: 1rem 0;
}
.thecontent .wp-block-video {
  margin: 3rem 0;
}
.thecontent .wp-block-group {
  margin: 3rem 0;
}
.thecontent .wp-block-group.has-background {
  padding: 2rem;
}
.thecontent .wp-block-button {
  margin: 2rem 0;
}
.thecontent .wp-block-button .wp-block-button__link {
  color: inherit;
}
.thecontent .wp-block-columns {
  margin: 3rem 0;
}
.thecontent .wp-block-columns.alignfull .wp-block-column {
  padding: 2rem;
}
.thecontent .wp-block-media-text .wp-block-media-text__content {
  padding: 2rem;
}
.thecontent .wp-block-archives {
  margin: 1rem 0;
}
.thecontent .wp-block-calendar {
  margin: 1rem 0;
}
.thecontent .wp-block-categories {
  margin: 1rem 0;
}
.thecontent .wp-block-latest-comments {
  margin: 1rem 0;
}
.thecontent .wp-block-latest-posts {
  margin: 1rem 0;
}
.thecontent .wp-block-latest-posts.is-grid li:before {
  content: "";
}
.thecontent .wp-block-search {
  margin: 1rem 0;
}
.thecontent .wp-block-tag-cloud {
  margin: 1rem 0;
}
.thecontent .wp-block-rss {
  margin: 1rem 0;
}
.thecontent .wp-block-embed {
  margin: 3rem auto;
}
.thecontent .wp-block-embed .wp-block-embed__wrapper {
  text-align: center;
}
.singlepost .singlecontent-panel {
  background: white;
  padding: 1.5rem;
}
.singlepost .singlecontent-panel .block {
  padding: 2rem 0 3rem 0;
  border-top: 1px solid #006373;
}
.singlepost .singlecontent-panel .block h4 {
  padding-bottom: 2rem;
}
.singlepost .singlecontent-panel .block.speakercontent {
  border: 0;
}
.singlepost .singlecontent-panel .lexikon ul {
  padding: 0;
  margin-bottom: 2rem;
  list-style-type: none;
}
.singlepost .singlecontent-panel .lexikon ul li {
  border-bottom: 1px solid #d5d5d5;
  padding: 1rem 0;
}
.singlepost .singlecontent-panel .lexikon ul li .element-title a {
  text-decoration: none;
  font-weight: 500;
}
.singlepost .singlecontent-panel .lexikon ul li .element-title a:before {
  display: inline-block;
  width: 32px;
  font-family: "Black Tie";
  font-weight: 500;
  vertical-align: middle;
  color: #d5d5d5;
}
.singlepost .singlecontent-panel .lexikon ul li .element-title a.datei:before {
  content: "";
}
.singlepost .singlecontent-panel .lexikon ul li .element-title a.video:before {
  content: "";
}
.singlepost .singlecontent-panel .lexikon ul li .element-title a.link:before {
  content: "";
}
.singlepost .singlecontent-panel .lexikon ul li .element-title a.h5p:before {
  content: "";
}
.singlepost .singlecontent-panel .lexikon ul li .element-title a.text:before {
  content: "";
}
.singlepost .singlecontent-panel .lexikon ul li .element-title a.alert:before {
  content: "";
}
.singlepost .singlecontent-panel .lexikon ul li .element-description {
  margin-left: 32px;
}
.singlepost .singlecontent-panel .lexikon .lex .element-item {
  width: 100%;
}
.singlepost .singlecontent-panel .lexikon .lexipanel {
  display: flex;
  padding: 1rem 0;
}
.singlepost .singlecontent-panel .lexikon .lexipanel #lexisearch {
  width: 33%;
  padding-right: 2rem;
}
.singlepost .singlecontent-panel .lexikon .lexipanel #lexisearch #lexisearchfield {
  width: 100%;
}
.singlepost .singlecontent-panel .lexikon .lexipanel #lexifilters {
  width: 75%;
}
.singlepost .singlecontent-panel .lexikon .lexipanel #lexifilters .btn {
  border-radius: 12px;
}
#modal-profil .modal-dialog .modal-content {
  border-radius: 0;
}
#modal-profil .modal-dialog .modal-content .modal-header {
  border-radius: 0;
}
#modal-profil h2 {
  font-size: 1.5rem;
}
#modal-profil .close {
  font-size: 1rem;
}
#modal-profil label {
  font-size: 0.85rem;
}
#modal-profil .acf-field-group {
  border-top: 0;
}
#modal-profil .acf-button.af-submit-button {
  border-radius: 0.75rem;
  border: 0;
  color: white;
  background: #006373;
  box-shadow: none;
  padding: 0.5rem 2rem;
}
/* Big Screen */
@media only screen and (min-width: 1500px) {
  html {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1499px) {
  html {
    font-size: 1.1rem;
  }
}
/* Small Screens & Tablet Landscape */
@media only screen and (min-width: 993px) and (max-width: 1199px) {
  html {
    font-size: 1rem;
  }
}
/* Very small Screens Landscape */
@media only screen and (min-width: 768px) and (max-width: 992px) and (orientation: landscape) {
  html {
    font-size: 0.9rem;
  }
}
/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 992px) and (orientation: portrait) {
  /* Startseite */
  /* Masonry-Darstellung */
  html {
    font-size: 1rem;
  }
  .masonry .grid {
    margin-top: 2rem;
  }
  .masonry .grid.are-images-unloaded {
    opacity: 0;
  }
  .masonry .grid .grid-sizer, .masonry .grid .grid-item {
    width: 48%;
  }
  .masonry .grid .gutter-sizer {
    width: 4%;
  }
  .masonry .grid .grid-item {
    margin-bottom: 3rem;
  }
  .pageheader {
    padding: 0.5rem 0rem 0.5rem 1rem;
    background: #006373;
    color: white;
  }
  .pageheader h1 {
    font-size: 1.8rem;
    line-height: 130%;
    text-transform: uppercase;
    letter-spacing: 0.07rem;
  }
  .pageheader h1 a {
    color: white;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    margin-right: 1.5rem;
  }
  .pageheader h1 a:hover {
    opacity: 0.9;
    text-decoration: none;
  }
  .pagecover {
    height: 50vh;
  }
  .pagesubmenu {
    padding: 0.2rem 2rem 0.2rem 1rem;
    background: #ec6607;
    color: white;
  }
  .pagesubmenu a {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.07rem;
    line-height: 100%;
    display: inline-block;
    color: white;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    margin-right: 2rem;
  }
  .pagesubmenu a:hover {
    opacity: 0.9;
    text-decoration: none;
  }
  .thecontent {
    padding: 1.5rem 0.5rem 10rem 0.5rem;
    margin-top: -45vh;
  }
}
/* Mobile Landscape */
@media only screen and (max-width: 767px) and (orientation: landscape) {
  html {
    font-size: 0.9rem;
  }
}
/* Mobile */
@media only screen and (max-width: 767px) and (orientation: portrait) {
  html {
    font-size: 0.9rem;
  }
  .maincol, .userpanel {
    height: auto;
    overflow: hidden;
  }
  #postnav {
    display: none;
  }
  .avatar .myavatar {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 0.5rem;
  }
  .avatar .myname {
    font-size: 0.8rem;
  }
  .avatar .myname .published, .avatar .myname .editprofile {
    font-size: 0.65rem;
  }
  #menu .mainnav #navbarContent {
    font-size: 1.25rem;
  }
  #menu .mainnav #navbarContent li {
    margin: 0.5rem 0;
  }
  .eventheader {
    min-height: 14rem;
    padding: 0rem;
    position: relative;
  }
  .eventheader h1 {
    color: white;
    margin-right: 0;
  }
  .eventheader .timespan {
    color: white;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .eventheader #eventlogo {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 9rem;
  }
  .stream {
    padding: 0;
    height: auto;
  }
  .grid .grid-sizer, .grid .grid-item {
    width: 100% !important;
  }
  .grid .gutter-sizer {
    width: 0;
  }
  .grid .grid-item {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
/* The Modal (background) */
.cookiemodal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* Modal Content/Box */
.cookiemodal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  /* Could be more or less, depending on screen size */
}
/* The Close Button */
.cookieclose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.cookieclose:hover, .cookieclose:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.CookiesDescription {
  display: none;
}
.acceptButton {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  padding: 6px;
  background-color: #0075BF;
  border: solid #0075BF 4px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
.acceptButton:hover {
  background: #97BCE5;
  border: solid #0075BF 4px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-decoration: none;
}
.declineButton {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #0075BF;
  font-size: 16px;
  font-weight: 500;
  padding: 6px;
  background-color: #FFFFFF;
  border: solid #0075BF 4px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
.declineButton:hover {
  background: #97BCE5;
  border: solid #0075BF 4px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-decoration: none;
}
