/*
Theme Name: NA Planetarium
Theme URI: 
Author: neusta aerospace | NH
Author URI: http://www.neusta-aerospace.de/
Description: Theme for Olbers Planetarium Bremen
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: naplanetarium

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/roboto-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("assets/fonts/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("assets/fonts/roboto-v20-latin-regular.woff") format("woff"), url("assets/fonts/roboto-v20-latin-regular.ttf") format("truetype"), url("assets/fonts/roboto-v20-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-slab-regular - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/roboto-slab-v10-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Robto Slab"), url("assets/fonts/roboto-slab-v10-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/roboto-slab-v10-latin-regular.woff2") format("woff2"), url("assets/fonts/roboto-slab-v10-latin-regular.woff") format("woff"), url("assets/fonts/roboto-slab-v10-latin-regular.ttf") format("truetype"), url("assets/fonts/roboto-slab-v10-latin-regular.svg#RobotoSlab") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("assets/fonts/MaterialIcons-Regular.woff2") format("woff2"), url("assets/fonts/MaterialIcons-Regular.woff") format("woff");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  /* IE Support */
  font-feature-settings: "liga";
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.noscroll {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.title {
  font-family: "Roboto Slab", serif;
}

.headline {
  text-align: center;
  font-family: "Roboto Slab", serif;
}

.container-margin-bottom {
  margin-bottom: 100px !important;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Roboto Slab", serif;
}

ul {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 30px 0;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}

a {
  text-decoration: none;
  color: #255469;
}
a:hover, a :focus, a :active, a :visited {
  text-decoration: none;
  color: #255469;
}

.disclaimer {
  font-size: 10px;
}

.m-bottom {
  margin-bottom: 0.9375rem;
}

.m-bottom-small {
  margin-bottom: 0.625rem;
}

.icon-text {
  padding-left: 0.625rem;
}

.icon-text-wrapper {
  display: flex;
  align-items: center;
}
.icon-text-wrapper span {
  padding-left: 0.625rem;
}

@media screen and (min-width: 62rem) {
  .noscroll {
    overflow: visible;
  }
}
.content-wrapper {
  width: 100%;
  max-width: 62rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
.content-wrapper.no-padding {
  padding: 0 0;
}

.split-container {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.split-container-element {
  padding: 0.9375rem;
}

.split-container-element-white {
  background-color: #fff;
}

.split-container-element-primary {
  background-color: #255469;
  color: #fff;
}

.flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-space-between {
  justify-content: space-between;
}

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

.location-map {
  overflow: hidden;
}
.location-map iframe {
  max-width: 100%;
}

.bg-main {
  background-color: #255469;
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.default-padding {
  padding: 0.9375rem;
}

.content-wrapper {
  padding: 0 0;
}

@media screen and (min-width: 48rem) {
  .split-container {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .split-container-element {
    width: 50%;
    order: 0;
  }
}
@media screen and (min-width: 62rem) {
  .content-wrapper {
    padding: 0 0;
  }
}
.mobile-menu-container.menu-open > body {
  overflow: hidden;
}

.mobile-menu-container {
  position: fixed;
  top: 0;
  height: 100vh;
  left: auto;
  right: 0;
  z-index: 998;
  background-color: rgba(37, 84, 105, 0.95);
  color: #fff;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
  width: 0;
  padding: 0.9375rem 0;
  transition: 0.3s ease all;
}
.mobile-menu-container ul {
  list-style-type: none;
}
.mobile-menu-container li {
  padding: 10px;
  border-bottom: 1px solid #6e97ae;
}
.mobile-menu-container li a {
  color: #fff;
  padding: 10px;
  display: block;
}
.mobile-menu-container.menu-open {
  width: 100%;
}

.navbar {
  background-color: #255469;
  padding: 0 1rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .logo-and-title {
  display: flex;
  align-items: center;
}
.navbar .logo-container {
  width: 50px;
}
.navbar .site-title {
  display: none;
  padding: 0 0.9375rem;
}
.navbar .site-title a {
  color: #fff;
}
.navbar .primary-navigation {
  display: flex;
  justify-content: flex-end;
}
.navbar .primary-navigation ul {
  display: none;
  list-style: none;
}
.navbar .primary-navigation ul li {
  display: inline-block;
  padding: 10px 24px;
  font-size: 16px;
}
.navbar .primary-navigation ul li a {
  color: #fff;
}
.navbar .primary-navigation ul li a:after {
  content: "";
  display: block;
  height: 2px;
  border-radius: 3px;
  width: 0;
  background-color: #6e97ae;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar .primary-navigation ul li a:hover:after {
  width: 100%;
  opacity: 1;
}
.navbar .mobile-menu-toggle {
  z-index: 999;
  width: 28px;
  height: 20px;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease all;
  transform: rotate(0);
}
.navbar .mobile-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border: 2px;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  transform: rotate(0);
  transition: 0.3s ease all;
}
.navbar .mobile-menu-toggle span:nth-child(1) {
  top: 0;
}
.navbar .mobile-menu-toggle span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar .mobile-menu-toggle span:nth-child(3) {
  top: calc(50% - 1px);
}
.navbar .mobile-menu-toggle span:nth-child(4) {
  top: calc(100% - 2px);
}
.navbar .mobile-menu-toggle.menu-open span:nth-child(1) {
  opacity: 0;
}
.navbar .mobile-menu-toggle.menu-open span:nth-child(2) {
  transform: rotate(45deg);
}
.navbar .mobile-menu-toggle.menu-open span:nth-child(3) {
  transform: rotate(-45deg);
}
.navbar .mobile-menu-toggle.menu-open span:nth-child(4) {
  opacity: 0;
}

@media screen and (min-width: 62rem) {
  .navbar {
    font-family: "Roboto", serif;
  }
  .navbar .site-title {
    display: block;
  }
  .navbar .primary-navigation ul {
    display: block;
  }
  .navbar .mobile-menu-toggle {
    display: none;
  }

  .mobile-menu-container, .mobile-menu-container.menu-open {
    width: 0 !important;
    font-family: "Roboto", serif;
  }
}
.btn {
  border: none;
  border-radius: 0.1875rem;
  cursor: pointer;
}

.btn-block {
  display: block;
}

.btn-table {
  display: table;
}

.btn-margin {
  margin: 1rem 0;
}

.btn-wide {
  min-width: 160px;
}

.btn-full-width {
  width: 100%;
}

.btn-primary {
  background-color: #6e97ae;
  color: #fff;
  transition: 0.3s ease all;
  text-align: center;
  padding: 0.625rem;
  font-family: "Roboto", serif;
  text-transform: uppercase;
}
.btn-primary:hover {
  background-color: #255469;
  color: #fff;
}

.btn-medium {
  font-size: 14px;
}

.btn-small {
  padding: 5px 10px;
  font-size: 10px;
}

.arrowBtn {
  cursor: pointer;
  width: auto;
  padding: 17px;
  color: grey;
  font-weight: bold;
  font-size: 19px;
  transition: 0.4s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
}

.footer-wrapper {
  background-color: #255469;
  color: #fff;
  padding: 0.9375rem;
  font-size: 14px;
}
.footer-wrapper h4 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}

.footer-content-wrapper {
  display: flex;
  flex-direction: column;
}

.footer-content-area {
  padding: 0 15px;
}
.footer-content-area ul {
  list-style-type: none;
}
.footer-content-area li a {
  color: #fff;
}
.footer-content-area h4, .footer-content-area ul, .footer-content-area p {
  text-align: center;
}

.copyright {
  border-top: 1px solid #6e97ae;
  padding: 10px 10px 0 10px;
  text-align: center;
}

@media screen and (min-width: 48rem) {
  .footer-content-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer-content-area {
    width: 50%;
  }
}
@media screen and (min-width: 48rem) {
  .footer-content-area h4, .footer-content-area ul, .footer-content-area p {
    text-align: left;
  }
}
@media screen and (min-width: 62rem) {
  .footer-content-area {
    width: 25%;
  }
}
.event-detail-header {
  display: block;
}

.booking-form-container {
  background-color: #fff;
  padding: 0.9375rem;
  width: 100%;
}
.card-text{
	font-size: 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card-title{
	height:48px;
		overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#event-text{
	font-size: 16px;
}

.card-deck .m-bottom {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 48rem) {
  .event-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .booking-form-container {
    max-width: 350px;
  }
}
.gat {
  margin: 50%;
}

input, select {
  display: block;
  margin-top: 0.9375rem;
  padding: 0.625rem;
  border-radius: 0.1875rem;
  border: 1px solid #cad1d7;
}

input {
  min-width: 300px;
  width: 100%;
}

select {
  cursor: pointer;
  padding: 0.625rem 3.5rem 0.625rem 0.625rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.events-filter__form {
  display: flex;
  flex-direction: column;
}
.events-filter__inputs {
  display: flex;
  flex-direction: column;
  padding: 0 12px;
}
.events-filter__inputs-item {
  width: 100%;
  min-width: auto;
  align-self: center;
}
.events-filter__button {
  width: 55%;
  align-self: center;
  margin: 1.5rem 0 0;
  border-radius: 0.6rem;
}

/* Medium Devices */
@media (min-width: 768px) {
  .events-filter__form {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 2px;
  }
  .events-filter__inputs {
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
  .events-filter__inputs > *:not(:last-child) {
    margin-right: 4px;
  }
  .events-filter__inputs-item {
    margin-top: 0;
  }
  .events-filter__button {
    width: 180px;
    margin: 0;
  }
}
/* Large Devices */
@media (min-width: 992px) {
  .events-filter__form {
    padding: 0;
  }
  .events-filter__inputs {
    width: calc(100% - 240px);
    margin-right: 24px;
  }
  .events-filter__button {
    width: 240px;
  }
}
.reservation-response {
  position: fixed;
  bottom: -200px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  transition: bottom 2s;
}
.reservation-response__inner {
  width: 360px;
  padding: 16px;
  border-radius: 8px;
  background: red;
}

.card-deck__reserv-but a.disabled {
  pointer-events: none;
}
.card-deck__reserv-but a.disabled button {
  background: gray;
}

.recommendation {
  background-image: url("https://planetarium.hs-bremen.de/neueswp/wp-content/uploads/2021/06/Bubbles.png") !important;
	background-size: cover;
  background: black;
}

.hero-element {
  padding: 3rem 0;
  background: linear-gradient(126deg, #136067, #45909e 61%, #67ac83);
  display: flex;
  align-items: center;
}
.hero-element h1 {
  line-height: 48px;
  font-size: 36px;
}

.entry-additional-information {
  color: #4a4a4a;
  font-size: 10px;
  padding: 0.9375rem;
}

ul.ticket-prices {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.ticket-prices li {
  padding: 0.9375rem 0;
  border-bottom: 1px solid #f5f5f5;
}
ul.ticket-prices li:last-child {
  border-bottom: none;
}

.tag {
  background-color: #d4eaf2;
  color: #478699;
  font-size: 10px;
  border-radius: 0.1875rem;
  padding: 3px 5px;
  display: block;
}

.gat {
  margin: 0px;
  left: 50%;
  justify-content: center;
}

.tagItem {
  margin: 0% 5% 0% 5%;
  font-weight: 1000;
}

.tagItemTag {
  background-color: #d4eaf2;
  border-radius: 20px;
  padding: 5px 15px;
  display: block;
}

.ticket-category {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ticket-category button {
  margin: 0.5rem 0;
}

.ticket-category-title {
  font-weight: bold;
}

.post-preview-container {
  width: 300px;
  height: 190px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.post-preview-container .post-info-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
}
.post-preview-container .post-info-content {
  padding: 0.9375rem;
}
.post-preview-container .post-info-title {
  padding: 12px 0;
}
.post-preview-container .post-info-description {
  height: 38px;
  font-size: 14px;
  overflow: hidden;
}

.recent-posts-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media screen and (min-width: 48rem) {
  .hero-max-height {
    height: 400px;
  }

  .gat {
    margin: 0px;
    left: 50%;
    justify-content: center;
  }

  .tagItemTag {
  }

  .entry-additional-information {
    width: 50%;
    order: 1;
  }
}

/*# sourceMappingURL=style.css.map */
