/* V14.2 */

/* -----------------------------------------
    FAQ
-------------------------------------------- */

/* -----------------------------------------
    FAQ ----------
-------------------------------------------- */
:root {
  --faqline: 1px solid #bbb;
}


/* -----------------------------------------
    Intagrm Homepage
-------------------------------------------- */

#insta {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 45px;
  right: 200px;
  z-index:10000;
}

#insta img {
  width: 100%;
  opacity:0.75; 
}


@media (max-width: 1000px) {

    #insta { 
        display: none;
    }

}




.faq { width: 66%;  margin: 0 auto;}
@media (max-width: 1080px) {
.faq { width: 100%;  margin: 0 auto;} 
}


.faq details {
  padding: 1rem;
  border-top: var(--faqline);
  border-left: var(--faqline);
  border-right: var(--faqline);
  border-bottom: var(--faqline); 
  margin-bottom: 1em;
  padding-bottom: 2em;
  transition: all 1s;
}

.faq details summary p {
  padding: 0 3em;
  line-height: 1.5em;
  margin-top: 0;
  font-size: 24px;
  font-weight:500
}

.faq details .faq-content > p {
  padding-left: 90px;
  line-height: 1.4em;
  font-size: 17px;
  width: 85%;
  line-height: 1.6em;
}


.faq details[open] summary {
  color: black;

}


.faq summary {
  cursor:pointer;
  position: relative;
  top:0;
  padding: 1em 1em 0 1em;
  font-weight: 800;
  font-size: 20px;
  transition: all 1s;
  font-weight: 700;
}

.faq summary p { display: block; font-weight: 700; }

.faq summary::before {
  position: absolute;
  padding: .25rem;
  margin-right: 0;
  content: '+';
  background-color: rgba(21,21,21);
  
  color: white;

  display: inline-block;
  width: 48px;
  height: 34px;
  text-align: center;
  line-height: 1.4em;
  box-sizing: border-box;
  border-radius: 4px;
}

.faq details[open] summary::before {
  content: '–'; 
  background-color: rgb(200,0,0);
}

.faq summary {
   list-style: none; /* Triangle not shown */
}
/* Style für Webkit-Browser */
.faq summary::-webkit-details-marker {
   display: none; /* Triangle not shown */
}









/* -----------------------------------------
     Social SHARE
-------------------------------------------- */

.sharebox * {
  display: inline-block;
}

.sharebox {
  border-bottom: 1px dotted silver;
  text-align: center;
  padding-bottom: 0.35em;
  margin-bottom: 2em;

}

.sharebox span { 
  font-weight: 300; 
  display: inline-block;
  margin-right: 10px;
  height: 36px;
  text-transform: uppercase;
  line-height: 0.7em;
  vertical-align: middle;
  margin-top:0px;
  display: inline-block;
}



.sharebox img {
  list-style: none;
  display: inline-block;
  margin:0 0.5em;
  padding:0;

  height:38px;
  
}

/* -----------------------------------------
    Splash
-------------------------------------------- */


.splash { 
   position: fixed;
   top:0;
   left:0;
   width: 100vw;
   height: 100vh;
   overflow: hidden;
   background-color: black;
}

.splash-cover {
   position: absolute;
   top:0;
   left:0;
   width: 100vw;
   height: 100vh;
   object-fit: cover;
   object-position: center top;
   opacity: 0.5;
}

.splash-text {
   position: absolute;
   top:50%;
   left:50%;
   width: 80vw;
   height: ;
   text-align: center;   
   transform: translate(-50%, -50%);

}

.splash-text div h3,
.splash-text div p,
.splash-text div span {
   display: inline-block;
   background-color: rgba(200,0,0,0.65);
   color: white;
   margin: 0 0 20px;
   line-height:1.0em;
   padding: 15px 60px;
}

.splash-text div.iko span {
   background-color: transparent;
}

.splash-text div span img {
   width: 75px;
   opacity: 0.75;
   animation: pulse-livestream 3s infinite;
}
.splash-text div h3 {
   font-size:52px;
   text-transform: uppercase;
}

.splash-text div p {
   font-size:22px;
}

.splash-text div small {
       font-size:16px;
       font-weight: 300;
       color: white;
       font-style: italic;
       opacity: 0.75;
}

.splash-text a {
   color: inherit;
   text-decoration: none;
}

@keyframes pulse-livestream {
    0% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.75;
    }

    100% {
        opacity: 0.15;
    }
}


@media (max-width: 800px) {
    
    .splash-text div h3,
    .splash-text div p,
    .splash-text div span {
       margin: 0 0 5px;
       line-height:1.3em;
       padding: 8px 20px;
    }
    
    .splash-text div h3 {
        font-size:22px;
    }
    
    .splash-text div small {
        font-size: 13px;
    }
    
    .splash-text div p {
        font-size:16px;
    }
    
    .splash-text div span img {
           width: 45px;
           opacity: 0.75;
           animation: pulse-livestream 3s infinite;
        }
    

 }



/* -----------------------------------------
   Friedenspreis Banner
-------------------------------------------- */

.banner-friedenspreis {
  position:absolute;
  top: 160px;
  right:0;
  z-index:10;
  width:320px;
}


#nt {
  position:absolute;
  top: 180px;
  right:0;
  width: 340px;
  height: auto;
  min-height:90px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  padding: 1em 3em 1em 1em;
  background-image: url('../images/chevron.svg');
  background-position: right 10px center;
  background-size: auto 20px;
  background-repeat: no-repeat;
  color: white;
  z-index:10;
  background-color: rgba(200, 0, 0, 0.75);
  animation-name: color;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@keyframes color {
  0%  { background-color: rgba(200, 0, 0, 0.75); }
  50% { background-color: rgba(0, 0, 0, 0.45);   }
  100 { background-color: rgba(200, 0, 0, 0.75); }
}

.nt-text {
  width: 100%;
  text-align: left;
  font-size: 19px;
}


@media (max-width: 800px) {

  .banner-friedenspreis,
  #nt { display: none; }
 
}


/* -----------------------------------------
    CHEATCHEAT
-------------------------------------------- */

#awardcheat {
  padding: 1.4em 0;
  border-top: 1px dotted gray;
  border-bottom: 1px dotted gray;
}

#awardcheat,
#awardcheat p {
  font-size: 15px;
  line-height: 1.4em;
}

#awardcheat .susy-item { padding: 0;}

#awardcheat table { 
  width: 100%;
  font-size:15px; 
  font-weight: 300;
  margin-top: 1em;
  }

#awardcheat table th,
#awardcheat table td {
  background-color: #efefef;
  font-size: 14px;
  padding: 6px 12px;
  line-height: 1.4

}

#awardcheat table td ul {
  margin-left: 1em;
}

#awardcheat table td:first-child { 
white-space: nowrap; 
}

#awardcheat table td.nobreak {
   white-space: nowrap; 
}

#awardcheat table th { 
  text-align: left;
  font-weight:300;
  border:0;
  white-space:nowrap;
  background-color: #333 !important;
  color: white
}
#awardcheat table th b,
#awardcheat table td b { font-weight:500; }


#awardcheat table tr td:last-child { 
  text-align: right;
}

#awardcheat tr.addrow td {
  background-color: rgb(227, 225, 225) !important;
}


/* -----------------------------------------
    Helper
-------------------------------------------- */

.nomobile { display: none;}

@media (max-width: 800px) {
 .nomobile { display: inherit;}
}


#pagesection ul {
    line-height: 1.8;
    font-weight: 300;
    padding-left: 1em !important;
}


/* -----------------------------------------
     Flag-Button
-------------------------------------------- */


.flagbtn {
    display: flex;
    flex-grow: 1;
    width: 100%;
    flex-wrap: wrap;
}

p.faq-header {
    text-align: center; 
    padding-bottom: 1em !important; 
    border-bottom: dotted 1px #cccccc; 
    margin-bottom: 1em !important;
}


.flagbtn > a {
  display: inline-block;
  margin-right: 0.8em;
  margin-bottom: 1em;
  padding: 12px 10px 9px 3em;
  background: #333;
  
  min-width: 125px;
  border-radius: 4px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  
  font-size: 15px;
  text-transform: none;
  line-height: 1em;
  color: white !important;
  font-weight: 400;


}

.flagbtn > a:hover {
  background-color: rgb(200,0,0) !important;
}

a.btn--en { background-image: url('../flags/gb.svg'); }  
a.btn--de { background-image: url('../flags/de.svg'); } 
a.btn--es { background-image: url('../flags/es.svg'); } 
a.btn--fr { background-image: url('../flags/fr.svg'); } 
a.btn--pt { background-image: url('../flags/pt.svg'); } 
a.btn--cn { background-image: url('../flags/cn.svg'); }
a.btn--ru { background-image: url('../flags/ru.svg'); } 
a.btn--ar { background-image: url('../flags/arab.svg'); }

.rules_lang {
  border-bottom: 1px dotted gray;
  padding: 0 0 0.5em 0;
}

.rules_lang p {
  padding:0 0 0.2em;
  margin:0;
}


@media (max-width: 800px) {
  .flagbtn      { text-align: center !important; }
  .flagbtn > a  { font-size: 13px;}
  .rules_lang   { text-align: center;  }
  .rules_lang p { font-size: 15px;  }

}


/* -----------------------------------------
    Countdown
-------------------------------------------- */

.countdown { line-height: 1em;}
.countdown svg { transform: translateY(4px);}
.count { 
   background-color: #c80000;
   display: inline-block;
   margin-left: 4px;
   padding: 3px 6px;
/*    border-radius: 4px; */
   color: white;
   font-family: sans-serif;
}

.count-d {
   margin-right: 10px;
}

#countcode { color: white; font-weight: bold; }


/* -----------------------------------------
    CLANG
-------------------------------------------- */

#clang {
  position: absolute;
  width: 26px;
  height: 55px;
  top:40px;
  right: 130px;
  z-index:10000;
  }

#clang a img { 
  opacity: 0.5; 
  margin-bottom: 4px;
  }

#clang a.aktiv img {opacity: 1;}
#clang a img:hover {opacity: 1;}

@media (max-width: 800px) {

  #clang {
  width: 22px;
  height: 48px;
  top: 24px;
  right: 80px;
  
  }

  #clang a img { 
    margin-bottom: 2px;
  }

 
}

/* ----------------------------------------- */

.artimage p { font-style: italic;}

.partner--info img {
  margin: 1em 0;
}


.artheader {margin-top: 1.4em;}
 
.art_header {
  margin-bottom:2em !important;
}

.artankerbar {
  text-align: right;
  border-top: 1px  dotted !important;  
  padding-top: 0.75em;
  margin-top: 1.5em;
}

.artankerbar a {
  margin-left: 2em;
  text-transform: uppercase;
  font-size: 14px;
  
}


@media (max-width: 800px) {

  .artankerbar {
    text-align: center;

  }

  .artankerbar a {
    margin: 0 1em !important;
    display: inline-block;
  }
 
}



.artheader--type {
  font-size: 16px;
  margin:0 0 0.5em 0;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(0,0,0,0.5);
  }

.artheader--name {
  margin:0;
  font-size: calc(46px + 16 * (100vw - 992px) / 1508);
}
.artheader--ort { margin:0;}
.artheader--ort em { display:inline-block; margin:0 2em 0 0;}

h3.artheader--title,
h2.artheader--title {
  margin:0.25em 0;
  font-size: calc(54px + 16 * (100vw - 992px) / 1508);
  font-family: 'Humanist', sans-serif;
  font-weight: 300;
  text-transform: none;
}




section.wincat {
  margin-bottom: 6em;
}

section.wincat h2 {
 font-size: calc(44px + 16 * (100vw - 992px) / 1508);
 font-weight:800;
 margin-bottom: 0;
}


section.wincat .wincard {
  padding: 3em 0;
  border-bottom: 1px dotted gray;
  margin-bottom: 1.8em;
}

section.wincat .wincard {
  border-top: 1px dotted gray;
 
}

.wincard--image { padding-right: 15px; }
@media (max-width: 800px) {
  .wincard--image { padding-right: 0px; }
}

.wincard--box {
    width: 100%;
    padding-top: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.wincard--vcard {
    display: flex;
    padding-left: 3em;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.wincard--vcard * {
    margin: 0;
    padding: 0;
    
}
.wcard-status {text-transform: uppercase; font-size: 15px; color:gray;}
.wcard-name { font-size: calc(44px + 16 * (100vw - 992px) / 1508); font-weight:800;}
.wcard-name a { color: black; }
.wcard-ort {}
.wcard-titel {
  margin-top: 0.5em;
  font-family: 'Humanist', sans-serif;
  font-weight:300;
  font-size: calc(44px + 16 * (100vw - 992px) / 1508);
  margin-bottom: 0.7em;
  }


@media (max-width: 800px) {

  section.wincat h2 {
    font-size: 28px;;
    font-weight:800;
    margin-bottom: 0;
  }

  section.wincat .wincard {
  padding: 1.4em 0;
  margin-bottom: 1.8em;
  }

  .wincard--vcard {
    padding: 1em 0;
  }


 
}





.nom {
    margin-top: 2em;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 2, auto; */
}

 .nom.nom3grid {
    margin-top: 2em;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 2, auto; */
}


@media (max-width: 1000px) {
  
  .nom {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 2, auto; */
  }

}

.nom-card { 
/*   display: grid;  */
/*   grid-template-rows: 1fr 1fr; */
 }

.nom-image { 
  width: 100%; 

  padding-top: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1.4em;
  }

.nom-status { 
  text-transform: uppercase; 
  font-size: 14px; 
  color:gray;
  margin: 0;
  }

.nom-name { 
  font-size: calc(20px + 16 * (100vw - 992px) / 1508); 
  font-weight:800;
  margin: 0;
  }

.nom-ort { 
  margin: 0; 
  font-size: 15px; 
  font-weight: 300; 
  color: gray;
 }

.nom-titel {
  margin-top: 0.5em;
  font-size: calc(17px + 16 * (100vw - 992px) / 1508);
  
  font-family: 'Humanist', sans-serif;
  font-weight:300;
  }

section h4.wincat-nomhead {
  text-transform: none !important;

}

a.nom-link img { width:24px; opacity:0.66 !important;;}


/* ----------------------------------- */

.ankerbar {
  padding-bottom: 1em;
  border-bottom: dotted 1px gray;
  text-align: left;
}

@media (max-width: 800px) {

.ankerbar {
  padding-top: 1em;
  text-align: center;
}

 
}

.ankerbar-top {
  margin-bottom:1em;
}
.ankerbar-top a {
  font-size: 16px;
  font-weight: 700;
  display:inline-block;
  margin-right: 2em;
  text-transform: uppercase;
  }
.ankerbar-top a:before,
.ankerbar-top a:after {
  color:#b1b1b1;
  font-weight:200;
}

.ankerbar-top a:before { content: '[ ';}
.ankerbar-top a:after { content: ' ]';}



.ankerbar-byline {
  font-size: 14px;
  line-height: 1.8em;
}

.ankerbar-byline a {
  color: gray;
  display: inline-block;
  margin-right: 1em;
  font-weight: 500;
  background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxnIHRyYW5zZm9ybT0ic2NhbGUoMC42NjY2NjcpIj4KICAgICAgICA8cGF0aCBmaWxsPSJub25lIiBkPSJNMCwwaDI0djI0aC0yNHYtMjRaIj48L3BhdGg+CiAgICAgICAgPHBhdGggZmlsbD0iIzAxMDEwMSIgZD0iTTIwLDEybC0xLjQxLC0xLjQxbC01LjU5LDUuNTh2LTEyLjE3aC0ydjEyLjE3bC01LjU4LC01LjU5bC0xLjQyLDEuNDJsOCw4bDgsLThaIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-position: right center;
  padding-right: 1.5em;
  font-weight: 500;
  line-height: 1em;
}

.ankerbar-byline a:hover  {color: red;}


/* ------------------------------------------------------------------
    Newsbanner
   ------------------------------------------------------------------*/

.newsbanner {
   position: fixed;
   top: 160px;
   right: -400px;
   width:380px;
   height: 100px;
   background-repeat: no-repeat;
   color: white;
   box-sizing: border-box;
   z-index: 1000 !important;
   border-radius: 8px 0 0 8px;
}

@media (max-width: 800px) {


.newsbanner {
   position: fixed;
   top: 110px;
   right: 70vw;
   width:70vw;
   height: 65px;
   background-repeat: no-repeat;
   background-size: 100% auto;
   background-repeat: no-repeat;
   background-color: #ca0000;
   background-position: center center;
   color: white;
   box-sizing: border-box;
   z-index: 1000 !important;
   border-radius: 8px 0 0 8px;
}


 
}

.newsbanner-text {
   position: absolute;
   top: 0px;
   left: 115px;
   width: 266px;
   height: 100%;
   font-size: 15px;
   padding: 12px 15px 8px 24px;
   background-color: rgba(200, 0, 0, 1);
   box-sizing: border-box;
   border-radius: 8px 0 0 8px;
   font-weight:600;
   line-height: 1.6em;
/*    border: 1px solid rgba(255, 255, 255, 0.20); */
}
.newsbanner-thumb {
   position: absolute;
   top: 0px;
   left: 0;
   width: 100px;
   height: 100px;
   border-radius: 8px;

   background-size: cover;
   background-repeat:no-repeat;
   background-position: center;

   filter: grayscale(100%);
   border: 1px solid rgba(255, 255, 255, 0.38);
}


/*------------------------------------------------------------------
[Master Stylesheet]

Template Name: Emily - Creative Photography Portfolio
Template Demo URL: 
Version: 1.0
Author: madsparrow.us

--------------------------------------------------------------------

[Table of contents]

1. General style
    1.1 Typography
    1.2 Specials Classes
2. Header
    2.1 Menu
    2.2 Burger Button
    2.3 Collapse Navigation
3. Pages Style
4. Home Slider
    4.1 Slider Navigation Buttons
    4.2 Slider Inner Info
  4.3 Pagination
5. Albums
6. Gallery
7. Blog
8. About
9. Contact
10. Footer
11. Responsive Rules

--------------------------------------------------------------------
# Font: 'Yantramanav';
--------------------------------------------------------------------
# Colors: #151515, #df1f29, #555555
------------------------------------------------------------------*/

/**
 * 1. General style
 */


 
/*Text font*/
@import 'https://fonts.googleapis.com/css?family=Yantramanav:100,300,400,500,700,900';

/*Social icons font*/
@import 'https://d1azc1qln24ryf.cloudfront.net/114779/Socicon/style-cf.css?rd5re8';

/* Spectral serif */
@import 'https://fonts.googleapis.com/css?family=Spectral:300,400,500';


::selection {
    background: #555;   
    color: #fff;
}
::-moz-selection {
    background: #555;    
    color: #fff;
}
body {
    background: #151515;
    padding: 0;
    margin: 0 auto;
    min-height: 100vh;
    font-family: 'Humanist', Arial, sans-serif;
    color: #151515;

text-rendering: optimizeLegibility;
text-rendering: geometricPrecision;
font-smooth: always;

font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;
    
}
article,
aside,
details,
figcaption,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
a {
    color: #b61416;
    text-decoration: none;
}
blockquote {
    padding: 10px 20px;
    color: #151515;
    font-size: 1.4em;
    font-style: italic;
    font-weight: 300;
    margin: 0 auto 30px;
}
ul {
/*
    list-style-type: none;
    list-style: none;
    padding-left: 0 !important;
    -webkit-padding-start: initial !important;
    -moz-padding-start: initial;
*/
}

li { font-weight: 300; padding-bottom: 0.3em; }
menu,
ol,
ul {
    padding: 0 !important;
}
button {
    /* background: transparent; */
    border: none;
}
button:focus {
    outline: none;
}
input,
textarea {
    font-family: 'Yantramanav', Arial;
}
textarea {
    padding: 14px;
}
input:focus,
textarea:focus {
    outline: none !important;
    border: 1px solid #df1f29;
    box-shadow: none;
}
input[type="submit"] {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
input[type="submit"]:focus {
    outline: none;
}
img {
    width: 100%;
}

/* 1.1 Typography */

h1,
h2,
h4,
h5,
h6 {
    color: #151515;
    margin-top: 0;
    text-transform: uppercase;
}
h1 {
    font-size: calc(60px + 1vw);
}
h2 {
    font-size: calc(36px + 16 * (100vw - 992px) / 1508);
}
h3 {
    font-size: calc(28px + 16 * (100vw - 992px) / 1508);
    margin-bottom: 20px;
}
h4 {
    font-size: calc(24px + 16 * (100vw - 992px) / 1508);
    font-weight: 300;
}
h5 {
    font-size: 20px;
    font-weight: 400;
}
h6 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: calc(10px + 10 * (100vw - 992px) / 1508);
}

p {
    font-size: calc(18px + 2 * (100vw - 992px) / 1508);
    line-height: 1.8;
    font-weight: 300;
}

input.presspassword {
  margin-top: 2rem;
  padding: 8px;
  font-size: 16px;
  border: 1px solid gray;
  min-width: 320px;
}

.registerbtn {
  margin-top: 2rem;
  background-color:#333;
  border-radius:0;
  border:1px solid #33;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-size:16px;
  font-weight:bold;
  padding:8px 18px;
  text-decoration:none;
  text-shadow:0px 1px 0px #cc9f52;
}
.registerbtn:hover {
  
  background-color:red;
}
.registerbtn:active {
  position:relative;
  top:1px;
}



.press-download a {
    display: block;
    margin: 0.5rem auto;;
}

.press-download a:before {
    content:'→ ';
}

div.press-picture picture {
  margin-bottom: 2rem;
  display: block;
}


@media (max-width: 800px) {

  p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
  }

 
}


/* 1.2 Specials Classes */

.c-white {
    color: #fff !important;
}
.navbar-white {
    color: #fff;
    background-color: #333333 !important;
}
.center-block {
/*     display: flex; */
/*     justify-content: center; */
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
    display: block;
}
.socials li {
    display: inline-block;
}
.share-links a {
    font-size: 19px;
    padding: .5em;
}
[class*="socicon-"] {
  display: inline-block;
  color: #b61416;

  margin: 0;
  transition: opacity .3s ease;
  margin-left: 1em;
}
#contact [class*="socicon-"] {
  padding-right: .7em;
}
[class*="socicon-"]:hover {
  opacity: .4;
}
/* 1.3 Button */

.ms-button {
  color: #151515;
  display: inline-block;
  position: relative;
  padding: .5em 1em;
  margin-bottom: 0;
  font-weight: 400 !important;
  font-size: 14px;
  letter-spacing: .15em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  text-decoration: none;
  border: solid 1px;
  transition: color .4s ease;
}
.ms-button:after {
    position: absolute;
    display: block;
    content: attr(data-title);
    padding: 7px 0;
    font-size: 14px;
    left: 0;
    top: 0;
    width: 0%;
    background: #df1f29;
    color: #fff;
    text-indent: 1rem;
    transition: all .3s ease;
    overflow: hidden;
    border: none;
    bottom: 0;
}
.ms-button:hover {
  color: #df1f29;
}
.ms-button:active::after,
.ms-button:focus::after,
.ms-button:hover::after {
    width: 100%;
    padding-right: 25px;
}

.ms-btn--slider {
  text-transform: uppercase;
  text-decoration: none;
  position: relative;

  align-items: center;
  width: auto;
  font-weight: 500;
  letter-spacing: .15em;
  background-color: rgba(200, 0, 0, 1);;
  padding: 10px 20px 6px 20px;
  color: white;
  text-align: center;
}



/*
.ms-btn--slider {
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  width: 11em;
  font-weight: 600;
  letter-spacing: .15em;
}
.ms-btn--slider::before{
    content: '';
    height: .1rem;
    width: 2rem;
    margin-right: .7rem;
    background: #df1f29;
    transition: width .3s ease;
}
.ms-btn--slider:hover::before {
  width: 3rem;
}
*/

/* -------------------------------------------
    2. Header
   ------------------------------------------- */

.ms-header {
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 3;

}
/* 2.1 Menu */

.ms-logo {
    /* position: relative; */
    z-index: 7;
    height: 55px;
}

@media (max-width: 800px) {

  .ms-logo { height: 45px; }

 
}

.logo-dark,
.logo-light {
    position: absolute;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity .3s ease .4s;

    
}
.ms-logo img {
    width: auto;
    height: 55px;
    margin-right: 4em;
    display:inline-block;
}
.logo-dark.current,
.logo-light.current {
    opacity: 1;
    
}
.logo-dark.active,
.logo-light.active {
    opacity: 1;
    transition: opacity .1s;

}
.ms-nav {
    padding: 2.2em 0 2.2em 2em;
    color: inherit;

}
/* Logo Setting */

.logo-schoeller {

}
.logo-friedenspreis {  opacity: 0.45; transition: all 0.5s; }
.logo-friedenspreis:hover {  opacity: 1; }



@media (max-width: 800px) {
  
  .ms-logo img {
    width: auto;
    height: 45px;
    margin-right: 0;
  }

  .logo-friedenspreis {  display: none !important; }

}

@media (max-width: 320px) {
  
  .ms-logo img {
    height: 32px;
    margin-top: 6px;
  }

}

/* 2.2 Burger button */

/*
.hamburger {
    margin-right: 0;
    margin-left: auto;
    overflow: visible;
    cursor: pointer;
    z-index: 7;
    border: 0;
    transition-timing-function: linear;
    transition-duration: .3s ease;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
}
*/


.hamburger {
    margin-right: 0;
    margin-left: auto;
    overflow: visible;
    cursor: pointer;
    z-index: 8 !important;
    border: 0;
    transition-timing-function: linear;
    transition-duration: .3s ease;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    background-color: rgba(200, 0, 0, 1);
    padding: 15px 30px 15px 20px;
    width: auto;
    border-radius: 5px 0 0 5px;
}

@media (max-width: 800px) {

  .hamburger {
    padding: 12px 16px;
  }
  
}

.navbar-white .hamburger-label {
    color: #fff;
}
.hamburger-label {
    display: block;
    font-family: 'Yantramanav', Arial;
    font-size: 16px;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: -4em;
    padding-right: 4em;
    text-transform: uppercase;
    line-height: 1.5em;
    transition: color .3s ease .4s;
    color: #151515;
}
.hamburger.is-active .hamburger-label {
    color: #fff !important;
    transition: color .1s ease;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: middle;
}
.hamburger-inner {
    display: block;
    top: 0;
}
.navbar-white .hamburger-inner,
.navbar-white .hamburger-inner:after,
.navbar-white .hamburger-inner:before {
    background-color: #fff;
}
.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: '';
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.69);
    transition: all .3s ease .5s;
}
.hamburger-inner:before {
    top: 8px;
    left: -8px;
}
.hamburger-inner:after {
    top: 16px;
    width: 26px;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after {
    background-color: #fff;
    transition-delay: .1s;
}
.hamburger.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger.is-active .hamburger-inner:before {
    opacity: 0;
    transition: opacity .3s ease 0s
}
.hamburger.is-active .hamburger-inner:after {
    width: 30px;
    -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}

@media (max-width: 800px) {
 
  .hamburger-box {
    width: 24px;
    height: 18px;

  }

 
}


#iframebox {
  z-index: 3;
}


/* -----------------------------------------
    2.3 Collapse navigation
-------------------------------------------- */

.ms-nav {
    display: flex;
    align-items: center;
}
.height-full-viewport {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background-color: #151515;
    z-index: 5;
    overflow: hidden;
    transition: height .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
}
.ms-navbar {
    z-index: 6;
    margin: 0 auto;
    display: block;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    list-style: none;
}

@media (min-width: 800px) {

  .ms-navbar {
    transform: translateX(-12vw);
  }

  
}


.ms-nav.is-visible .height-full-viewport {
    height: 100vh;
    transition: height 1s ease;
    z-index:5;
}
.nav-item {
    cursor: pointer;
    padding: .75em;
    opacity: 0;
    width: 320px;
    margin-left: 3em;
    transition: opacity .3s ease;
}
.ms-navbar a {
    display: block;
}
.ms-navbar .ms-btn {
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    padding: 0 0.25em;
    position: relative;
}
.ms-navbar .ms-btn {
    font-size: 1.65em;
    letter-spacing: .02em;
    color: #fff;
    font-weight: 600 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ms-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #df1f29;
    height: .1rem;
    top: 50%;
    width: 0;
    transition: width .3s ease;
}
.nav-item__label {
    position: relative;
    display: block;
    margin: 0.5em 0 0 0;
    margin-top: 0.25em;
    padding: 0.5em;
    color: #555;
    transition: color .3s ease;
    text-decoration: none;
}
.nav-item:hover .nav-item__label {
    color: #9a9a9a;
}
.is-visible .nav-item {
    opacity: 1;
    transition: opacity 2s cubic-bezier(0.16, 1.08, 0.38, 0.98) .3s;
}
.nav-item .ms-btn {
    transition: all .3s ease;
}
.nav-item:active .ms-btn,
.nav-item:focus .ms-btn,
.nav-item:hover .ms-btn {
    color: #df1f29;
    opacity: 1;
    padding-left: 2.4rem;
}
.nav-item:active .ms-btn::before,
.nav-item:focus .ms-btn::before,
.nav-item:hover .ms-btn::before {
    width: 2rem;
}


/* -----------------------------------------
   ADD-Navigation - Special-Links
-------------------------------------------- */

.ms-addnavi {
  position: absolute;
  width: auto;
  height: auto;
  top:40%;
  left: 60%;
  border-left: 1px solid #7b7b7b;
  padding: 2em 0 2em 1em;
}

@media (max-width: 800px) {
 .ms-addnavi { display: none;}
}

.ms-addnavi a {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 1.0em;
  color: white;
  padding:0.3em;
}

.ms-addnavi .nav-item {
  margin-left:0;
}

.ms-addnavi a small {
  font-size: 13px;
}


.service-navi {
  color: white;
  margin-left: 3.25em;
  margin-top: 1.5em;
}

.service-navi a {
  display: inline-block !important;
  color: white;
  margin: 0 1em

}

@media (max-width: 800px) {

.service-navi {
  color: white;
  margin-left: 0;
  margin-top: 1.5em;
}

 
}


/**
 * 3. Pages Style
 */

.ms-preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    background-color: #151515;
}
.ms-main-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    opacity: 0;
    background-color: #fff;
}
.ms-container {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 10em;
}
.ms-section__block {
    width: 85%;
    max-width: 88em;
    margin: 0 auto 4em;
}
.ms-page-title span {
    text-transform: uppercase;
    letter-spacing: .15em;
    color: #df1f29;
}
.page-header {
    text-transform: uppercase;
    position: relative;
    margin: 15px 0;
}
.page-desc {
    width: 50vh;
    font-size: 1.5em;
    line-height: 1.5;
    color: #151515;
    letter-spacing: .05em;
}

/**
 * 4. Home Slider
 */

.home-slider {
    padding-top: 0 !important;
}
.swiper-container {
    width: 100%;
    height: 100vh;
}
.swiper-slide {
    overflow: hidden;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    background: -moz-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, black 0, transparent 50%, transparent 63%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c9000000', GradientType=0);
    background: black;
    transition: all .65s ease;
}
.swiper-slide-duplicate-active .overlay,
.swiper-slide-active .overlay {
    opacity: .3;
}
.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.slide-inner--image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: .2;
    transform: scale(1.07);
    -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    transition: opacity .6s ease-in-out, transform 2s ease .7s;
}
.swiper-slide-duplicate-active .slide-inner--image,
.swiper-slide-active .slide-inner--image {
    opacity: 1;
    transform: scale(1);
}

/* 4.1 Slider navigation buttons */

.swiper-button-prev,
.swiper-button-next {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .2em;
    line-height: 2em;
    font-size: 12px;
    width: auto;
    height: 24px;
    background-image: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-button-prev {
    padding-left: 6em;
    left: 0;
    -webkit-transition: padding-left .3s ease;
    -moz-transition: padding-left .3s ease;
    transition: padding-left .3s ease;
}
.swiper-button-next {
    padding-right: 6em;
    right: 0;
    -webkit-transition: padding-right .3s ease;
    -moz-transition: padding-right .3s ease;
    transition: padding-right .3s ease;
}
.swiper-button-prev::after {
    content: "";
    width: 4em;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}
.swiper-button-next::after {
    content: "";
    width: 4em;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}
.swiper-button-prev:hover {
    padding-left: 90px;
}
.swiper-button-prev:hover::after {
    width: 75px;
}
.swiper-button-next:hover {
    padding-right: 90px;
}
.swiper-button-next:hover::after {
    width: 75px;
}

/* 4.2 Slider inner info */

.slide-inner--info {
    position: absolute;
    width: auto;
    min-height: 50px;
    bottom: 3em;
    padding-left: 3em;
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swiper-slide-active .slide-inner--info {
    opacity: 1;
    transition: opacity 1s ease 1s;
    width: 70vw;
}
.slide-inner--info h1 {
    margin: 10px 0;
    padding: 0 15px 0 0;

    text-transform: uppercase;
    font-weight: 900;
    line-height: 1em;
    color: #fff;
}

.slider__headline__medium {
    font-size: 2.5rem; 
    text-transform: none;
}

@media (max-width: 800px) {

    .slide-inner--info h1 {
        font-size: 19px;
        line-height: 1.4em;
        padding: 0 15px;
    }

  .slide-inner--info p {
     font-size: 16px;
     font-weight:500;
     padding: 0 1em
  }

  .swiper-slide-active .slide-inner--info {
    width: 100vw;
  }  
 
}

@media (max-height: 500px) {

  .slide-inner--info h1 {
    font-size: 16px;
  }

  .slide-inner--info p {
    font-size: 13px;
  }


}




.slide--info__link {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-bottom: solid 2px;
}
.swiper-slide--bottom {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/* 4.3 Pagination */

.expanded-timeline {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    z-index: 3;
    bottom: 2.8em;
    right: 3em;
    width: 20vw;
}
.swiper-pagination {
    z-index: 4;
    width: 85%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
}
.swiper-pagination-progressbar-fill {
    background: #fff !important;
}
.expanded-timeline__counter span {
    text-align: center;
    margin-left: 1.8em;
    margin-right: 100%;
    padding: .4em 0;
    color: #fff;
    display: block;
    display:none;  
}
.scroll-message {
    position: absolute;
    right: 0;
    color: #fff;
    opacity: .5;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    letter-spacing: .15em;
}
.scroll-svg {
    width: 24px;
    margin: 0 auto 1.2em;
    display: block;
}

/**
 * 5. Albums
 */

.filtr-container {
    transition: height .5s ease-out;
    overflow: hidden;
}
.filtr-btn {
    display: inline-block;
    margin-bottom: 2.4em;
}
.filtr-btn li {
    cursor: pointer;
    display: inline-block;
    opacity: .5;
    margin-bottom: 15px;
    transition: opacity .3s ease;
}
.filtr-btn h6 {
    margin-bottom: 0;
    padding-right: 1.2em;
}
.filtr-btn li.active {
    opacity: 1;
}
.filtr-btn li:hover {
    opacity: 1 !important;
}
.album-item {
    padding-bottom: 1.8em;
}
.album-item a {
    padding-top: 60%;
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.album-item__img {
    position: absolute;
    width: 100.5%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1);
    transition: transform .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.album-item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100.5%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}
.album-item__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease;
}
.album-item__overlay h5 {
    position: relative;
    color: #fff;
    margin: 0;
    max-width: 100%;
    padding: 1em;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    transform: scale(1.5);
    opacity: 0;
    transition: all .3s ease;
}
.album-item:hover .album-item__img {
    transform: scale(1.1);
}
.album-item:hover .album-item__cover,
.album-item:hover .album-item__overlay h5 {
    opacity: 1;
    transform: translateZ(0);
}

/**
 * 6. Gallery
 */

.ug-thumb-overlay:hover::before {
    top: 15px;
    right: 15px;
}
.ug-thumb-overlay:hover::after {
    bottom: 15px;
    left: 15px;
}
.ug-thumb-image {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    transition: transform .3s ease, opacity 2s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0s !important;
}
.ug-thumb-image {
    transform: scale(1) !important;
}
.ug-thumb-wrapper,
.post-item {
    pointer-events: none;
}
.ug-thumb-wrapper.ug-tile.ug-tile-clickable.ug-thumb-ratio-set:hover .ug-thumb-image {
    transform: scale(1.1) !important;
}

/**
 * 7. Blog
 */

.ms-right-sidebar {
    display: inline-block;
}
.ms-right-sidebar h5 {
    margin-bottom: 15px;
}
.ms-right-sidebar a {
    display: block;
    border-top: solid 1px rgba(103, 103, 103, .3);
    padding: 15px 0;
}
.ms-right-sidebar a:hover .post-item__title,
.ms-right-sidebar a:hover .post-item__title {
    color: #df1f29;
}
.ms-right-sidebar .post-item__title {
    margin-bottom: 0;
    transition: color .3s ease;
}
.ms-right-sidebar .post-item__date {
    margin-top: .3em;
}
#ms-blog-post img {
    margin-bottom: 30px;
}
.post-item {
    margin-bottom: 3em;
    padding-right: 3em;
}
.post-item:nth-child(2n) {
    padding-right: 15px;
    padding-left: 3em;
}
.post-item__img {
    position: relative;
    overflow: hidden;
}
.album-item__overlay::before,
.post-item__img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    background-color: rgb(240, 240, 240);
    transition: opacity 2s cubic-bezier(0.16, 1.08, 0.38, 0.98) 1.2s;
}
.loaded .album-item__overlay::before,
.loaded .post-item__img::before {
    opacity: 0;
}
.post-item__img img {
    width: 100%;
    height: auto;
    max-height: 35em;
    padding: 0;
    display: block;
}
.post-item__img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    background: rgba(231, 55, 39, 0);
    background: -moz-radial-gradient(center, ellipse cover, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(231, 55, 39, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(231, 55, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e73727', endColorstr='#000000', GradientType=1);
    transition: opacity .3s ease;
}
.post-item__info {
    position: relative;
    margin: 2.5em 0 0 2.5em;
}
.post-item__title {
    width: 100%;
    max-width: 400px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
}
.post-item__date {
    margin-left: 0;
    margin-right: auto;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}
.post-item__link {
    position: absolute;
    width: auto;
    bottom: 0;
    right: 0;
    padding-right: 3em;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .12em;
    -webkit-transition: padding-right .3s ease;
    -moz-transition: padding-right .3s ease;
    transition: padding-right .3s ease;
}
.post-item__link::after {
    content: '';
    width: 2em;
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    background: red;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}
.post-item:hover .post-item__img::after {
    opacity: .7;
}
.post-item:hover .post-item__link::after {
    width: 3em;
}
.post-item:hover .post-item__link {
    padding-right: 4em;
}
.ms-pagination {
    padding: 0;
    display: flex;
    justify-content: center;
}
.page-item {
    height: auto;
    position: relative;
    display: inline-block;
    margin: 0 .5em;
    border-right: none !important;
}
.page-item:last-child {
    border-right: solid 1px rgba(0, 0, 0, .1);
}
.page-link {
    padding: 1em;
    display: block;
    line-height: 1em;
}

/* -----------------------------------------
    Textseite
-------------------------------------------- */
.basecontent {}
.about__img {}
                        
.basecontent--text {}
.basecontent--centerblock {}


.about__info {
    /* justify-content: center; */
    /* display: flex; */
    /* flex-direction: column; */
    margin:0 auto;
}

.about__info h4 {
    margin: 1em 0;
}
#about .row {
    margin-bottom: 9em;
}

.about__info ul {
    font-size: calc(18px + 2 * (100vw - 992px) / 1508);
}



/**
 * 9. Contact
 */

.form-group {
    position: relative;
    margin: 0;
    transition: border-color .3s ease;
}
.form-control {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 1em;
    height: 34px;
    font-size: calc(16px + 2 * (100vw - 992px) / 1508);
    color: #151515;
    font-weight: 300;
    margin-bottom: 2em;
    background-image: none;
    border: 1px solid #555;
}
#message {
    min-height: 150px;
    max-height: 150px;
    max-width: 100%;
    min-width: 100%;
    padding: 10px 14px;
}
label.error {
    position: absolute;
    bottom: 1.2em;
    font-size: 12px;
    color: #df1f29;
}

/* ------------------------------------ 
    Footer
   ------------------------------------ */

footer {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

.footerbox {
    width: 85%;
    max-width: 88em;
    margin: 2em auto;
    padding: 1em 0;
    font-size: 15px;
    align-items: center;
    border-top: 1px dotted silver;
    text-align: center;
}

@media (max-width: 800px) {

    .footerbox {
      width: 100%;
      padding: 0.5em 0;
      max-width: 88em;
      margin: 2em auto;
    }
 
}


.footerbox__logo { text-align: center; }

img.footer-logo {
  height:52px;
  width: auto;
  margin: 2em;
  display: inline-block;
}

img.footer-logo-schoeller {

  width:300px;
  margin: 1.5em auto 3em auto;


}

.footer-claim {
  font-size:14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7d7d7d;
  margin: 0;
  word-spacing: 3px
}

.footer-linkline a {
  font-size: 14px;
  text-transform: uppercase;
  display:inline-block;
  margin:0 1em;
  font-weight: 500;
}


/* .footer-linkline a {
  font-size: 14px;
  text-transform: uppercase;
  display:inline-block;
  margin:0 1em;
}
 */
.footer-linkline a:before,
.footer-linkline a:after {
  color:#b1b1b1;
  font-weight:200;
  display:inline-block;
}

.footer-linkline a:before { 
  content: '[ ';
  margin-right:0.75em;
}
.footer-linkline a:after { 
  content: ' ]';
  margin-left:0.75em;
}

/* -----------------------------------------
    
-------------------------------------------- */

.footer-partner {
  margin-top: 3em;
}

.footer-partner img {
  width: 12.0%;
  vertical-align: middle;
  margin: 1.5em;
  opacity:0.5;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);

}


.footer-partner-logo img:nth-child(1) { width:14%;}   /* Stadt 					*/
.footer-partner-logo img:nth-child(2) { width:8%;}    /* Museumsquartier 		*/
.footer-partner-logo img:nth-child(3) { width: 17%;}   /* Capture X 	*/
.footer-partner-logo img:nth-child(4) { width:13%;}   /* VogelsÃ¤nger Studios 	*/
.footer-partner-logo img:nth-child(5) { width:18%;}   /* Werther & Ernst 		*/


.footer-partner-logo.second_line img:nth-child(1) { width:11%;}   /*  Photo Presse 	 */
.footer-partner-logo.second_line img:nth-child(2) { width:16.5%;}   /*  ProfiFoto      */
.footer-partner-logo.second_line img:nth-child(3) { width:6%;}    /*  BFF 		     */



.footer-initiatoren img {
  width: auto;
  height: 60px;
  vertical-align: middle;
  margin: 1.5em;
  opacity:0.5;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);

}


@media (max-width: 800px) {

  .footer-partner img {
    width: 25.0%;
    vertical-align: middle;
    margin: 0.75em;
  }
 
}


img.main-partner { width: 380px; max-width: 80%; margin-top:2.8em; margin-bottom: 0}

.footer-partner h4 {
  font-size: 16px;
  color: #7d7d7d;
  letter-spacing: 3px;
  padding-bottom: 1em;
  border-bottom: 1px dotted gray;
  margin-top: 5em;
  margin-bottom:0
}

.footer-copyright { 
  font-size: 14px;
  color:gray; 
}

.footer-servicelinks a {
  
  font-size:14px;
  display: inline-block;
  margin: 1em;
  text-transform: uppercase;

}



.ms-footer {
    width: 85%;
    max-width: 88em;
    margin: 0 auto;
    display: flex;
    font-size: 16px;
    align-items: center;
}
.ms-footer .copyright {
    padding: 1.2em 0;
    margin-left: 0;
    margin-right: auto;
}
.ms-footer .socials {
    padding: 0;
    margin-left: auto;
    margin-right: 0;
}
.ms-footer .socials a {
    padding-left: 15px;
}

/**
 * 11. Responsive Rules
 */
@media (max-height: 500px) {


    .ms-navbar span.ms-btn {
      font-size: 12px !important;
    }
    
    li.nav-item {
      line-height:0;
    }

}


@media only screen and (max-width: 805px) {
    
    h1 {
        font-size: calc(48px + 1vw);
    }
    
    h2 {
      font-size: calc(30px + 16 * (100vw - 992px) / 1508);
    }


    h6 {
        font-size: 16px;
    }
    
    blockquote {
        margin: 0 auto 15px;
        font-size: 1em;
    }
    .expanded-timeline {
        width: 50vh;
    }
    .ms-nav {
        padding-top: 1.4em;
    }
    .ms-navbar .ms-btn {
        font-size: 1em;
    }
    .ms-navbar {
        position: relative;
        width: 100%;
        min-height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        overflow-y: auto;
    }
    .nav-item {
        display: inline-block;
        width: auto;
        margin-left: 0;
        padding: 0.20em 0;
    }
    .nav-item__label {
        display: none;
    }
    .ms-nav {
        padding-left: 15px;
        padding-right: 0px;
        padding-bottom: 1.4em;
    }
    .overlay {
        background: -moz-linear-gradient(top, black 0, transparent 35%, transparent 45%, rgba(0, 0, 0, 0.9) 100%);
        background: -webkit-linear-gradient(top, black 0, transparent 35%, transparent 45%, rgba(0, 0, 0, 0.9) 100%);
        background: linear-gradient(to bottom, black 0, transparent 35%, transparent 45%, rgba(0, 0, 0, 0.9) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c9000000', GradientType=0);
        background-color: black;
    }
    .swiper-button-prev,
    .swiper-button-next {
        top: 25vh;
    }
    .swiper-button-prev {
        padding-left: 3em;
    }
    .swiper-button-next {
        padding-right: 3em;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
        width: 2em;
    }
    .swiper-button-prev:hover {
        padding-left: 3em;
    }
    .swiper-button-prev:hover::after {
        width: 2em;
    }
    .swiper-button-next:hover {
        padding-right: 3em;
    }
    .swiper-button-next:hover::after {
        width: 2em;
    }
    .expanded-timeline {
        display: none;
    }
    .slide-inner--info {
        width: 100%;
        text-align: center;
        min-height: 50px;
        bottom: 10vh;
        padding-left: 0;
        color: #fff;
        z-index: 1;
        opacity: 0;
        transition: opacity 1s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .ms-btn--slider {
        margin: 15px auto;
        display: inline-block;
        letter-spacing: .15em;
        background: #df1f29;
        color: #fff;
        padding: 12px 20px 10px 20px;
        line-height: 1em;
    }
    .ms-btn--slider::before {
        content: '';
        display: none;
        width: 0;
    }
    .ms-container {
        padding-top: 6em;
        padding-bottom: 3em;
    }
    .ms-container.home-slider {
        padding-bottom: 0 !important;
    }
    .ms-section__block {
        width: auto;
        margin: 0 15px 3em;
    }
    .page-desc {
        width: 100%;
        font-size: 1.2em;
        line-height: 1.5;
        color: #151515;
        letter-spacing: .05em;
    }
    .post-item,
    .post-item:nth-child(2n) {
        padding-right: 15px;
        padding-left: 15px;
    }
    #contact>div {
        margin-bottom: 30px;
    }
    .ms-footer .copyright {
        margin-left: auto;
    }
    .ms-footer .socials {
        display: none;
    }
}

#about h1 { 
  margin:1em 0 0rem 0;
  transform: translateX(-75px);
}


#about h2 { 
  margin:1em 0 0rem 0;
  transform: translateX(-75px);
  font-style: normal;
 }
 #about h2 i { font-style: normal; font-weight:300;}


figure {
  margin:0;
  padding:0;
}

figcaption {  font-weight:300 !important; text-align: right; margin-top: 0.5em; font-style: italic; font-size:14px; }
figure.outpage figcaption { text-align: right; font-style: italic; font-size:14px;}


img.outpage,
figure.outpage {
  transform: translateX(-75px);
}

 @media (max-width: 800px) {

  #about h2 { 
      margin:1em 0 0rem 0;
      transform: translateX(0);
      font-style: normal;
      }

  img.outpage,
  figure.outpage {
    transform: translateX(0);
  }

  #about h1 { 
  
    transform: translateX(0);
  }



}


@media (max-width: 800px) {
 
    .slide-inner--info {
        bottom: 16vh;
    }

 
}


.red {  color:rgba(200, 0, 0, 1); }



/* -----------------------------------------
    Breite
-------------------------------------------- */


.plogo {
  width: 80%;
  min-width:280px;
  height: auto;
}


 h1.longtext { font-size: 22px !important;}
 

 /* -----------------------------------------
    Artsection Trenner
-------------------------------------------- */ 

.artsection { border-bottom: dotted 1px gray; padding-bottom: 2em; margin-bottom: 6em;}

@media (max-width: 800px) {
 	.artsection { border-bottom: dotted 1px gray; padding-bottom: inherit; margin-bottom: inherit;}
}


/* -----------------------------------------
    Button
-------------------------------------------- */

a.button { 
    border: 0; 
    display: inline-block;
    padding: 15px  20px 12px;
    background-color: #333;
    line-height: 1em;
    color:white;
    transition: all 0.33s;
}

a.button:hover { 
    background-color: rgb(200,0,0);
}

 

 /* -----------------------------------------
    Logo Partern BilgrÃ¶ÃŸe Finetuning
-------------------------------------------- */

#partner_1 > img { width: 360px; max-width:100%;}
#partner_2 > img { width: 420px; max-width:100%;}
#partner_3 > img { width: 300px; max-width:100%;}
#partner_4 > img { width: 500px !important; max-width:100%;}
#partner_5 > img { width: 500px; max-width:100%;}
#partner_6 > img { width: 500px; max-width:100%;}
#partner_7 > img { width: 380px; max-width:100%;}
#partner_8 > img { width: 100px; max-width:100%;}
#partner_9 > img { width: 440px; max-width:100%;}

