/**
* Template Name: Alstar - v4.7.0
* Template URL: https://bootstrapmade.com/alstar-free-parallax-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Raleway", sans-serif;
  color: #fff;
  background: #222;
}

a {
  color: #cc9900;
  text-decoration: underline;
}

a:hover {
  color: #ffcc00;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #666;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #ddd;
  line-height: 0;
}
.back-to-top:hover {
  background: #cc9900;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Sticky Top
--------------------------------------------------------------*/
#top {

/*
  position: -webkit-sticky;
  position: sticky;
  top: 100;

  background-color: #cc9900;
  border-bottom: 1px solid #ccc;
  */

height: 10px;
width: 90px;
border-bottom: 1px solid #ccc;
background-color: #cc9900;
float: right;
position: fixed;
margin-top: 200px;

}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  z-index: 997;
  transition: all 0.5s;
  background: #333;
  // top: -70px;
  top: 0px;
  border-bottom: 1px solid #555;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
#header.header-scrolled, #header.header-inner-page {
  top: 0;
}
#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 0;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
@media (max-width: 992px) {
  #header {
    height: 60px;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #cc9900;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #ccc;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 200;
  text-transform: none;
  color: #000;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #cc9900;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(50, 50, 50, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #333;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #cc9900;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #ccc;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh + 72px);
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  margin-top: -72px;
}
#hero .carousel-item {
  width: 100%;
  height: calc(100vh + 72px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .carousel-content {
  text-align: center;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 500;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .carousel-indicators li {
  cursor: pointer;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: 24px;
  letter-spacing: 1px;
  display: inline-block;
  // padding: 12px 32px;
  padding: 5px 10px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.5s;
  background: #ccc;
  border: 2px solid #ccc;
  font-decoration: none;
}
#hero .btn-get-started:hover {
  background: #cc9900;
  border: 2px solid #cc9900;
  color: #333;
  text-decoration: none;
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
  #hero img {
      width: 100%;
  }
}
@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
  #hero img {
      width: 800px;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 150vh;
  }
  #hero .carousel-item {
    height: 150vh;
  }
  #hero img {
      width: 100%;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  background-color: #111;
}

.section-bg {
  background-color: #232323;
}

.section-bg-darkgrey {
  background-color: #121212;
}

.section-bg-grey {
  background-color: #343434;
}

.section-bg-light-grey {
  background-color: #454545;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #ccc;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 1px;
  background: #cc9900;
  bottom: 0;
  left: calc(50% - 100px);
}

.section-title p {
  margin-bottom: 0;
  // font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 100;
  color: #fff;

}


.section-title a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #cc9900;
  text-decoration: underline;
}



.section-content {
  text-align: center;
  padding-bottom: 30px;
}
.section-content h2 {
  font-size: 32px;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #999;
}
.section-content h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 1px;
  background: #cc9900;
  bottom: 0;
  left: calc(50% - 100px);
}



.section-content p {
  margin-bottom: 0;
  // font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 100;
  color: #fff;

}

.section-content .zitat {
  font-family: "Poppins", sans-serif;
  font-size:  24px;
  color: #CCCC99;
}


.section-content .bg-grey {
  background: #444;
  padding: 20px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}







/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f6f8f8;
  min-height: 40px;
  margin-top: 72px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*-------------------------------------------
# Testimonial / Works
-------------------------------------------*/

exhibitions {
  // background: #000;

}

.exhibitions {
  // background: #000;

}


.exhibitions-wrap {
  // padding: 50px 50px 80px 50px;
  padding: 0px 0px 50px 0px;
  // background: #000;
}

.exhibitions-wrap img {
  width: 100%;
  margin: 0;
  padding 0;
}

.exhibitions-wrap .exhibitions {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

/*
.exhibitions-wrap .exhibitions img {
  // border-radius: 50%;
  width: 100%;
  margin: 0 auto 30px auto;
}
*/

.exhibitions-wrap .exhibitions blockquote p {
  font-size: 20px;
}

.h3 {
  font-size: 20px;
}

.h4 {
  font-size: 16px;
}

.heading {
  font-size: 28px;
}

.readmore {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  transition: 0.2s all ease;
  font-weight: 700;
}
.readmore:active, .readmore:focus, .readmore:hover {
  outline: none;
}
.readmore:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}

.exhibitions-slider .swiper-pagination {
  margin-top: -60px;
  position: relative;
}
.exhibitions-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  opacity: 1;
}
.exhibitions-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cc9900;
}




/*--------------------------------------------------------------
# Literatur
--------------------------------------------------------------*/

#literatur .text {
  align: left;
  text-align: left;
}

#literatur .cta-book {
  align: left;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.08);
  color: #fff; 
  border: 1px solid #ff9900; 
}




/*--------------------------------------------------------------
# Affiliate
--------------------------------------------------------------*/

 #affiliate {
  background: #222;
  padding: 80px 0 60px 0;
}

.affiliate .affiliate-carousel, .affiliate .affiliate-slider {
  overflow: hidden;
}
.affiliate .affiliate-item {
  box-sizing: content-box;
  padding: 0px;
  margin: 5px 5px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  // background: #666;
  border-radius: 15px;
}
.affiliate .affiliate-item .affiliate-img {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #ccc;
  float: left;
  margin: 0 10px 0 0;
}
.affiliate .affiliate-item h3 {
  font-size: 18px;
  font-weight: 200;
  margin: 25px 0 5px 0;
  color: #111;
}
.affiliate .affiliate-item h4 {
  font-size: 14px;
  color: #ccc;
  margin: 0;
}
.affiliate .affiliate-item .quote-icon-left, .affiliate .affiliate-item .quote-icon-right {
  color: #fff;
  font-size: 26px;
}
.affiliate .affiliate-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.affiliate .affiliate-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.affiliate .affiliate-item p {
  font-style: italic;
  margin: 30px auto 15px auto;
}
.affiliate .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.affiliate .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ccc;
}
.affiliate .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff9900;
}














/*--------------------------------------------------------------
# Editorial
--------------------------------------------------------------*/

#editorial {
  background: #111;
  padding: 80px 0 60px 0;
}

.editorial .editorial-carousel, .editorial .editorial-slider {
  overflow: hidden;
}
.editorial .editorial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  border-radius: 15px;
}
.editorial .editorial-item .editorial-img {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #0066CC;
  float: left;
  margin: 0 10px 0 0;
}
.editorial .editorial-item h3 {
  font-size: 18px;
  font-weight: 200;
  margin: 25px 0 5px 0;
  color: #111;
}
.editorial .editorial-item h4 {
  font-size: 14px;
  color: #ccc;
  margin: 0;
}
.editorial .editorial-item .quote-icon-left, .editorial .editorial-item .quote-icon-right {
  color: #fff;
  font-size: 26px;
}
.editorial .editorial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.editorial .editorial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.editorial .editorial-item p {
  font-style: italic;
  margin: 30px auto 15px auto;
}
.editorial .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.editorial .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0066CC;
}
.editorial .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0066CC;
}

.editorial .zitat {
  font-family: "Poppins", sans-serif;
  font-size:  24px;
  color: #CCCC99;
}







/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about p {
          align: left;
          text-align: left;
          color: #fff;
}




/*
.about .content h3 {
  font-weight: 300;
  font-size: 26px;
}

.about p {
          align: left;
          text-align: left;
}

.about .zitat {
          align: center;
          text-align: center;
}

.about .about-card {
  border: 1px solid red:

}


.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cc9900;
}
.about .content p:last-child {
  margin-bottom: 0;
}
*/


/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/

.cards img {
  border-radius: 0;
}

.card-bg {
  background-color: #333;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 1);
  text-align: center;
  border-radius: 0px; 
}

.card-bg h5 {
color: #fff;
font-family: "Raleway", sans-serif;
font-size: 24px;
font-weight: 100;
}

.card-bg h6 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 100;
  }

  .card-bg a {
    color: #fff;

    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 300;
    // transition: 0.3s;
    text-decoration: none; 
    }

    .card-bg a:hover {
      color: #ff9900;
  
      font-family: "Raleway", sans-serif;
      font-size: 18px;
      font-weight: 300;
      // transition: 0.3s;
      text-decoration: underline; 
      }


.card-body {
  -moz-text-align-last: center;
  // text-align-last: center;
  text-align: center;
  // border: 1px solid red;

}

.card-text {
  text-align: left;
  align: left;
}





.card-btncontainer {
  // position: absolute;
  bottom: 5px;
  border: 2px solid red;
}

.card-btn {

  margin: 0 auto;
  text-align: center;

  border-radius: 4px;
  padding: 6px 20px 8px 20px;
  // border: 0px solid #ccc;
  color: #ccc;

  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 300;
  // transition: 0.3s;
  text-decoration: none; 


}
.card-btn:hover {
  // border-color: #cc9900;
  text-color: #cc9900;
  text-decoration: none; 
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #222;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.5);
}
.services .icon-box i {
  float: left;
  color: #cc9900;
  font-size: 40px;
  line-height: 0;
}
.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .icon-box h4 a {
  color: #cc9900;
  transition: 0.3s;
}
.services .icon-box:hover h4 a {
  color: #cc9900;
}
.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.1), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #cc9900;
  border: 2px solid #cc9900;
}





/*--------------------------------------------------------------
# Cta 2
--------------------------------------------------------------*/
.cta2 {
  background: linear-gradient(rgba(2, 2, 2, 0.1), rgba(0, 0, 0, 0.5)), url("../img/cta2-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}
.cta2 h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
}
.cta2 p {
  color: #fff;
}
.cta2 .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta2 .cta-btn:hover {
  background: #cc9900;
  border: 2px solid #cc9900;
}



/*--------------------------------------------------------------
# Cta-book
--------------------------------------------------------------*/
.cta3 {
  background: linear-gradient(rgba(2, 2, 2, 0.1), rgba(0, 0, 0, 0.5)), url("../img/cta-bg_ebook.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}
.cta3 h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
}
.cta p {
  color: #fff;
}
.cta3 .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta3 .cta-btn:hover {
  background: #cc9900;
  border: 2px solid #cc9900;
}










/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/



.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #ccc;
  border-radius: 4px;
  padding: 8px 10px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 6px 15px 8px 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  color: #333;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #333;
  background: #cc9900;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item img {
  border-radius: 4px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.75);
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.75);
  padding: 15px;
  border-radius: 0px;
  border: 1px solid #ccc;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #ccc;
  font-weight: 100;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 60px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #cc9900;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ffcc00;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 20px;
}
.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
  color: #666;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

.portfolio .zitat {
  font-family: "Poppins", sans-serif;
  font-size:  24px;
  color: #CCCC99;
}


.portfolio .text {
  align: left;
  text-align: left;
}

.portfolio .price {
  font-family: "Poppins", sans-serif;
  font-size:  20px;
  color: #CC9900;
  align: left;
  text-align: left;
}


.price {
  font-family: "Poppins", sans-serif;
  font-size:  20px;
  color: #CC9900;
  align: left;
  text-align: left;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #222;
  opacity: 1;
  border: 1px solid #cc9900;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cc9900;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 30px 0 30px rgba(0, 0, 0, 0.5);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}







/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  height: 900px;
  padding: 20px;
  background: #222;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 1px solid #444;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.75);
}
.pricing h3 {
  font-weight: 300;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  color: #666;
}
.pricing h4 {
  font-size: 42px;
  color: #cc9900;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing h4 span {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}


.pricing p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}


.pricing ul {
  padding: 0;
  list-style: none;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing ul li {
  padding-bottom: 16px;
}
.pricing ul i {
  color: #cc9900;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #fff;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  text-align: center;

}
.pricing .btn-buy {
  background: #cc9900;
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  transition: 0.3s;
}
.pricing .btn-buy:hover {
  background: #cc9900;
  border: 1px solid #fff;
}
.pricing .featured {
  padding: 20px;
  background: #444;
  border: 1px solid #666;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.75);
}
.pricing .featured h3, .pricing .featured h4, .pricing .featured h4 span, .pricing .featured ul, .pricing .featured ul .na p {
  color: #fff;
}
.pricing .featured .btn-buy {
  background: rgba(255, 255, 255, 0.9);
  color: #cc9900;
}
.pricing .featured .btn-buy:hover {
  background: #cc9900;
  border: 1px solid #fff;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #222;
  padding: 60px 0;
}
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #444;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team .member .social a {
  transition: color 0.3s;
  color: #334242;
  margin: 0 3px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: rgba(0, 193, 193, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.team .member .social a:hover {
  background: #cc9900;
}
.team .member .social i {
  font-size: 18px;
  line-height: 0;
}
.team .member .member-info {
  padding: 25px 15px;
}
.team .member .member-info h4 {
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 18px;
  color: #334242;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}


/*--------------------------------------------------------------
# Workshops
--------------------------------------------------------------*/







/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #fff;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #222;
  border-radius: 4px;
}
.contact .info-box i {
  font-size: 40px;
  color: #cc9900;
  border-radius: 50%;
  padding: 8px;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #222;
  border-radius: 4px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 300;
}
.contact .php-email-form .loading {
  display: none;
  background: #444;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #cc9900;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #cc9900;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: darkem(#cc9900, 5);
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  border: 2px dotted #cc9900;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
}
#footer .footer-top .footer-info p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #cc9900;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #ffcc00;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 20x;
  font-weight: 300;
  color: #cc9900;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #cc9900;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1.5;
}
#footer .footer-top .footer-links ul a:hover {
  color: #cc9900;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #444;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  padding: 0 20px;
  background: #cc9900;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #cc9900;
}
#footer .copyright {
  border-top: 1px solid #ccc;
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  color: #fff;
}


@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}




/*-------------------------------------------
# Detail / Works
-------------------------------------------*/

#workdetailvisibility {
  display: none;
  margin: 0;
  margin-left: 0px;
  margin-right: 0px;
  padding: 5px;
  // border: 1px dotted #ccc;
  background: #222;
  color: #fff;
  // box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

#workdetailvisibility .readmore{
  display: inline-block;
  border: 1px solid #000;
  padding: 12px 25px;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  transition: 0.2s all ease;
  font-weight: 700;
  background: #cc9900;
}
#workdetailvisibility .readmore:active, .readmore:focus, .readmore:hover {
  outline: none;
}
#workdetailvisibility .readmore:hover {
  color: #fff;
  text-decoration: none;
  background: #cc9900;
}




// BUTTONS

.btncontainer {
  position: absolute;
  bottom: 10px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  width: 90%;
  // border: 2px solid red;
}

.btn {

  margin: 0 auto;
  text-align: center;

  border-radius: 4px;
  padding: 6px 20px 8px 20px;
  border: 2px solid #ccc;

  border-color: #cc9900;
  background: #333;
  color: #cc9900;

  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 100;
  // transition: 0.3s;
  text-decoration: none;


}
.btn:hover {
  border-color: #cc9900;
  background: #cc9900;
  color: #fff;
  text-decoration: underline;
}



#ctabtn {

  margin: 0 auto;
  text-align: center;

  border-radius: 4px;
  padding: 6px 20px 8px 20px;
  border: 2px solid #ccc;

  background: #cc9900;
  
  color: #fff;

  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 100;
  // transition: 0.3s;
  text-decoration: none;


}
#ctabtn:hover {
  border-color: #cc9900;
  background: #333;
  color: #cc9900;
  text-decoration: underline;
}


#orderbtn {

  margin: 0 auto;
  text-align: center;

  border-radius: 4px;
  padding: 6px 20px 8px 20px;
  border: 2px solid #ccc;

  background: #cc9900;
  
  color: #fff;

  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 100;
  // transition: 0.3s;
  text-decoration: none;


}
#orderbtn:hover {
  border-color: #cc9900;
  background: #333;
  color: #cc9900;
  text-decoration: underline;
}









/*--------------------------------------------------------------
# Workshops
--------------------------------------------------------------*/

 #workshops {
  background: #222;
  padding: 80px 0 60px 0;
}

#workshops p {
  text-align: left;
  }

.workshops p {
text-align: left;
}

.workshops .workshops-carousel, .workshops .workshops-slider {
  overflow: hidden;
}
.workshops .workshops-item {
  box-sizing: content-box;
  padding: 15px;
  margin: 5px 5px;
  min-height: 200px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
  position: relative;
  background: #444;
  border-radius: 5px;
  align: center;
  text-align: center;
}
.workshops .workshops-item .workshops-img {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #444;
  float: left;
  margin: 0 0px 0 0;
}
.workshops .workshops-item h3 {
  font-size: 24px;
  font-weight: 100;
  margin: 25px 0 5px 0;
  color: #fff;
}
.workshops .workshops-item h4 {
  font-size: 18px;
  color: #fff;
  margin: 0;
}

.workshops .workshops-item p {
  font-size: 18px;
  color: #fff;
  margin: 0;
  text-align: left;
}

.workshops .workshops-item .workshop-form {
  font-size: 16px;
  color: #fff;
  margin: 0;
  float: left;
  align: left;
  text-align: left;

}


.workshops .workshops-item .workshop-form .input.disabled-radio {
  pointer-events:none;
  opacity:0.5;
}


.workshops .workshops-item ul {
  font-size: 18px;
  color: #fff;
  margin: 0;
  text-align: left;
}

.workshops .workshops-item li::before {
    color: #cc9900;
    font-size: 2em;
    content: bi bi-check-lg;
}



.workshops .workshops-item .quote-icon-left, .workshops .workshops-item .quote-icon-right {
  color: #cc9900;
  font-size: 20px;
}
.workshops .workshops-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.workshops .workshops-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.workshops .workshops-item p {
  font-style: italic;
  margin: 30px auto 15px auto;
}
.workshops .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.workshops .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ccc;
}
.workshops .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff9900;
}

.workshops .pricing h4{

   color: #cc9900;
   font-size: 70px;
   text-align: center;
}

.workshops .pricing p{

   color: #fff;
   font-size: 30px;
   text-align: center;
}


.workshops-btn {

  margin: 0 auto;
  text-align: center;

  border-radius: 4px;
  padding: 6px 20px 8px 20px;
  border: 2px solid #ccc;
  color: #ccc;

  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 100;
  transition: 0.3s;


}
.workshops-btn:hover {
  border-color: #cc9900;
}




// tabellen für Workshops

.tablebox {
/*
  border: 0px solid grey;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  align: center;
  margin: auto;
  */



}


 .table-mobile {
  // visibility: visible;
  display: block;
 }
 .table-desktop {
  // visibility: hidden;
  display: none;
  }

 @media only screen and (min-width:300px) {
 .table-mobile {
  // visibility: visible;
  display: block;
 }
 .table-desktop {
  // visibility: hidden;
  display: none;
  }
}

@media only screen and (min-width:480px) {
 .table-mobile {
  // visibility: visible;
  display: block;
 }
 .table-desktop {
  // visibility: hidden;
  display: none;
  }
}

@media only screen and (min-width:720px) {
 .table-mobile {
  // visibility:hidden;
  display: none;
 }
 .table-desktop {
  // visibility: visible;
   display: block;
  }
}




.styled-table {
    width:100%;
    border-collapse: collapse;
    text-align: left;
    margin:10px auto;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 300px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.styled-table thead tr {
    background-color:  #cc9900;
    color: #fff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 5px 5px;
    vertical-align: top;
    text-align: left;
}

.styled-table tbody tr {
    border-bottom: 1px solid #ccc;
    background-color: #666;
    color: #fff;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #555;
    color: #fff;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #ccc;
    color: #fff;
}

.styled-table tbody tr.active-row {
    /* font-weight: bold;  */
    color: #fff;
}


#workshopdetails {
	border: 1px solid orange;
}
#workshopdetails ul {
	margin-left: 1em;
	padding-left: 0;
}
#workshopdetails ul ul {
	margin-left: 1em;
	padding-left: 1em;
}
#workshopdetails ul li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#workshopdetails ul li li {
	list-style-type: square;
}

#workshopdetails details details {
	background-color: #fff;
	margin-left: 1em;
}