@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Uxum';
  font-style: normal;
  font-weight: 100;
  src: url('../webfonts/uxum/UxumGrotesque-UltraLight.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Uxum';
  font-style: normal;
  font-weight: 300;
  src: url('../webfonts/uxum/UxumGrotesque-Light.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Uxum';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/uxum/UxumGrotesque-Regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Uxum';
  font-style: normal;
  font-weight: 500;
  src: url('../webfonts/uxum/UxumGrotesque-Medium.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Uxum';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/uxum/UxumGrotesque-Bold.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Uxum';
  font-style: normal;
  font-weight: 900;
  src: url('../webfonts/uxum/UxumGrotesque-Ultra.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'UnifrakturMaguntia';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/unifrakturmaguntia-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sachsenwald';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/Sachsenwald-Regular.otf') format('opentype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Defaults */

*:focus {
  outline: none;
}

body {
	font-family: 'Uxum', sans-serif;
  font-size: 18px;
}

main {
	min-height: calc(100vh - 310px);
  padding-bottom: 150px;
}

section:not(.hero) {
  padding: 50px 0;
}

section.hero + section {
  padding-top: 0;
}

.page404_text a {
  color: #000000;
  text-decoration: underline;
}

/* Header */

header {
	padding: 40px 0;
	background-color: #ffffff;
}

header .row {
  position: relative;
}

header .logo img {
  max-width: calc(100% - 30px);
  object-fit: contain;
  width: 200px;
}

header .navigation ul {
	margin: 0;
	padding: 0;
}

header .navigation ul li {
	display: inline-block;
	list-style: none;
	margin-left: 15px;
}

header .navigation ul li a {
	color: #000000;
	font-size: 18px;
	transition: all 0.3s;
}

header .navigation ul li.current_page_item a {
	text-decoration: none;
	color: #000000;
	font-weight: 700;
}

header .navigation ul li a:hover {
	text-decoration: none;
	color: #000000;
	opacity: 0.7;
}

.mobile_nav_trigger {
  font-size: 25px;
  position: absolute;
  right: 15px;
  cursor: pointer;
  display: none;
}

.mobile-nav {
  display: none;
}

/* Hero */

section.hero {
  background-color: #2894ff;
  color: #ffffff;
  position: relative;
}

section.hero .hero_content {
  padding: 150px 0;
}

section.hero img {
  width: 100%;
  background-color: #ffffff;
}

section.hero strong {
  display: block;
  font-size: 100px;
  line-height: 1.1;
  margin-bottom: 5px;
}

section.hero strong.hero_headline {
  font-family: 'Sachsenwald', 'UnifrakturMaguntia', serif;
  color: #0f0c30;
  font-weight: 400;
}

section.hero span {
  display: block;
  font-size: 50px;
  font-weight: 700;
}

/* Headline */

section.headline {
  padding-bottom: 0;
}

section.headline + section {
  padding-top: 0;
}

/* Textcolumns */

.textcolumns_wrapper {
  column-count: 2;
  column-gap: 150px;
  position: relative;
  padding: 15px 0;
}

.textcolumns_wrapper::before {
  width: 2px;
  height: 100%;
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  background-color: #2894ff;
  content: '';
}

/* Partner */

.partner_single {
  margin-bottom: 30px;
}

.partner_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #2894ff;
  color: #ffffff;
  font-weight: 700;
  height: 100%;
  padding: 10px;
  font-size: 20px;
  border-radius: 10px;
}

/* Teaser */

.teaser_image {
	margin-bottom: 10px;
	position: relative;
}

.teaser_image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.teaser_image strong {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #ffffff;
	font-size: 24px;
	text-shadow: 3px 3px rgba(0,0,0,0.25);
}

.teaser_single {
  margin-bottom: 30px;
}

/* Downloads */

.downloads ul {
  margin: 0;
  padding: 0;
}

.downloads ul li {
  list-style: none;
  display: block;
}

.downloads ul li a {
  color: #000000;
  text-decoration: underline;
  transition: all 0.3s;
}

.downloads ul li a:hover {
  opacity: 0.7;
}

/* Form */

section.form form input,
section.form form textarea {
  width: 100%;
  border: 2px solid #2894ff;
  border-radius: 8px;
  padding: 5px;
}

section.form form input[type="submit"] {
  width: auto;
  color: #ffffff;
  background-color: #2894ff;
  padding: 5px 15px;
  transition: all 0.3s;
}

section.form form input[type="submit"]:hover {
  opacity: 0.7;
}

section.form form input[type="checkbox"] {
  width: auto;
  margin-right: 5px;
}

section.form form .wpcf7-list-item {
  margin-left: 0;
}

/* Campagne */

.campagne_inner {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  display: flex;
  flex-wrap: wrap;
}

.campagne_inner img {
	width: 33.33%;
}

/* .campagne_column {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.campagne_header_inner {
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

.campagne_header_inner {
  padding: 15px;
  position: relative;
}

.campagne_column:last-child .campagne_header_inner {
  background-color: #2894ff;
}

.campagne_header_inner img.campagne_paper {
  position: absolute;
  width: 200%;
  top: 100%;
  left: 0;
}

strong.campagne_headline,
strong.campagne_subline {
  display: block;
  font-size: 25px;
  line-height: 1.1;
  margin-bottom: 5px;
}

strong.campagne_headline {
  font-family: 'Sachsenwald', 'UnifrakturMaguntia', serif;
  color: #000000;
  font-weight: 400;
}

span.campagne_text {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.campagne_explanation,
.campagne_links {
  padding: 50px 30px 150px 30px;
  width: 100%;
}

section.campagne ul {
  padding-left: 15px;  
}

section.campagne ul li {
  list-style: disclosure-closed;
  font-size: 16px;
}

section.campagne .campagne_links span {
  display: block;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 10px;
}

section.campagne .campagne_links ul {
  margin: 0;
  padding: 0;
}

section.campagne .campagne_links ul li {
  list-style: none;
}

section.campagne .campagne_links ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 20px;
}

.campagne_logo {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 250px;
  height: 100px;
  object-fit: contain;
} */

/* CTA */

section.cta {
  margin-top: 150px;
}

.cta_inner {
  background-color: #F2F2F2;
  padding: 50px;
  border-radius: 30px;
}

.cta_inner img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.cta_inner span {
  display: block;
}

.cta_inner strong {
  display: block;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.cta_inner ul {
  margin: 0;
  padding: 0;
}

.cta_inner ul li {
  display: block;
  list-style: none;
}

.cta_inner ul li a {
  color: #000000;
  text-decoration: none;
}

.cta_inner ul li a i {
  margin-right: 5px;
  color: #2894ff;
}

/* Veranstaltungen */

:root {
	--tec-color-accent-primary: #2894ff;
	--tec-color-button-primary-hover: #2894ff;
	--tec-color-button-primary: #2894ff;
}

/* Footer */

footer {
	padding: 15px 0;
	color: #000000;
  border-top: 3px solid #2894ff;
	font-size: 14px;
}

footer img {
  width: 450px;
  max-width: 100%;
  margin-top: 10px;
}

footer a {
	color: #000000;
	transition: all 0.3s;
}

footer a:hover {
	opacity: 0.8;
	text-decoration: none;
	color: #000000;
}

footer .rights {
  text-align: right;
}

footer ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

footer ul li {
	display: inline-block;
	list-style: none;
	margin-left: 15px;
}

/* Responsive */

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

  section.cta {
    margin-top: 50px;
  }

}

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

  .mobile_nav_trigger {
    display: block;
  }

  .mobile-nav {
    display: flex;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #2894ff;
    font-weight: 700;
    cursor: pointer;
    font-size: 22px;
    margin-bottom: 10px;
  }

  header .navigation {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 600px;
    max-width: 75%;
    background: #fff;
    z-index: 999;
    padding: 0;
    box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.25);
    transition: all 0.3s;
  }

  header .navigation.active {
    right: 0;
  }

  header .navigation ul li {
    display: block;
    margin: 0;
  }

  header .navigation ul li a {
    padding: 10px 20px;
    display: block;
  }

  section.hero strong {
    font-size: 80px;
  }

  section.hero span {
    font-size: 40px;
  }

  section.hero .hero_content {
    padding: 100px 0;
  }

  .cta_inner img {
    position: initial;
    max-width: 350px;
    margin-bottom: 30px;
  }

  section.cta {
    margin-top: 0;
  }

  main {
    padding-bottom: 100px;
  }

}

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

  .textcolumns_wrapper {
    column-count: 1;
  }

  .textcolumns_wrapper::before {
    display: none;
  }

  section.hero strong {
    font-size: 60px;
  }

  section.hero span {
    font-size: 30px;
  }

  footer ul {
    text-align: left;
  }

  footer ul li {
    margin-left: 0;
    margin-right: 15px;
  }

  main {
    padding-bottom: 75px;
  }
  
	.campagne_inner img {
		width: 100%;
	}

  footer img {
    margin-bottom: 20px;
  }

  footer .rights {
    text-align: left;
  }

}

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

  section.hero strong {
    font-size: 45px;
  }

  section.hero span {
    font-size: 25px;
  }

  section:not(.hero) {
    padding: 25px 0;
  }

  main {
    padding-bottom: 50px;
  }

  .cta_inner {
    padding: 25px;
  }

  .cta_inner strong  {
    font-size: 25px;
  }

}