/*
Theme Name: Nähatelier Sahnehaeubchen
Version: 1.0
Theme URI: http://www.sanhe-haeubchen.ch
Description: Template für Nähatelier Sahnehaeubchen Homepage http://www.sahne-haeubchen.ch
Author: Marcel Hutter
*/

@font-face {
    font-family: 'SpecialElite';
    src:url("fonts/SpecialElite.ttf");
}

@font-face {
    font-family: 'Ubuntu-Medium';
    src:url("fonts/Ubuntu-Medium.ttf");
}

/*@font-face {
    font-family: 'AmaticSC-Regular';
    src:url("fonts/AmaticSC-Regular.ttf");
}*/

@font-face {
    font-family: 'AmaticSC-Bold';
    src:url("fonts/AmaticSC-Bold.ttf");
}

/**********/

html{
    overflow-y: scroll;
    box-sizing: border-box;
}

*, *:before, *:after{
    box-sizing: inherit;
}

/**********/

/*Phone screen small landscape*/
@media screen and (min-width: 200px) and (max-width: 825px) and (orientation: landscape) {
    header {opacity: 0.05;}
    nav {visibility: hidden;}
    aside {visibility: hidden;}
    section {visibility: hidden;}
    footer {opacity: 0.05;}
    body { background: url("images/screen_lock_rotation.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10rem;
    }
}
/*End phone screen small landscape*/

/*Off canvas für tablet landscape ausschalten*/
@media screen and (min-width: 640px) and (max-width: 1024px) and (orientation: portrait) { 
    .contain-to-grid {
        visibility: hidden;
    }
  }
/*End Off canvas für tablet landscape ausschalten*/

body{
    background-color: #FFDEE6;
    font-family: SpecialElite;
    color: #3F6663;
}

main{
    margin-bottom: 2rem;/*old 10px*/
}

main p{
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6{
    font-family: SpecialElite;
}

h2{
    margin-top: 25px;
    margin-bottom: 20px;
}

h3{
    margin-top: 20px;
    margin-bottom: 15px;
}

.top-bar-section ul li a{
    font-family: SpecialElite;
}

.header-large{
    //height: 110px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header-small{
    //height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
}

.logo-large{
    //height: 80px;
    margin-top: 13px;
    float: left;
}

.logo-small{
    //height: 60px;
    margin-top: 9px;
    float: left;
}

/*.picture{
    width: 35.6rem;
}*/

.adress-large{
    padding-top: 9px;
    float: right;
    font-weight: bold;
}

.header-title1-large{
    font-family: AmaticSC-Bold;
    font-size: 48px;
    //height: 73px;
    color: #000000;
    margin-bottom: 0px;
    margin-left: 100px;
    padding: 0px;
}

.header-title2-large{
    font-size: 25px;
    height: 30px;
    color: #000000;
    margin-top: 7px;
    margin-bottom: 0px;
    margin-left: 100px;
    padding: 0px;
}

.header-title1-small{
    font-family: AmaticSC-Bold;
    //font-size: 34px;
    font-size: 2.1rem;
    //height: 60px;
    color: #000000;
    margin-bottom: 0px;
    margin-left: 90px;
    padding: 0px;
}

.header-title2-small{
    font-size: 19px;
    height: 19px;
    color: #000000;
    margin-top: 7px;
    margin-bottom: 0px;
    margin-left: 90px;
    padding: 0px;
}

.post-title{
    border-bottom: 1px solid;
    border-color: #000000;
}

.post-info{
    font-family: Ubuntu-Medium;
    font-size: 0.9rem;
    font-weight: bold;
}

.clearfix{
    clear: both;
}

.flowers{
    height: 79px;
    margin-top: 10px;
    margin-right: 100px;
    float: right;
}

.sidebar{
    color: #000000;
    background-image: url("images/star.png");
    /*min-height: 370px;*/
    margin-top: 10px;
    margin-bottom: 5rem;/*old 20px*/
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    float: left;
}

.sidebar p{
    font-weight: bold;
    color: #000000;
    font-size: 1rem;
    margin-bottom: 0px;
}

.sidebar a{
    color: #FF1493;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.sidebar a:hover{
    color: #000000;
}

.sidebar ul{
    margin-left: 0px;
    margin-bottom: 10px;
}

.sidebar ul li{
    list-style: none;
}

.sidebar h4{
    font-weight: bold;
    color: #000000;
    margin-top:10px;
    margin-bottom: 6px;
}

footer{
    /*height: 2.0rem;/*new, old 2.4*/
    height: auto;
    padding-top: 0.3rem;/*old 10px; 0.5*/
    padding-bottom: 0.3rem;/*new, old 0.5*/
    border-top: 1px solid;
    border-color: #000000;
    background-color: rgba(255, 222, 230, 0.95);/*new*/
    position: fixed;/*new*/
    bottom: 0;/*new*/
    left: 0;/*new*/
    right: 0;/*new*/
}

footer a:hover{
    color: #000000;
}

.impressum {
    text-decoration: none;
    color: #FF1493;
    float: right;
    font-size: 1.2rem;
}

.datenschutz {
    text-decoration: none;
    color: #FF1493;
    float: right;
    font-size: 1.2rem;
}

.datenschutz_small {
    text-decoration: none;
    color: #FF1493;
    float: left;
    font-size: 1.2rem;
}

.main-section{
    min-height: 420px;
}

.main-style{
    margin-top: 10px;
    /*margin-bottom: 10px;*/
}

.main-style a{
    color: #FF1493;
}

.main-style a:hover{
    color: #000000;
}

/*EMail-Link bei Kontakt*/
section > main > p > a{
    color: #FF1493;
}

section > main > p > a:hover{
    color: #000000;
}
/*Ende EMail-Link bei Kontakt*/

.top-bar li.current-menu-parent > a,
.top-bar li.current-menu-ancestor > a {
    color: #FF1493;
}

/*Sendebutton Formular*/
.wpcf7-form-control.wpcf7-submit{
    font-family: SpecialElite;
    width: 6rem;
    height: 2.2rem;
    padding-top: 3px;
    padding-bottom: 0px;
    background-color: #FFDEE6;
    font-size: 1rem;
    color: #FF1493;
    border-style: solid;
    border-color:#3F6663;
    border-width: 2px;
    border-radius: 10px;
}
.wpcf7-form-control.wpcf7-submit:hover{
    background-color: #000000;
    border-color: #000000;
    font-weight: bold;
}
/*Ende Sendebutton Formular*/

/*Styling Slider*/
.slider-position{
    margin-bottom: 20px !important;
}

.slick-slider{
    border: 0.3rem solid !important;
    border-color: #444444 !important;
    width: 100%;
    height: 100%;
}
/*Ende Styling Slider*/

/*Styling Galerie Produkte*/
/*.bwg_standart_thumb_spun1_0{
    margin-top: 0px;
    margin-bottom: 4px;
}

span.bwg_title_spun2_0 {
    font-family: SpecialElite !important;
    color: #3F6663 !important;
    text-shadow: none !important;
}

.bwg_standart_thumb_img_0{
    border: 0.2rem solid;
    border-color: #666666;
}

#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0{
    height: 0px !important;
    margin: 0px !important;
}

#bwg_standart_thumbnails_0{
    float: left;
}*/
/*Ende Styling Galerie Produkte*/

/*Styling Photogalerie Galerie Produkte*/

/*.bwg-item1 {
    border: 0.2rem solid;
    border-color: #666666;
}

div.bwg-title2 {
    font-family: SpecialElite !important;
    color: #3F6663 !important;
    text-shadow: none !important;
}

.tablenav-pages_0{
    height: 0px !important;
    margin: 0px !important;
}*/

/*Ende Styling Photogalerie Galerie Produkte*/

.page-picture{
    border: 0.2rem solid;
    border-color: #666666;
}

.icon-style-torso{
    margin-left: 15px;
    margin-right: 7px;
    font-size: 1.6rem;
}

.icon-style-calendar{
    margin-right: 7px;
    font-size: 1.6rem;
}

.portrait-large{
    margin-right: 12px;
    margin-top: 5px;
    margin-bottom: 8px;
    float: left;
}

.portrait-small{
    width: 135px;
    margin-right: 12px;
    margin-top: 5px;
    margin-bottom: 8px;
    float: left;
}

/*Styling Produkt-Galerie*/

.ngg-galleryoverview{
    margin-top: 9px !important;
    margin-bottom: 10px !important;
}

.ngg-galleryoverview>br{
   clear: none !important;
}

.ngg-gallery-thumbnail{
    background-color: #FFDEE6 !important; 
    border: none !important;
    margin-right: 0 !important;
    margin: 0 !important;
}
/*Ende Styling Produkt-Galerie*/