/*
 * Globals
 */

/* Fonts */
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(http://schokoschmiede.at/include/fonts/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(http://schokoschmiede.at/include/fonts/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(http://schokoschmiede.at/include/fonts/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/* Links */
a,
a:focus,
a:hover {
  color: #555;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #fff;
}
body {
  color: #555;
  /*text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);*/
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(102,102,102,.5);
          box-shadow: inset 0 0 100px rgba(102,102,102,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: normal;
  color: #666; /* IE8 proofing */
  color: rgba(102,102,102,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #666;
  border-bottom-color: rgba(102,102,102,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #999;
  border-bottom-color: #999;
}

.container-fullwidth {
    position:relative;
    top: -25px;
}

.container-fullwidth .img-container {
    
}

#red-overlay {
    position:absolute;
    top: -60px;
    left: 20px;
}

#red-overlay img {
    position: absolute;
    z-index:1;
}

#red-overlay #text-overlay {
    position: absolute;
    z-index:2;
    text-align:center;
    font-size: 2em;
    vertical-align:middle;
    margin-top: 180px;
    letter-spacing: 0.05em;
    color: #ffffff;
    left: 40px;
    top:-50px;
}

#red-overlay #text-overlay p {
    line-height: 1em;
}

#red-overlay #text-overlay a {
    color: #ffffff;
}


h1 {
    font-size: 1.8em;
    
}

h2 {
    font-size: 1.1em;
    letter-spacing: -1px;
    font-weight: bold;
    color:#999;
    font-stretch: extra-condensed
}

body#home .inner.cover, body#home .container-fullwidth {
    font-family: 'Poppins', sans-serif;
    font-weight: 300 !important;
}

body#home .addressblock {
    font-size: 1.8em;
}

body#home .addressblock address {
    margin-bottom: 0px;
}

body#home span.points {
    color: #999;
    font-size: 0.8em;
    letter-spacing: 0.5em;
}

body#home h1 span.points {
    line-height: 0.3em;
}

body#home h1 {
    font-size: 2.4em;
    font-weight: normal;
    
}

body#home h2 {
 position:relative;
 top: 10px;
 left: -20px;
 font-weight:normal;

}

body#home .logo {
    text-align:center;
    
}

@media (min-width: 768px) {


    
    body#home .addressblock {
        margin-top: 44px;
    }
    
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }

  
}


/*
 * Cover
 */

.cover {
  padding: 30px 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(102,102,102,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    /*position: fixed;
    top: 0;*/
  }
  .mastfoot {
    /*position: fixed;
    bottom: 0;*/
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
  
    

  
}



@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    max-width: 1024px;
    padding: 0px;
  }
      
    body#home .logo img {
        margin-left: -10px;
        text-align:left;
    }
     
}




/*
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
*/

br.visible-flex {
    display: none;
}



@media (max-width: 767px) {
body#suesses img.logo, body#pikantes img.logo {
    margin-top: 60px;
    margin-bottom: 20px;
}
}
@media (min-width: 768px) {
    
    /* SUESSES */
    
    br.visible-flex {
        display:block;
    }
    
#suesses-right {
    background-image: url('/include/images/suesses_bild_rechts.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
    text-align: right;
    padding-top: 35px;
}

#pikantes-right {
    background-image: url('/include/images/pikantes_bild_rechts.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
    text-align: right;
    padding-top: 35px;
}

#suesses-right .text-container,#pikantes-right .text-container {
    margin-top: 35px;
    margin-right: 15px;
}

#suesses-left,#pikantes-left {
    padding-right:0px;
    overflow: hidden;
    position: relative;
    height: 100%;
}


#suesses-left img.img-responsive-custom {
    position: absolute;
    right: 0px;
    bottom: 0px;
    /*width: 550px;*/
    height: 100%;
    /*float:right;*/
}

#pikantes-left img.img-responsive-custom {
    position: absolute;
    right: 0px;
    bottom: 0px;
    /*width: 504px;*/
    height: 100%;
}

#suesses-right-img {
    /*float:left;
    shape-outside: url('/include/images/suesses_bild_rechts.jpg');
    shape-image-threshold: 0.5;

height: 100%;
width: 40px;*/
    shape-outside: circle(50%);
  width: 300px;
  height: 300px;
  float: left;
}
    
    
  .row.display-flex {
              display: flex;
      display: -webkit-flex;  /* für alte Webkit-Browser */
      display: -ms-flexbox;   /* IE 10 */
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
    display: -webkit-flex;  /* für alte Webkit-Browser */
       display: -ms-flexbox;   /* IE 10 */
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
}


