/*
Theme Name: Lablanche SiMa - Template
Theme URI: http://www.simadesign.de
Description: Template zur Webseite http://www.lablanche.eu
Author: SiMa Design
Author URI: http://www.simadesign.de
*/

@font-face {
  font-family: "LinguisticsPro-Regular";
  src: url("https://www.lablanche.eu/wp-content/themes/simadesign/fonts/LinguisticsPro-Regular.eot");
  src: url("https://www.lablanche.eu/wp-content/themes/simadesign/fonts/LinguisticsPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("https://www.lablanche.eu/wp-content/themes/simadesign/fonts/LinguisticsPro-Regular.otf") format("opentype"),
    url("https://www.lablanche.eu/wp-content/themes/simadesign/fonts/LinguisticsPro-Regular.svg") format("svg"),
    url("https://www.lablanche.eu/wp-content/themes/simadesign/fonts/LinguisticsPro-Regular.ttf") format("truetype"),
    url("https://www.lablanche.eu/wp-content/themes/simadesign/fonts/LinguisticsPro-Regular.woff") format("woff"),
    url("https://www.lablanche.eu/wp-content/themes/simadesign/fonts/LinguisticsPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

html,
body{
  position: relative;
  font-family: "LinguisticsPro-Regular", serif;
  background-color: #f4f3ee;
  min-height: 100vh;
  color: #000000;
}

.page a:link,
.page a:visited,
p a:link,
p a:visited{
  color: #0074D9;
}
a:link:hover,
a:visited:hover{
  color: #6c757d;
}

h1{
  word-wrap: break-word;
}

section.newsletter h2,
section.info h2{
  font-size: 42px;
}

div.input-container button,
div.input-container input,
div.input-container textarea{
  width: 100%;
}
div.input-container .wpcf7 label{
  width: 100%;
}

.mt-100{
  margin-top: 100px!important;
}
.mt-150{
  margin-top: 150px!important;
}
.mb-100{
  margin-bottom: 100px!important;
}
.mb-150{
  margin-bottom: 150px!important;
}

.white{
  background-color: #ffffff;
}
.darker {
  background-color: #dcdcdc;
}

.notice {
  background-color: white;
  margin-bottom:25px;
}

.notice p {
  margin:0;
}

.page a:link, .page a:visited, p a:link, p a:visited {
  color:#fa574e;
}

.black {
  background-color: #000000;
}
.black *{
  color: #ffffff;
}

.font-size-20{
  font-size: 20px!important;
}

.upper{
  text-transform: uppercase;
}

button.btn-outline,
input[type=button].btn-outline,
input[type=submit].btn-outline,
input[type=submit].wpcf7-submit{
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #000000;
  padding: 4px 12px;
  font-size: 17px;
  text-transform: uppercase;
  transition: 0.3s;
}
button.btn-reverse{
  background-color: #000000;
  border: 2px solid #ffffff;
  color: #ffffff;
}
button.btn-reverse:hover{
  background-color: #404040;
}
button.btn-md{
  font-size: 18px!important;
  padding: 10px 20px!important;
}
button.btn-outline.btn-lg,
input[type=button].btn-outline.btn-lg,
input[type=submit].btn-outline.btn-lg,
input[type=submit].wpcf7-submit.btn-lg{
  padding: 10px 30px;
  font-size: 21px;
}
button.btn-default,
input[type=button].btn-default,
input[type=submit].btn-default,
input.input-default,
textarea.input-default,
form.wpcf7-form input,
form.wpcf7-form textarea{
  border-radius: 0;
  background-color: #ffffff;
  padding: 10px 30px;
  font-size: 21px;
  text-transform: uppercase;
  border: 0;
}
input.input-default,
* textarea{
  text-transform: none!important;
}
button:focus,
input:focus,
textarea:focus{
  outline: 0;
}
button:hover,
input[type=submit]:hover,
input[type=button]:hover{
  filter: brightness(0.925);
}

.row{
  margin-left: auto;
  margin-right: auto;
}

div.image-container{
  position: relative;
  width: 100%;
  min-width: 200px;
  padding-top: 100%;
  overflow: hidden;
}
div.image-container span.image-description{
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  font-size: 15px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.25);
}
div.image-container img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 250px;
  object-fit: cover;
}
div.image-container.min-100{
  min-width: 100px;
}
div.image-container.img-1-05{
  padding-top: 50%;
}
div.image-container.img-1-07{
  padding-top: 70%;
}
div.image-container.img-1-08{
  padding-top: 80%;
}
div.image-container.img-1-12{
  padding-top: 120%;
}
div.image-container.img-1-2{
  padding-top: 200%;
}

header{
  position: relative;
  width: 100%;
  padding: 15px 0 35px;
  background-color: #f4f3ee;
}
header hr{
  width: 900px;
  max-width: 95%;
}
header div.header-content{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px 0;
}
header div.header-content img.lablanche-logo {
  position: relative;
  width: 820px;
  height: auto;
  max-width: 90%;
}
header ul.menu,
section.info ul.menu{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
header ul.menu li.menu-item,
section.info ul.menu li.menu-item{
  position: relative;
  display: block;
  float: left;
  margin-right: 40px;
}
section.info ul.menu li.menu-item{
  float: none;
  margin-right: 0;
}
header ul.menu li.menu-item:not(:last-child)::after{
  position: absolute;
  display: block;
  content: "";
  height: 10px;
  width: 6px;
  bottom: 33%;
  right: -25px;
  background-color: #000000;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
header ul.menu li.menu-item:last-child,
section.info ul.menu li.menu-item:last-child{
  margin-right: 0;
}
header ul.menu li.menu-item > a,
header ul.menu li.menu-item > a:link,
section.info ul.menu li.menu-item > a,
section.info ul.menu li.menu-item > a:link{
  font-size: 23px;
  text-transform: uppercase;
  color: #000000;
}
header .socialmedia{
  position: absolute;
  right: 15px;
  bottom: 22px;
}
header .socialmedia i{
  font-size: 30px;
}
header .socialmedia a:not(:last-child){
  margin-right: 15px;
}


footer {
  position: relative;
  width: 100%;
  background-color: #000000;
  padding: 50px 15px;
}
footer a,
footer a:link,
footer a:hover,
footer p{
  color: #ffffff;
}
ul.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
ul.footer-menu a {
  text-transform: uppercase;
  font-size: 20px;
}
ul.footer-menu li {
  float: left;
}
ul.footer-menu li:not(:last-child) {
  margin-right: 25px;
}
footer .socialmedia{
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .socialmedia i{
  font-size: 30px;
}
footer .socialmedia a:not(:last-child){
  margin-right: 10px;
}


section {
  display: block;
  width: 100%;
  padding: 50px 15px;
}


section.banner{
  position: relative;
  padding: 0;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
section.banner div,
section.banner img{
  position: relative;
  width: 100%;
  height: 100%;
}
section.banner img{
  object-fit: cover;
}

section.blog-newest{
  padding: 110px 15px 150px;
}
section.blog-newest div.blog-post1-image > div{
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 7%;
  z-index: 1;
}
section.blog-newest div.blog-post1-image > div::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #dcdcdc;
  height: 100%;
  width: 93%;
  clip-path: polygon(0% 0%, 0% 100%, 2% 100%, 2% 2%, 98% 2%, 98% 97%, 2% 98%, 2% 100%, 100% 100%, 100% 0%);
  left: 0;
  top: -7%;
  z-index: -1;
}
section.blog-newest div.blog-new-container{
  padding: 45px 15px 0;
  width: 100%;
  margin-top: 80px;
}
section.blog-newest div.blog-new-container > div *{
  overflow-wrap: break-word;
}
/*section.blog-newest div.blog-new-container > div{
  max-width: 720px;
}*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container-wrapper {
	max-width: 100%;
	width: 80%;
	left: 0;
	right:0;
	margin:auto;
	margin-bottom:50px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.newsletter{
  padding: 50px 15px 25px;
}
section.newsletter img,
section.newsletter input,
section.newsletter button{
  width: 100%;
}
section.newsletter button{
  padding-left: 5px;
  padding-right: 5px;
}

.rapidmail-newsletter{
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
}

.rapidmail-newsletter{
  min-height: 720px;
  height: 80vh;
  max-height: 1200px;
}

.lablanche-newsletter-form{
  margin-top: 25px;
}

.lablanche-newsletter-form label{
  display: block;
  margin-bottom: 7px;
  font-size: 16px;
}

.lablanche-newsletter-form input[type="text"],
.lablanche-newsletter-form input[type="email"]{
  width: 100%;
  min-height: 52px;
  border: 2px solid transparent;
  background-color: #ffffff;
  color: #000000;
  font-size: 18px;
  text-transform: none;
}

.lablanche-newsletter-form input[type="text"]:focus,
.lablanche-newsletter-form input[type="email"]:focus{
  border-color: #000000;
}

.lablanche-newsletter-form .newsletter-consent label{
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr);
  column-gap: 12px;
  align-items: flex-start;
  margin-bottom: 0;
  cursor: pointer;
}

section.newsletter .lablanche-newsletter-form .newsletter-consent input{
  width: 20px !important;
  height: 20px;
  margin: 3px 0 0;
}

.lablanche-newsletter-form .newsletter-consent span{
  line-height: 1.5;
}

.lablanche-newsletter-form .rmBase__compError{
  display: none;
  margin-top: 7px;
  padding: 7px 10px;
  background-color: #fa574e;
  color: #ffffff;
}

.lablanche-newsletter-form .rmBase__el--has-error .rmBase__compError{
  display: block;
}

.lablanche-newsletter-form .rmBase__el--has-error input{
  border-color: #fa574e;
}

.lablanche-newsletter-form .rmBase__comp--captcha{
  min-height: 48px;
}

.lablanche-newsletter-form .newsletter-privacy{
  max-width: 850px;
  font-size: 14px;
  line-height: 1.5;
}

.lablanche-newsletter-form .newsletter-privacy a{
  font-size: inherit;
}

.lablanche-newsletter-form .newsletter-success{
  padding: 25px;
  border: 2px solid #000000;
  background: #ffffff;
}

.lablanche-newsletter-form .hidden{
  display: none;
}


section.shop {
  padding: 110px 15px 150px;
}
section.shop .shop-items-container{
  padding-right: 50px;
}
section.shop .shop-items{
  position: relative;
  z-index: 1;
}
section.shop .shop-items::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -50px;
  bottom: -30px;
  background-color: #dcdcdc;
  z-index: -1;
}
section.shop .shop-items .image-container img{
  object-fit: scale-down;
  background-color: #ffffff;
}
section.shop .shop-buttons{
  margin-top: 100px;
}

section.galerie {
  padding: 110px 15px 150px;
}
section.galerie .col,
section.galerie .col-12,
section.galerie .col-6,
section.galerie .col-lg-6{
  padding: 0;
}
section.galerie .images{
  margin-right: -15px;
  margin-left: -15px;
}
section.galerie .image-container img{
  margin: 15px;
}

section.info {
  padding: 75px 15px;
}
section.info ul.menu li.menu-item > a,
section.info ul.menu li.menu-item > a:link{
  font-size: 20px;
}


div.blog-thumbnail{
  margin: 50px 0;
}
section.page-container .content{
  padding-bottom: 100px;
}
section.page-container .content h1{
  font-weight: bold;
}

section.the-blog h1,
section.the-blog h2,
section.the-blog h3{
  text-transform: uppercase;
}
section.pagenavi{
  margin-top: 70px;
}
section.pagenavi > .wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
}
section.pagenavi > .wp-pagenavi > *{
  border: 0;
  font-size: 20px;
  padding: 3px 10px;
  margin: 0;
  border: 2px solid transparent;
}
section.pagenavi > .wp-pagenavi > *.current{
  border-color: #000000;
  background-color: #ffffff;
}
section.pagenavi > .wp-pagenavi > *:not(.current):hover{
  background-color: rgb(255, 255, 255, 0.5);
  color: #000000;
  border-color: transparent;
}

div.comment-container{
  padding: 40px 25px 20px;
}
div.comment-container label{
  font-size: 22px;
}
div.comment-container h4{
  font-weight: bold;
}

div.comments-container ul{
  padding: 0;
  list-style: none;
}
div.comments-container ul li span.author{
  display: block;
  font-size: 20px;
}
div.comments-container ul li span.author small{
  font-size: 12px;
}
div.comments-container ul li p{
  margin-bottom: 20px;
}

section.more-posts .page-container .col-12,
section.more-posts .page-container .col-sm-3{
  padding: 0!important;
}
section.more-posts .page-container h3{
  font-weight: bold;
}

/* CONTACT FORM */
.wpcf7 h3{
  font-weight: bold;
}
.wpcf7 label{
  font-size: 20px;
}
.wpcf7 input[type=submit]{
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: none;
  font-size: 22px;
  margin-top: 25px;
}
.wpcf7 textarea{
  height: 150px;
}
.wpcf7 input[type=checkbox]{
  width: auto;
  margin-right: 10px;
}
.wpcf7 input[type=checkbox] + span{
  font-size: 16px;
}

section.contact-form{
  margin-top: 75px;
  margin-bottom: 150px;
}
section.banner + section.contact-form{
  margin-top: -150px;
}

.border-bottom {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

header + section.page,
div.header-placeholder + section.page {
  border-top: 1px solid rgba(0,0,0,0.1);
}
section.page {
  padding-top: 50px;
  margin-bottom: 100px;
}
/* WORDPRESS IMAGES */
section.page .content p img,
section.page-small .content p img{
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}

section.gallery img{
  width: 100%;
  height: auto;
  margin: 5px;
}

.modal .form-group label{
  text-transform: uppercase;
}
.modal .modal-transform {
  border-radius: 0;
  border: 0;
}
.modal.lightbox img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 80vh;
}
.modal.lightbox h3{
  display: inline-block;
}

div.info-box{
  width: 100%;
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.info-box i{
  font-size: 72px;
}
div.info-box span{
  font-size: 24px;
}


p,
a,
a:link{
  font-size: 16px;
  color: #000000;
}
.page-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
@media (min-width: 0px){

  section.banner{
    height: 350px;
  }

  ul.footer-menu a {
    font-size: 14px;
  }
}
@media (max-width: 575px){

  ul.footer-menu{
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.footer-menu li {
    float: none;
  }
  ul.footer-menu li:not(:last-child) {
    margin-right: 15px;
  }

}
@media (min-width: 576px){
  .page-container {
      width: 100%;
  }

  ul.footer-menu a {
    font-size: 15px;
  }
}
@media (min-width: 768px){
  .page-container {
      width: 680px;
  }
  .page-container.page-small {
      width: 600px;
  }

  section.newsletter h2,
  section.info h2{
    font-size: 48px;
  }

  button.btn-outline {
    border-width: 2.5px;
    padding: 5px 15px;
    font-size: 18px;
  }

  ul.footer-menu a {
    font-size: 16px;
  }

  section.banner{
    height: 400px;
  }
}
@media (min-width: 992px){
  .page-container {
      width: 880px;
  }
  .page-container.page-small {
      width: 750px;
  }

  .extra-info-container > div:nth-child(odd){
    margin-left: 35px!important;
    margin-right: -35px!important;
  }
  .extra-info-container > div:nth-child(even){
    margin-top: 100px!important;
    margin-left: -35px!important;
  }

  section.newsletter h2,
  section.info h2{
    font-size: 52px;
  }

  ul.footer-menu a {
    font-size: 18px;
  }

  button.btn-outline {
    border-width: 2.5px;
    padding: 10px 30px;
    font-size: 21px;
  }

  section.banner{
    height: 425px;
  }
}
@media (min-width: 992px) and (max-width: 1199px){

  .extra-info-container > div:nth-child(odd){
    flex: 0 0 35%;
    max-width: 35%;
  }
  .extra-info-container > div:nth-child(even){
    flex: 0 0 65%;
    max-width: 65%;
  }

}
/* MOBILE */
@media (max-width: 1199px){

  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    padding: 25px 15px;
    z-index: 10;
    border-bottom: 3px solid #dcdcdc;
  }
  header + div.header-placeholder{
    width: 100%;
    height: 100px!important;
  }
  header button.nav-button{
    font-size: 30px;
    padding: 0 25px;
    height: 100%;
  }
  header div.header-content .nav-container{
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    max-height: 100%;
    overflow-y: scroll;
  }
  header > .page-container{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  header div.header-content{
    padding: 0;
    width: auto;
    height: 100%;
    align-items: flex-start;
  }
  header div.header-content:first-child{
    width: 100%;
  }
  header.header-shrink div.header-content.logo{
    width: 100%!important;
  }
  header div.header-content img.lablanche-logo,
  header div.header-content.logo > a{
    width: auto;
    height: 100%;
    max-width: 60%;
    object-fit: scale-down;
  }
  header hr{
    display: none;
  }
  header nav {
    width: 100%;
  }
  header ul.menu {
    display: block;
    margin: 0 auto;
    width: 100%;
    border: 5px solid #ffffff;
  }
  header ul.menu li.menu-item {
    float: none;
    margin: 0;
    padding: 10px 50px;
    width: 100%;
    background-color: #f4f3ee;
  }
  header ul.menu li.menu-item:nth-child(odd) {
    background-color: #ffffff;
  }
  header ul.menu li.menu-item:not(:last-child)::after {
    display: none;
  }
  header .header-content button.nav-button{
    background-color: transparent;
  }
  header .header-content button.nav-button:not(.collapsed){
    background-color: #ffffff;
  }
  header .header-content button.nav-button:hover{
    filter: none;
  }
  header .socialmedia{
    display: none;
  }

}
@media (min-width: 1200px){
  .page-container {
      width: 1100px;
  }
  .page-container.page-small {
      width: 970px;
  }

  section.newsletter h2,
  section.info h2{
    font-size: 62px;
  }

  p,
  a,
  a:link{
    font-size: 18px;
  }

  .navbar-collapse.collapse{
    display: block;
    overflow: visible!important;
  }
  header .header-content button.nav-button{
    display: none;
  }

  header{
    padding-top: 50px;
  }

  header ul.menu li.menu-item > a,
  header ul.menu li.menu-item > a:link{
    font-size: 20px;
  }
  header ul.menu li.menu-item{
    margin-right: 20px;
  }
  header ul.menu li.menu-item:not(:last-child)::after{
    right: -15px;
  }
  header .socialmedia{
    display: block;
  }
  ul.footer-menu a {
    font-size: 20px;
  }
  header nav #menu-item-43 {
    padding: 0 8px;
    border: 2px solid black;
  }



  /* SHRINK HEADER */
  header.header-shrink{
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    padding: 25px 15px!important;
    z-index: 10;
    border-bottom: 3px solid #dcdcdc;
    animation: headershrinkanimation 0.3s ease-out;
  }
  header.header-shrink .page-container{
    display: flex;
    width: 100%!important;
    height: 100%;
  }
  header.header-shrink .socialmedia,
  header.header-shrink .page-container hr{
    display: none;
  }
  header.header-shrink .page-container .header-content.logo{
    padding: 0;
    width: 20%;
    align-items: flex-start;
  }
  header.header-shrink .page-container .header-content.logo img{
    max-height: 100%;
  }
  header.header-shrink .page-container .header-content.nav{
    justify-content: center;
    align-items: flex-end;
  }
  header.header-shrink + div.header-placeholder{
    width: 100%;
    height: 353px;
  }
  @keyframes headershrinkanimation {
    0% { margin-top: -125px; }
    100% { margin-top: 0; }
  }



  section.banner{
    height: 450px;
  }
}
@media (min-width: 1420px){
  .page-container {
      width: 1320px;
  }
  .page-container.page-small {
      width: 1130px;
  }

  section.newsletter h2,
  section.info h2{
    font-size: 72px;
  }

  header{
    padding-top: 75px;
  }

  header ul.menu li.menu-item > a,
  header ul.menu li.menu-item > a:link{
    font-size: 22px;
  }
  header ul.menu li.menu-item{
    margin-right: 30px;
  }
  header ul.menu li.menu-item:not(:last-child)::after{
    right: -20px;
  }
}
@media (min-width: 1750px){
  .page-container {
      width: 1480px;
  }
  .page-container.page-small {
      width: 1260px;
  }

  header{
    padding-top: 100px;
  }

  header ul.menu li.menu-item > a,
  header ul.menu li.menu-item > a:link{
    font-size: 23px;
  }
  header ul.menu li.menu-item{
    margin-right: 40px;
  }
  header ul.menu li.menu-item:not(:last-child)::after{
    right: -25px;
  }
}
