/*
 Theme Name: Silence Child
 Template: silence
*/


/* lato-300 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/lato-v14-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Lato Light'), local('Lato-Light'),
         url('fonts/lato-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/lato-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/lato-v14-latin-300.woff') format('woff'), /* Modern Browsers */
         url('fonts/lato-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/lato-v14-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
  }
  /* lato-regular - latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'),
         url('fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
  }
  /* lato-700 - latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/lato-v14-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Lato Bold'), local('Lato-Bold'),
         url('fonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */
         url('fonts/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/lato-v14-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
  }
  /* lato-700italic - latin */
  @font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/lato-v14-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
         url('fonts/lato-v14-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/lato-v14-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/lato-v14-latin-700italic.woff') format('woff'), /* Modern Browsers */
         url('fonts/lato-v14-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/lato-v14-latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */
  }
  /* lato-900 - latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/lato-v14-latin-900.eot'); /* IE9 Compat Modes */
    src: local('Lato Black'), local('Lato-Black'),
         url('fonts/lato-v14-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/lato-v14-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/lato-v14-latin-900.woff') format('woff'), /* Modern Browsers */
         url('fonts/lato-v14-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/lato-v14-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
  }


body {
    font-family: 'Lato', Arial, sans-serif;
}

.elementor-text-editor a {
    color: #e39983;
    font-weight: bold;
}

.elementor-text-editor a:hover {
    color: #68aca7;
}

.elementor-widget-heading.elementor-widget-heading h2.elementor-heading-title {
    letter-spacing: 3px;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
}

.elementor-widget-heading.elementor-widget-heading h3.elementor-heading-title {
    color: #68aca7;
    font-style: italic;
    font-size: 20px;
}

.elementor-heading-title {
    line-height: 1.3 !important;
}

h3.elementor-heading-title {
    letter-spacing: 1px;
}

.elementor-text-editor {
    line-height: 1.9;
    letter-spacing: 1px;
}

.divider-text {
    color: #424242;
    text-align: right;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
}

.divider-line {
    height: 12px;
    background-image: url('img/divider.png');
    background-repeat: repeat-x;
    background-size: auto 10px;
    background-position: left bottom;
    background-position-x: left;
    background-position-y: bottom;
}

.button {
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #68aca7;
    font-weight: 700;

    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    transition: color 300ms ease;
    
}

.button-primary {
    color: #e78f86;
}

.button:hover {
    color: #424242;
}

.menu {
    margin: 0;
    padding: 0;
}

.menu:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

.menu .menu-item {
    list-style: none;
}

.scroll .elementor-location-header section {
    background-color: rgba(255,255,255,.95) !important;
}

.menu-open .elementor-location-header section {
    background-color: white !important;
}

.elementor-location-header .menu .menu-item a {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 15px;
    color: #e78f86;

    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    transition: color 300ms ease;
}

.elementor-location-header .menu .current-menu-item a,
.elementor-location-header .menu .menu-item a:hover {
    color: #68aca7;
}

.elementor-location-footer .elementor-text-editor a {
    font-weight: 700;
    color: #424242;
}

.elementor-location-footer .elementor-widget-image-box img {
    border-radius: 50%;
}

.elementor-location-footer .elementor-widget-image-box .elementor-image-box-title a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 3px;
}

.elementor-location-footer .elementor-widget-image-box {
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.elementor-location-footer .elementor-widget-image-box:hover {
    opacity: .6;
}

.container {
    max-width: 1250px;
}

.navbar-toggler {
    /* border-color: #e78f86; */
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(231, 143, 134, 1.00)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.hero-gallery {
    position: relative;
}

#link-contact:hover path {
    fill: #68aca7 !important;
}

.hero-gallery .hero-gallery-items,
.hero-gallery .hero-gallery-item-img {
    height: 200px;
}

.hero-gallery .hero-gallery-item-img {
    width: 100%;
    object-fit: cover;
    object-position: right top;
    position: absolute;
    /* position: fixed; */
    
}

.hero-gallery-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.hero-gallery-border-top {
    background-color: #e78f86;
    height: 14px;
    width: 30%;
}

.hero-gallery-border-bottom {
    background-color: #e78f86;
    height: 10px;
}

.elementor-location-header {
    position: relative;
    z-index: 100;
}

.elementor-location-footer,
section.elementor-element {
    background-color: white;
}

.elementor-location-footer {
    position: relative;
    z-index: 10;
    padding: 15px 0;
}

.hero-gallery-overlay {
    display: none;
}

.hero-gallery-decal {
    display: none;
    position: absolute;
    left: 0;
    opacity: .2;
    width: 380px;
    height: auto;
}

.hero-gallery-decal-1 {
    top: 30px;
}

.hero-gallery-decal-2 {
    bottom: 15px;
}

.hero-gallery-decal-1[src="http://sg.and-kreativ.de/wp-content/uploads/2018/10/cc_weiss.svg"] {
    top: 75px;
}

.hero-gallery-overlay-body {
    z-index: 50;
    padding-bottom: 60px;
}

.hero-gallery-overlay-content {
    width: 100%;
    color: white;
    height: 100%;
}

.hero-gallery-overlay-title {
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 60px;
    font-size: 60px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    opacity: .8;
}

.hero-gallery-overlay-text {
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    letter-spacing: 1px;
}

.bubble {
    display: none;
    position: fixed;
    right: 60px;
    top: 560px;
    background-color: #68aca7;
    color: white;
    text-transform: uppercase;
    width: 192px;
    height: 192px;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    z-index: 80;

    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.bubble .bubble-title {
    font-weight: 700;
    margin: 0;
    letter-spacing: 2px;
}

.bubble:hover {
    text-decoration: none;
    color: white;
    background-color: #e78f86;
}

.scroll .bubble {
    opacity: .4;
}

#menu-primary-menu {
    display: none;
}

#menu-primary-menu.active {
    display: block;
}

.elementor-location-header .menu {
    padding: 10px;
}

@media (min-width: 768px) {
    .hero-gallery .hero-gallery-items,
    .hero-gallery .hero-gallery-item-img {
        height: 300px;
    }

    .elementor-section > * {
        -webkit-transition: all 450ms linear;
        -moz-transition: all 450ms linear;
        transition: all 450ms linear;
    }
    
    .elementor-section.out-of-view > * {
        -webkit-transform: scale(.9);
        opacity: 0;
    }
}

@media (min-width: 992px) {

    .hero-gallery .hero-gallery-item-img {
        object-position: center top;
    }
    
    .elementor-location-header .menu {
        padding: 10px 10px 14px 10px;
    }

    .navbar-toggler {
        display: none;
    }

    #menu-primary-menu {
        display: block;
    }

    .hero-gallery .hero-gallery-item-img {
        position: fixed;
    }

    .hero-gallery,
    .hero-gallery .hero-gallery-items,
    .hero-gallery .hero-gallery-item-img {
        height: 800px;
    }
  
    .hero-gallery-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    
        display: flex;
        align-items: flex-end;
    }
    
    .hero-gallery-decal {
        display: block;
    }
    
    .bubble {
        display: flex;
    }
    
    .hero-gallery-overlay-body {
        padding-bottom: 60px;
    }

    .elementor-location-header {
        height: 0;
    }
    
    .elementor-location-header .menu .menu-item {
        float: left;
    }
    
    .elementor-location-header .menu .menu-item a {
        padding: 0 18px;
    }

    .elementor-location-header .menu .menu-item:nth-child(1) a {
        padding-left: 0;
    }
    
    .elementor-location-header .menu .menu-item:nth-last-child(1) a {
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    #menu-item-205 {
        overflow: hidden;
        text-indent: -9999px;
    }
    
    #menu-item-205 a {
        padding: 0;
        width: 66px;
        height: 16px;
        margin-top: 4px;
        display: block;
        background-image: url('img/icon-envelope.svg');
        background-repeat: no-repeat;
        background-position: center center;
        background-position-x: center;
        background-position-y: center;
        background-size: contain;
    }
}