@charset "UTF-8";
/*
 Theme Name:     perfect style, Wordpress Theme
 Theme URI:      https://rk-perfect-style.live/wp-content/themes/twentyseventeen-child
 Description:    Twenty Seventeen Child Theme für Perfect Style, Stand März 2024
 Author:         Tobias Ossyra
 Author URI:     -
 Template:       twentyseventeen
 Version:        1.0.0
*/
/* =Imports styles from the parent theme
-------------------------------------------- */
@import url("../twentyseventeen/style.css");
/*-------------------------------------------*/

/* -------------------------------------------- */
/* ------------------- FONTS ------------------ */
/* -------------------------------------------- */

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* crimson-text-regular - latin */
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/crimson-text-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Crimson Text Regular'), local('CrimsonText-Regular'),
       url('fonts/crimson-text-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/crimson-text-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/crimson-text-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/crimson-text-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/crimson-text-v8-latin-regular.svg#CrimsonText') format('svg'); /* Legacy iOS */
}

/* ------------------------------------------------------- */
/* ------------------- HELPER CLASSES ------------------ */
/* ------------------------------------------------------- */

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-webkit-keyframes fadeOutToNone {
  100% {
    display: block;
    opacity: 1; }
  1% {
    display: block;
    opacity: 0; }
  0% {
    display: none;
    opacity: 0; } }

@keyframes fadeOutToNone {
  100% {
    display: block;
    opacity: 1; }
  1% {
    display: block;
    opacity: 0; }
  0% {
    display: none;
    opacity: 0; } }

/* ------------------------------------------------------- */
/* ------------------------- TYPOGRAPHY ------------------ */
/* ------------------------------------------------------- */

html { font-size: 100%; }

body,
button,
input,
select,
textarea {
  font-family: "Open Sans", sans;
  color: #575756;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
}

h1,
h2,
h3,
h4,
h5,
h6{ font-family: 'Crimson Text'; color: #c87922; }

strong {font-weight: bold; }

p { padding:0; margin-bottom:2rem;}

a:focus { outline: none; }

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}

/* ------------------------------------------------------- */
/* ------------------------ Header ----------------------- */
/* ------------------------------------------------------- */

.site-header { z-index: 1000; position: fixed; width: 100%; }
@media (min-width: 48em) { .site-header { position: relative; width: auto; } }

.header_kontakt { display: none; }
@media (min-width: 64em) {
    .header_kontakt {
      float: right;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: fixed;
      z-index: 1300;
      right: 0;
      top:1rem;
      padding:0 1rem 0 0;
    } 
}

.icon_tel,
.icon_cal,
.icon_ort {
  display: inline-block;
  float: left;
  position: relative;
}

.header_kontakt_col {
  padding-right: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; 
}
.header_kontakt_col:last-child { padding-right: 0.5rem; }

.header_kontakt_col > a,
.header_kontakt_col > p {
    line-height: 1.5;
    display: inline-block;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0;
}

@media (min-width: 67em) {
  .header_kontakt_col > a,
  .header_kontakt_col > p {color: rgba(0, 0, 0, 0.8);}
}

.header_kontakt_col > a:hover {color: rgba(0, 0, 0, 0.8);}
.header_kontakt_col > .header_map_link {margin-bottom: 0;}
.header_kontakt_col > .header_map_link:hover > .icon_ort > path {fill: #1d1d1d;}

.icon_tel,
.icon_cal,
.icon_ort { height: 1.125rem; margin-right: 0.25rem; }
  
.icon_tel > path,
.icon_cal > path,
.icon_ort > path { fill: rgba(0, 0, 0, 0.7); }    

/* ------------------------------------------------------- */
/* ------------------- Top Navigation -------------------- */
/* ------------------------------------------------------- */

.navigation-top .wrap{padding:0;}

.navigation-top{
    background-color: #fcf3df;
    border:none!important;
    padding-top:3.75rem;
}
@media (min-width: 64em) { .navigation-top{padding-top:3rem;} }

.navigation-top a.logo_link {
  display: block;
  position: fixed;
  top:10px;
  z-index: 1100;
  padding:0;
  left:50%;
  margin:0 0 0 -78px;
  border:0;
}

@media (min-width: 64em) {
    
    .navigation-top a.logo_link {
        top:23px;
        left:0;
        margin:0 0 0 1rem;
    }
    
}

.logo_link > .logo_grafik { height: 3.125rem; width: auto; }

.navigation-top a{
    color:#c87922;
    font-weight: 400;
    padding:0 0.5rem;
    line-height: 1;
    font-size: 0.925rem;
    text-transform: uppercase;
}
@media (min-width: 48em) {
    .navigation-top a{border-right: 1px solid #c87922;}
    .navigation-top li:last-child > a{border:none;}
}

#top-menu{text-align: center;background: #fcf3df;border:none;padding-top:0;}
#top-menu li{font-size: 0.825rem;padding:1rem 0 0.75rem 0;}
#top-menu li:first-child{padding-top:0;}
@media (min-width: 64em) { #top-menu li{padding:1rem 0 1rem 0;} }

.main-navigation a:hover{color:rgba(0,0,0,0.8);}
.main-navigation li{border:none;}

.menu-toggle{margin:0 auto;color:rgba(0,0,0,0.8);padding:1em;}
.menu-toggle:focus{outline:none;}

/* Sub-Menü */

.main-navigation .menu-item-has-children > a > .icon, .main-navigation .page_item_has_children > a > .icon.icon-angle-down{display: none;}
.main-navigation ul li.menu-item-has-children:before, .main-navigation ul li.menu-item-has-children:after, .main-navigation ul li.page_item_has_children:before, .main-navigation ul li.page_item_has_children:after{display:none!important;}

.main-navigation ul ul{
    background:transparent;
    color:rgba(0,0,0,0.8);
    border:0;
    width:auto;
    margin:0;
    padding:0;
    text-align: center;
}

.main-navigation ul ul li{
    border:0;
    color:rgba(0,0,0,0.8);
    padding:1rem 0 0 0!important;
    margin:0!important;
    text-align: center;
    width:auto;
}

.main-navigation ul ul a{
    border:0;
    color:rgba(0,0,0,0.8);
    padding:0!important;
    margin:0!important;
    width:auto;
    text-transform: uppercase;
}

@media screen and (min-width: 48em) {
    
    .main-navigation ul ul {
        background:rgba(252, 243, 223, 0.75);
        color:rgba(0,0,0,0.8);
        border:0;
        width:auto;
        padding-left: 1rem;
        margin-left: -1rem;
        text-align: left;
    }
    
    .main-navigation ul ul li{
        border:0;
        color:rgba(0,0,0,0.8);
        padding:1rem 1rem 1rem 0!important;
        margin:0!important;
        text-align: left;
        width:200px;
    }
    
    .main-navigation ul ul a{
        border:0;
        color:rgba(0,0,0,0.8);
        padding:0!important;
        margin:0!important;
        width:auto;
        text-transform: uppercase;
    }
    
    .main-navigation li li:hover, .main-navigation li li.focus{
        background:transparent;
        color:rgba(0,0,0,0.8);
    }
    
    .main-navigation li li.focus > a, .main-navigation li li:focus > a, .main-navigation li li:hover > a, .main-navigation li li a:hover, .main-navigation li li a:focus, .main-navigation li li.current_page_item a:hover, .main-navigation li li.current-menu-item a:hover, .main-navigation li li.current_page_item a:focus, .main-navigation li li.current-menu-item a:focus{
        color:rgba(0,0,0,0.8);
    }
    
}

.bullet{ 
  height:3px;
  width:3px;
  background-color:rgba(0,0,0,0.8);
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

/* ------------------------------------------------------- */
/* ------------------------ SLIDER ----------------------- */
/* ------------------------------------------------------- */

.slider-wrapper {
  position: relative;
  z-index: 100;
  top: 3.125rem; }

.slider-container,
.slide { height: 66.66667vw; }
@media (min-width: 64em) { .slider-container, .slide { height: calc( 100vh - 3.125rem); } }

.slide { width: 100vw; position: absolute; }

.slider-container:after{display: none;}

@media screen and (min-width: 64em){
    
    .slider-container:after {
        content: "Anna Seravalli · Bibi Lou · Caliban · Catnoir · Circolo · Funk · Gianluca Pisati · Gran Sasso \A  Herzensangelegenheit · Juweel · Kennel & Schmenger · Liviana Conti · Liu Jo · Luisa Cerano · Majestic · Maliparmi \A Marella · Marivie · Oroblu · Purotatto · Raffaello Rossi · Riani · Seductive · Seventy · Tonet";
        display: inline-block;
        bottom: 140px;
        left: 0px;
        text-align: center;
        color: #fff;
        font-family: 'Crimson Text';
        font-style: normal;
        font-weight: 400;
        font-size: 1rem;
        text-transform: uppercase;
        width: 100%;
        height: auto;
        position: absolute;
        padding:0 10%;
        white-space: pre;
    }
    
}

@media screen and (max-height: 750px) { .slider-container:after {display: none;} }

.down_btn {
  position: relative;
  display: none;
  width: 15.625rem;
  top: -2.8125rem;
  margin: auto;
}
.down_btn:hover { cursor: pointer; }
.down_btn:hover > .down_btn_arrow { fill: #c87922; }
@media (min-width: 48em) { .down_btn {display:block;} }

/* ------------------------------------------------------- */
/* ------------------- Grundlayout ----------------------- */
/* ------------------------------------------------------- */

.entry-content a:focus, .entry-content a:hover, .entry-summary a:focus, .entry-summary a:hover, .comment-content a:focus, .comment-content a:hover, .widget a:focus, .widget a:hover, .site-footer .widget-area a:focus, .site-footer .widget-area a:hover, .posts-navigation a:focus, .posts-navigation a:hover, .comment-metadata a:focus, .comment-metadata a:hover, .comment-metadata a.comment-edit-link:focus, .comment-metadata a.comment-edit-link:hover, .comment-reply-link:focus, .comment-reply-link:hover, .widget_authors a:focus strong, .widget_authors a:hover strong, .entry-title a:focus, .entry-title a:hover, .entry-meta a:focus, .entry-meta a:hover, .page-links a:focus .page-number, .page-links a:hover .page-number, .entry-footer a:focus, .entry-footer a:hover, .entry-footer .cat-links a:focus, .entry-footer .cat-links a:hover, .entry-footer .tags-links a:focus, .entry-footer .tags-links a:hover, .post-navigation a:focus, .post-navigation a:hover, .pagination a:not(.prev):not(.next):focus, .pagination a:not(.prev):not(.next):hover, .comments-pagination a:not(.prev):not(.next):focus, .comments-pagination a:not(.prev):not(.next):hover, .logged-in-as a:focus, .logged-in-as a:hover, a:focus .nav-title, a:hover .nav-title, .edit-link a:focus, .edit-link a:hover, .site-info a:focus, .site-info a:hover, .widget .widget-title a:focus, .widget .widget-title a:hover, .widget ul li a:focus, .widget ul li a:hover{ box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1); }

#primary, #content, .site-content-contain {background-color: #fcf3df;}
#content{padding-top: 6.9rem;}
@media (min-width: 48em) { #content{padding-top:0;} }

.page-section, p:last-child{margin-bottom:0;}

/* zugeklappte Panels */

#panel7 .entry-header, #panel11 .entry-header { border-bottom: 1px dotted #fff; }
#panel8 .wrap, #panel12 .wrap { margin-top: 0; }

#panel2 .entry-content,
#panel7 .entry-content, #panel8 .entry-content,
#panel11 .entry-content, #panel12 .entry-content {
    display:none;
}

#panel2 .entry-title,
#panel7 .entry-title, #panel8 .entry-title,
#panel11 .entry-title, #panel12 .entry-title
{
    cursor: pointer;
    color:#fff;
    padding:2rem 0;
    margin:0;
}

#panel2 .panel-content,
#panel7 .panel-content, #panel8 .panel-content,
#panel11 .panel-content, #panel12 .panel-content
{
    background:#c87922;
}

#panel2 .panel-content.open,
#panel7 .panel-content.open, #panel8 .panel-content.open,
#panel11 .panel-content.open, #panel12 .panel-content.open
{
    background:#fcf3df;
}

#panel7 .panel-content.open .wrap,
#panel11 .panel-content.open .wrap
{ margin-bottom: 4rem; }

#panel8 .panel-content.open .wrap,
#panel12 .panel-content.open .wrap
{ margin-top: 2rem; }

#panel2 .panel-content.open .entry-title,
#panel7 .panel-content.open .entry-title, #panel8 .panel-content.open .entry-title,
#panel11 .panel-content.open .entry-title, #panel12 .panel-content.open .entry-title
{
    color:#c87922;
}

#panel11 .entry-content{color:rgba(0,0,0,0.8);}

#panel7 .panel-content.open .entry-header,
#panel11 .panel-content.open .entry-header
{
    border-bottom:none;
}

#panel12 .entry-content{ margin-bottom: 4rem; }

/* ------------------------------------------------------- */
/* ------------------- SECTION HEADER -------------------- */
/* ------------------------------------------------------- */

.panel-image {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  grid-template-columns: repeat(auto-fill, 100%);
  height: 68vw;
  margin-top: 4rem;
}

  @media (min-width: 30em) { .panel-image{height: 51vw;} }
  @media (min-width: 48em) { .panel-image{height: 34vw;} }

.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header{ margin:0; }

h2.section_title {
  color: white;
  font-size: 11.33333vw;
  line-height: 1;
  text-shadow: 0 0 3rem rgba(0, 0, 0, 0.15);
  margin: auto; 
}

@media (min-width: 30em) { h2.section_title{font-size: 8.5vw;} }
@media (min-width: 48em) { h2.section_title{font-size: 6.8vw;} }
@media (min-width: 67em) { h2.section_title{font-size: 3.5rem;} }

/* ------------------------------------------------------- */
/* ------------------- SECTION CONTENT ------------------- */
/* ------------------------------------------------------- */

.page-one-column .panel-content .wrap {
  padding:0 2rem;
  margin:4rem auto 0 auto;
  max-width: 100%; 
}
@media (min-width: 30em) { .page-one-column .panel-content .wrap{padding:0 3rem;} }
@media (min-width: 48em) {

    .page-one-column .panel-content .wrap{ padding: 0; max-width: 44rem; } 
    .page-one-column article:first-of-type .panel-content .wrap{ margin:1rem auto 0 auto; }
    
}

@media (min-width: 64em) { .page-one-column .panel-content .wrap{max-width: 48rem; } }

.page .panel-content .entry-title, .page-title,
body.page:not(.twentyseventeen-front-page) .entry-title,
h2{
    color:#c87922;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1em;
    text-align: center;
    padding:0;
    margin:0 0 2rem 0;
}

@media (min-width: 48em) {

    .page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title,
    h2{ font-size: 2.75rem; }
    
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child){border:none;}

/* ------------------------------------------------------- */
/* ------------------------ NEWS ------------------------- */
/* ------------------------------------------------------- */

.news-orange{ font-weight: bold; color:#c87922; }

/* ------------------------------------------------------- */
/* ---------------------- EVENTS ------------------------- */
/* ------------------------------------------------------- */

.event-container img{ margin-top: 1rem; }
.event-infos{ margin-bottom: 1rem!important; font-weight: bold; }

/* ------------------------------------------------------- */
/* --------------------- LOGO-GALLERY -------------------- */
/* ------------------------------------------------------- */

.gallery{margin-top:2rem;}
.gallery-item{padding:0.5em 2em;}

/* ------------------------------------------------------- */
/* ------------------------ FOOTER ----------------------- */
/* ------------------------------------------------------- */

.site-footer {
  background-color: #c87922;
  color: white;
  margin-top:0;
  border-top: 0; 
}

.site-info{width:100%;text-align:center;}

#scrollTop {
  background-color: #fff;
  position: fixed;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin: 1rem;
  padding: 0.25rem;
  width: 3rem;
  height: 3rem;
  right: 0;
  bottom: 0;
  fill: #c87922;
  -webkit-box-shadow: 0 -0.1875rem 0.1875rem rgba(0, 0, 0, 0.35);
  box-shadow: 0 -0.1875rem 0.1875rem rgba(0, 0, 0, 0.35);
  z-index: 2000; 
}
@media (min-width: 48em) { #scrollTop:hover {fill: #c87922;cursor: pointer;} }

/* ------------------------------------------------ */
/* ------------------ Admin/Edit ------------------ */
/* ------------------------------------------------ */

/* Bitte behalten, sonst nervt der immer beim Betrachten über die Admin-Ansicht */
.post-edit-link, .page .entry-header .edit-link{display: none;}