/**
 * All custom CSS modifications should be kept in this file. When updating move this file
 * from the old installation to the updated one. This will preserve all your CSS customisations.
 *
 * This file gets included last, so any CSS rule written below will override a previously declared one.
 *
 * Add your CSS modifications below:
 */
 @font-face {
     font-family: 'MarkPro';
     src: url('../fluxus-child/fonts/MarkPro.eot');
     src: url('../fluxus-child/fonts/MarkPro.eot?#iefix') format('embedded-opentype'),
         url('../fluxus-child/fonts/MarkPro.woff2') format('woff2'),
         url('../fluxus-child/fonts/MarkPro.woff') format('woff'),
         url('../fluxus-child/fonts/MarkPro.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
 }
 /* monda-regular - latin */
 @font-face {
   font-family: 'Monda';
   font-style: normal;
   font-weight: 400;
   src: url('fonts/monda-v16-latin-regular.eot'); /* IE9 Compat Modes */
   src: local(''),
        url('fonts/monda-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/monda-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('fonts/monda-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('fonts/monda-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('fonts/monda-v16-latin-regular.svg#Monda') format('svg'); /* Legacy iOS */
 }
 /* monda-700 - latin */
 @font-face {
   font-family: 'Monda';
   font-style: normal;
   font-weight: 700;
   src: url('fonts/monda-v16-latin-700.eot'); /* IE9 Compat Modes */
   src: local(''),
        url('fonts/monda-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/monda-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
        url('fonts/monda-v16-latin-700.woff') format('woff'), /* Modern Browsers */
        url('fonts/monda-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
        url('fonts/monda-v16-latin-700.svg#Monda') format('svg'); /* Legacy iOS */
 }

 :root {
   --font-base: Monda;
   --font-headings: Monda;
   --font-input: Monda;
 }

 body,
  button,
  input,
  select,
  .textwidget,
  .project-title__excerpt,
  .entry-content,
  .page-title,
  .entry-title,
  .sidebar .title,
  textarea {
    font-family: "Monda", "MarkPro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
  }
   
/* .page-title, .entry-title, .sidebar .title {
  font: 700 24px "MarkPro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
} */

 .soziale_leiste {
   position: fixed;
   z-index: 10000000;
   right: 0px;
   top: 26vh;
 }
 .soziale_leiste ul {
   list-style: none;
}
.soziale_leiste ul li {
  margin-bottom: 10px;
}
.soziale_leiste .soz_lei_fb,
.soziale_leiste .soz_lei_insta,
.soziale_leiste .soz_lei_mail,
.soziale_leiste .soz_lei_phone,
.soziale_leiste .soz_lei_twitter {
  height: 32px;
  width: 32px;
  background-color: white;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  border: 1px solid grey;
}
.soziale_leiste .soz_lei_twitter {
  background-image: url(../fluxus-child/img/twitter_35.png);
}
.soziale_leiste .soz_lei_fb {
  background-image: url(../fluxus-child/img/facebook_35.png);
}
.soziale_leiste .soz_lei_insta {
  background-image: url(../fluxus-child/img/Instagram_35.png);
}
.soziale_leiste .soz_lei_mail {
  background-image: url(../fluxus-child/img/Mail_35.png);
}
.soziale_leiste .soz_lei_phone {
  background-image: url(../fluxus-child/img/Phone_35.png);
}

/* FOOTER */
.rechter_footer {
  min-width: 50vw;
  color: black;
}


#vorlader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* background:
    url(../fluxus-child/img/WSEE_Animation.gif)
    center / 30%
    no-repeat
    fixed
    padding-box
    content-box
    white; */
  background: white;
  z-index: 1000000000;
}
.home #vorlader {
  display: block;
}

@media only screen and (max-width: 768px) {
  .site-logo {
      text-align: left;
  }
}
