/*
 Theme Name:   yootheme-schoenholzer
 Description:  Yootheme Child Theme
 Author:       Planzer
 Author URI:   https://www.planzer.ch
 Template:     yootheme
 Version:      1.0
 Text Domain:  yootheme-schoenholzer
*/

/* Import Font */
  @font-face{
                        font-family: 'OpenSansCondensed';
                        src: url('WebFont.eot');
                        src: url('WebFont.eot?#iefix') format('embedded-opentype'),
                        url('opensanscondensed-bold-webfont.woff') format('woff'),
                        url('opensanscondensed-light-webfont.woff') format('woff')
                        }

/* pre-settings */
.height5 { height:5px; } .height10 { height:10px; } .height15 { height:15px; } .height20 { height:20px; } .height25 { height:25px; } /* ... and so on ... */ .block { display:block; } .inline-block { display:inline-block; } .relative { position:relative;height:inherit; } .static { position:static; } .left { float:left; } .right { float:right; } .fifty-percent { width:50%; } .hundred-percent { width:100%; } .no-deco { text-decoration:none; } .underline { text-decoration:underline; } .black { color:black; }  .white { color:#fff !important; }  .red { color:red; }  .blue { color:blue; }  .yellow { color:yellow; } .max-width-90 { max-width:90%;margin:0 auto; } .max-width-80 { max-width:80%;margin:0 auto; } .max-width-70 { max-width:70%;margin:0 auto; } .max-width-60 { max-width:60%;margin:0 auto; } .max-width-50 { max-width:50%;margin:0 auto; }.hidden { display:none; }
.height-zero { height:0 !important;overflow:hidden !important; }