/*!
Theme Name: Ihre Schmerzmedizin
Theme URI: https://rocketruby.ch/
Author: Rocket Ruby
Author URI: https://rocketruby.ch
Description: Custom WordPress theme. Requires the Rocket Rack framework to be installed.
Template: rocketrack
Version: 1.0
Text Domain: ism
*/

/**
 * @license
 * MyFonts Webfont Build ID 3399725, 2017-06-01T10:02:59-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: NeuzeitSLTStd-Book by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neuzeit-s/neuzeits-book/
 * Copyright: Copyright &#x00A9; 1990, 2001, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 2001, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * Licensed pageviews: 250,000
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3399725
 * 
 * © 2017 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/33e02d");
@font-face {font-family: 'NeuzeitSLTStd-Book';src: url('fonts/33E02D_0_0.eot');src: url('fonts/33E02D_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/33E02D_0_0.woff2') format('woff2'),url('fonts/33E02D_0_0.woff') format('woff'),url('fonts/33E02D_0_0.ttf') format('truetype');}
body {font-family: 'NeuzeitSLTStd-Book' !important;}

.ism-rsCaptionWrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .ism-rsLinkButton {
    padding: .5rem 1.25rem;
    font-size: clamp(1.5rem, 3vw, 3rem);
    max-width: calc(100% - 1rem);
    border: 1px solid;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 0 5px rgb(45, 16, 4, .16);
  }

  .ism-rsLinkButton:hover {
    text-shadow: none;
    background: rgb(45, 16, 4, .2);
  }

  .ism-rsCaption {
    font-size: 1.25rem;
    max-width: calc(100% - 1rem);
    white-space: pre-line;
    color: white;
    text-align: center;
    text-shadow: 0 0 5px rgb(45, 16, 4, .16);
  }

  .ism-rsCaption small {
    display: block;
    font-size: .8rem;
    margin-top: .5em;
    color: #2d1004;
  }