
/*
  Theme Name: Folio
  Theme URL: https://bootstrapmade.com/folio-bootstrap-portfolio-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com


Color Scheme

Indian Red: #DF4F66
Light Sea Green: #23ABB3
Dark Sea Green: #BBCAB9
Medium Aquamarine: #7AC4BD
Dark Slate Gray:#2B302F

*/





/*  General Styling
/*-----------------------------------------------------------------------------------*/

.img-max {
    width: 100%;
    height: auto;
        padding: 0;
}
.img-platform {
    width: 50%;
    height: auto;
        padding: 1rem .45rem .5rem .45rem;
        display:block;
        background:#F2F9F9;
        margin-top:2rem;

}

.img-responsive-logo {
  bottom: -200px;
opacity: 1;
/* position: relative; */
margin-top: 2rem;
margin-bottom: -10rem;
}
.img-member {
    width: 100%;
    height: auto;
        padding: 0;
    border: 2px solid #E0D8CA;;
}
.padlogo {
  padding-top:1rem;
    padding-bottom:4rem;
}
.padsub {
  padding-top:1rem;
    padding-bottom:4rem;
}
.padtop {
  padding-top:2rem;
}
.paddisc {
  padding-top:.45rem;
}
.padmember {
  margin-top:1rem;
}
@media (max-width: 992px){
  .nomobil {    display:none!important;
  }
  .padsub {
    padding-top:1rem;
      padding-bottom:1rem;
  }
.padmember {
    margin-top: 1rem;
    padding-bottom: 6rem;
}
}
.padbottom {
  padding-bottom:2rem;
}
.padbottom2 {
  padding-bottom:4rem;
}
.textpad {
  padding:0 3rem 3rem;
}
.preview {
  padding: .25rem 0;
}

ul.downloads .fa {
    display: inline-block;
    font: normal normal normal 3rem/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 1em;
}
ul.downloads  {list-style:none!important;padding-left:0!important;}
ul.downloads li {padding-bottom:1rem!important;}

.video_item {margin-bottom:1rem;}
body {
  background: #ffffff;
  color: #898989;
  font-family: 'Poppins', helvetica;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index:1;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  color: inherit;
  font-weight: 600;
}

h4 {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
}

a {
  color: #DF4F66;
  font-style: italic;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  color: #23ABB3;

  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a.archive:hover, a.archive:focus {
  color: #F2F9F9!important;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #23ABB3;
  text-decoration: underline;
}

.band-single a {
  /*color: #23ABB3;*/
  font-style: italic;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.band-single a:hover {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.band-single a:hover, a:focus {
  /*color: #DF4F66;*/
  text-decoration: underline;
}


p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: #2B302F;
  line-height: 28px;
}

::-moz-selection {
  background: #b8a07e;
  color: #fff;
}

::selection {
  background: #b8a07e;
  color: #fff;
}

.btn {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.btn:hover, .btn:focus {
  color: #fff;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  text-transform: uppercase;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 90px;
  padding-bottom: 90px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #b8a07e;
}

.mb-30 {
  margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  Navbar Top

nav #lang {
  float: left;
  line-height: 32px;
  margin-bottom: 0;
  padding-top: 16px;  }
nav #lang li:first-child {
    margin-left: 0;
}

nav #lang li {
    list-style: none;
    display: inline-block;
    margin-left: 10px!important;

}

nav #lang li:first-child{
  margin-left: 50px!important;
}
nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 12px;
  color: #2B302F;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}


nav {
  position: fixed;
  background: #F2F9F9;
  z-index: 1000;
  width: 100%;
  padding: 1rem;
  display: none;
  -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
}

.nav-menu {
  float: right;
  line-height: 32px;
  margin-bottom: 0;
  padding-top: 16px;
}

nav ul li {
  float: left;
  margin-right: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin-left: 40px;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: 'Playfair Display', helvetica;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  font-style: normal;
}

.logo {
  float: left;
}

.logo img {
  width: 100px;
  height: 50px;
}

.responsive {
  display: none;
  font-size: 23px;
}

.active {
  color: #afafaf;
}
/*-----------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/

nav ul li {
  float: left;
  margin-right: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin-left: 40px;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: 'Playfair Display', helvetica;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  font-style: normal;
}

.logo {
  float: left;
}

.logo img {
  width: 100px;
  height: 50px;
}
#header {

  height: 100vh;
  width: 100%;

}


#header .header-content {
  height: 100vh;
  text-align: left;
  width: 100%;
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.header-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}

.header-content p {
  font-size: 13px;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}

.header-content .list-social li {
  float: left;
  margin-right: 20px;
}

.header-content .list-social li i {
  color: #DF4F66;
  font-size: 2rem;
}

#header-preload {

  height: 100%;
  width: 100%;
  background: #23ABB3;
  position:fixed!important;
z-index:10000;
}


#header-preload .header-preload-content {
  height: auto;
  text-align: center;
  width:100%;
   display: flex;
  justify-content: center;
  flex-direction: column;
}

#header-preload .header-preload-content {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);}


.header-preload-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}

.header-preload-content p {
  font-size: 13px;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}

.header-preload-content .list-social li {
  float: left;
  margin-right: 20px;
}

.header-preload-content .list-social li i {
  color: #fff;
  font-size: 15px;
}


hr {
  border-style: dashed;
  border-color: #3C3F45;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin: 1rem 0 2rem;
}

.dates a{font-style:normal;color:#AFE0E3!important;}
.dates a:hover, .dates a:focus{font-style:normal;color:#DF4F66!important;}
.dates h3 {font-size:1.55rem;}

.dates {background: rgba(43,48,47,.5);    padding: 2rem 0 1.5rem; color:#F2F9F9!important;border-radius:1rem;margin: 1rem 0;}

.album {background: rgba(43,48,47,.75);    padding: 2rem 0 1.5rem; color:#F2F9F9!important;border-radius:1rem;margin: 1rem 0;}
.light p {color:#F2F9F9!important;}
 a.flow {font-style:normal;color:#AFE0E3!important;}
a.flow:hover, .a.flow:focus{font-style:normal;color:#DF4F66!important;}
/*-----------------------------------------------------------------------------------*/
/*  Aout-us
/*-----------------------------------------------------------------------------------*/
#about, #shows, #media, #discs, #kontakt, #band-single  {
  width: 100%;
  height: auto;
  padding-top: 3rem;
}
#shows {
  background: #1D1713 /* url(../images/maedchen3.png) no-repeat top center */;
  -webkit-background-size: 100%;-moz-background-size: 100%;background-size: 100%;-o-background-size: 100%;
  min-height:20vh;

}
#discs {
  background: #1D1713 /* url(../images/seeloewe-down-pair2.png) repeat-y top center */;
  -webkit-background-size: contain;-moz-background-size: contain;background-size: contain;-o-background-size: contain;
  min-height:80vh;

}

#media {
  background: #1D1713 /* url(../images/seeloewe-up4.png) no-repeat top center */;
  -webkit-background-size: cover;-moz-background-size: cover;background-size: cover;-o-background-size: cover;
  min-height:140vh;

}

#kontakt {
  background: #1D1713 /* url(../images/wasser.png) no-repeat center center */;
  -webkit-background-size: cover;-moz-background-size: cover;background-size: cover;-o-background-size: cover;
  min-height:30vh;

}

#about {
  background: #1D1713 /*  url(../images/wasser.png) no-repeat center center */;
  -webkit-background-size: cover;-moz-background-size: cover;background-size: cover;-o-background-size: cover;
  min-height:100vh;

}

#about.band-single {
  background: #1D1713 /*  url(../images/bg.png) no-repeat center center */;
  -webkit-background-size: cover;-moz-background-size: cover;background-size: cover;-o-background-size: cover;
  min-height:100vh;

}

#about .div-img-bg {
  padding-bottom: 30px;
  border: 20px solid #E0D8CA;

}

#about .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
/*  margin-top: -60px;
  margin-left: 40px;
  */
  min-height: 100%;
  object-fit: cover;
}

#about .about-descr .p-heading {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  text-align: left;
}
.heading {
  font-family: 'Playfair Display', serif;
  padding-bottom:2rem;
  color:#F2F9F9;
}
.heading2 {
  font-family: 'Playfair Display', serif;
  color:#B6DEDB;

}


#about .about-descr .separator {
  max-width: 80%;
  margin-bottom: 0;
  text-align: left;
}

/*-----------------------------------------------------------------------------------*/
/*   Services
/*-----------------------------------------------------------------------------------*/

#services {
  background: #f7f7f7;
  position: relative;
  padding-bottom: 80px;
}

.owl-item {
  float: left;
}
.services-block span {
  margin: 10px 0;
  position: relative;
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.services-block .separator {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.services-block i {
  font-size: 44px;
  color: #b8a07e;
  line-height: 44px;
}


.services-carousel  .owl-stage-outer {
  overflow: hidden;
}

.services-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.services-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  border: 0;
  padding: 0 !important;
  background-color: #ddd;
  cursor: pointer;
}

.services-carousel .owl-dot.active {
  background-color: #b8a07e;
}

.owl-nav {
  display: none;
}


/*-----------------------------------------------------------------------------------*/
/*  Portfolio
/*-----------------------------------------------------------------------------------*/

#media {
  padding-bottom: 50px;
}

#media .portfolio-list {
  margin-top: 50px;
}

#media .portfolio-list .nav {
  display: inline-block;
  margin: 0;
}

#media .portfolio-list .nav li {
  margin: 0 40px 0 0;
  float: left;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  cursor: pointer;
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#media .portfolio-list .nav li:hover, #media .portfolio-list .nav li.filter-active  {
  color: #AFE0E3;

}

#media .portfolio-container {
  display: inline-block;
  margin-bottom: 150px;
  width: 100%;
  position: relative;
  min-height:100vh;

}

.portfolio-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio-thumbnail img {
  max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  Journal
/*-----------------------------------------------------------------------------------*/

#journal,  #journal-blog {
  height: auto;
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 60px;
  position: relative;
}

#journal-blog {
  background: #fff;
  padding-bottom: 30px;
}

#journal .journal-block {
  display: inline-block;
  height: auto;
  width: 100%;
}

#journal .journal-block .journal-info {
  position: relative;
}

.journal-block .journal-info img {
  max-width: 100%;
}

.journal-block .journal-info .journal-txt {
  padding: 25px 0px;
  position: relative;
}

.journal-block .journal-info .journal-txt h4 a {
  display: block;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  color: #292929;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt h4 a:hover {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*  Contact
/*-----------------------------------------------------------------------------------*/

#contact {
  height: auto;
  width: 100%;
}

.contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-details li {
  padding-bottom: 10px;
}

#contact input, #contact textarea {
  width: 100%;
}


#contact  #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact  #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact #sendmessage.show, #contact #errormessage.show, #contact .show {
  display: block;
}

#contact .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

#footer {
  background: #2B302F;

  padding-top: 50px;
  padding-bottom: 50px;
}

#footer .socials-media {
  width: 100%;
}

#footer .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#footer .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#footer .socials-media ul li a {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer p {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0;
  color:#F2F9F9!important;

}

.credits {
  font-size: 13px;
}
