/*  Author:   Martin Stettler (http://dieweberei.ch/)
    Version:  22/08/2018 // BS V4.1.3
*/

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/

/* ==========================================================================
   BASE STYLES
   ========================================================================== */

/* Bootstrap CSS Overrides */
body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    line-height: 1.2;
    color: #f08044; }

h1, h2, h3, h4, h5, h6 {
    margin: 0; }

p,
ul {
    margin-top: 0;
    margin-bottom: 40px; }

a,
a:hover,
button,
button:hover {
    color: #f08044;
    text-align: left;
    text-decoration: underline;
    -webkit-transition: all 0.5s;
        transition: all 0.5s; }

a:hover,
button:hover {
    text-decoration: none; }  

.d-flex:before,
.d-flex:after {
    content: normal; }      
/* ./end Bootstrap CSS Overrides */

h1 {
    padding-bottom: 10px; }

h1,
p.louder,
h3,
.default-list li {
    font-size: 24px;
    font-size: calc( 24px + (36 - 24) * (100vw - 320px)/(1280 - 320)); }

h2 {
    font-size: 24px;
    font-size: calc( 24px + (51 - 24) * (100vw - 320px)/(1280 - 320));
    padding-bottom: 15px; }

h1.loud,
h2.loud, 
.loud {
    font-size: 24px;
    font-size: calc( 24px + (51 - 24) * (100vw - 320px)/(1280 - 320));
    color: #f08044; }

.border-bottom {
    border-bottom: 12px solid #f08044 !important;
}

.title-header h1.loud,
h6 {
    color: #FFF;
    font-size: 24px;
    font-size: calc( 24px + (80 - 24) * (100vw - 320px)/(1280 - 320));
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
        transform: skewX(-30deg);
}

@media (min-width: 576px) and (max-width: 767px) and (orientation:landscape) {

    h1.loud {
        font-size: calc( 48px + (96 - 48) * (100vw - 320px)/(1280 - 320)); }

}

#press .title-header h1.loud,
#fotos-videos .title-header h1.loud {
    color: #f08044;
}

@media (max-width: 575px) {
    #not-found h2,
    #not-found p,
    #not-found a.btn-1 {
        font-size: 16px !important;
    }
}

h3.tiny,
p.tiny {
    color: #f08044;
    font-size: 10px;
    font-size: calc( 10px + (15 - 10) * (100vw - 320px)/(1280 - 320)); }

p.loud,
p.louder {
    color: #f08044; }

a:focus,
button:focus {
    outline: none; }

footer a {
    color: #FFF;
    text-decoration: underline; }

footer a:hover {
    color: #FFF;
    text-decoration: none; }

a.btn-1,
button.btn-1 {
    display: inline-block;
    background: #FFF;
    color: #f08044;
    font-size: 24px;
    font-size: calc( 24px + (50 - 24) * (100vw - 320px)/(1280 - 320));
    padding: 15px 20px;
    border: 0;
    text-decoration: none; }

a.btn-1:hover,
button.btn-1:hover {
    display: inline-block;
    background: #f08044;
    color: #FFF; }

button.btn-1 {
    background: none;
    color: #FFF;
    padding: 5px 20px;
    z-index: 100; }

button.btn-1:hover {
    background: #FFF;
    color: #f08044; }

#not-found a.btn-1 {
    padding: 0; }

.footer a.btn-1 {
    padding: 15px; }

a.btn-1:after,
button.btn-1:after {
    content: '>';
    margin-left: 15px; } 

a.btn-1:hover,
button.btn-1:hover { 
    cursor: pointer;
    color: #FFF; }

.carousel button.btn-1:hover {
    background: #FFF;
    color: #f08044; }

a.btn-2,
a.btn-3 {
    display: inline-block;
    background: transparent;
    color: #f08044;
    font-size: 24px;
    font-size: calc( 24px + (50 - 24) * (100vw - 320px)/(1280 - 320));
    padding: 15px 0;
    border: 0;
    text-decoration: none; }

a.btn-2:before {
    display: inline-block;
    content: " ";
    background-size: 100% 100%;
    width: 43px;
    height: 43px;
    background-image: url(../img/close.svg);
    margin-right: 30px; }

@media (max-width: 575px) {
    a.btn-2:before {
        width: 30px;
        height: 30px;
        margin-right: 20px; }
}

a.btn-3:before {
    display: inline-block;
    content: " ";
    background-size: 100% 100%;
    width: 27px;
    height: 27px;
    background-image: url(../img/more.svg);
    margin-right: 30px; }

a.btn-2:hover,
a.btn-3:hover { 
    cursor: pointer;
    text-decoration: underline; }

.default-list {
    padding-left: 0; }

.default-list li {
    list-style: none;
    padding-left: 35px; }

.default-list li span,
p span {
    font-size: 25px; }

.default-list li:before {
    position: relative;
    top: 0;
    left: -35px;
    height: 0;
    display: block;
    content: "–";
    color: #f08044; }

.default-list li .small {
    display: block;
    margin-bottom: 5px; }

.not-found h6 {
    margin-left: 10px;
    margin-bottom: 20px; }

.not-found .align-self-center {
    width: 60%; }

.not-found h6,
.not-found p,
.not-found p a {
    color: #FFF; }

/* Animations */
#angesagt a.btn-1 {
    -webkit-animation: color_change 0.75s infinite alternate;
    -ms-animation: color_change 0.75s infinite alternate;
        animation: color_change 1s linear infinite;
        -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
        transform: skewX(-30deg);
        padding: 5px 20px;
        margin-left: -15px; }

@-webkit-@keyframes color_change {
    0%,50% {
    color: #FFF;
  }
    51%,100% {
    color: #FFF;
  }
}

@-ms-@keyframes color_change {
   0%,50% {
    color: #FFF;
  }
    51%,100% {
    color: #FFF;
  }
}

@keyframes color_change {
    0%,50% {
    color: #FFF;
    background: #f08044;
  }
    51%,100% {
    color: #f08044;
    background: #FFF;
  }
}

/* ==========================================================================
   Browse Happy prompt lte IE 9
   ========================================================================== */

.browsehappy {
    margin: 3px 0;
    background: #f08044;
    color: #FFF;
    padding: 8px; }

.browsehappy a {
    color: #FFF;
    text-decoration: underline; }

.browsehappy a:hover {
    text-decoration: none; }

/* ==========================================================================
   FULLSCREEN OVERLAY NAVIGATION (https://codepen.io/KingKabir/pen/QyPwgG)
   ========================================================================== */

.button_container {
    position: fixed;
    top: 20px;
    right: 20px;
    height: 33px;
    width: 35px;
    cursor: pointer;
    background: #f08044;
    transition: opacity .25s ease;
    z-index: 1081; }

.button_container:hover {
    opacity: .8; }

.button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF; }

.button_container.active .middle {
    opacity: 0;
    background: #FFF; }

.button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF; }

.button_container span {
    background: #FFF;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer; }

.button_container span:nth-of-type(2) {
    top: 11px; }

.button_container span:nth-of-type(3) {
    top: 22px; }

/* News */

.news-container {
    position: absolute;
    top: 20px;
    right: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    z-index:  1080;
}

.news-container li {
    display: inline-block;
    padding: 0 10px 5px 0;
}

.news-container li img {
    display: inline-block;
    width: 50px;
    height: auto;
}
/* News-Button */
.news {
    /*position: absolute;
    top: 55px;
    right: 30px;*/
    cursor: pointer;
    transition: opacity .25s ease;
    padding: 0 10px;
    font-size: 24px;
    font-size: calc( 24px + (36 - 24) * (100vw - 320px)/(1280 - 320));
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
        transform: skewX(-30deg); }

.news a {
    background: #FFF;
    color: #f08044;
    text-decoration: none;
}

.news a:hover {
    background: #f08044;
    color: #FFF; }

.overlay-menu .logo-menu,
.overlay-menu .social {
    display: block;
    margin: 0 auto;
    padding: 5vh 0; }

.overlay-menu .social,
.overlay .title {
    opacity: 0; }

.overlay-menu .logo-menu img,
.overlay-menu .social img {
    min-height: 33px;
    max-height: 132px;
    height: 10vw;
    width: auto; }

.overlay-menu .logo-menu img {
    min-width: 51px;
    max-width: 205px; }

.overlay-menu .social img {
    min-height: 21px;
    max-height: 84px;
    margin: 0 5px; }

.overlay {
    position: fixed;
    background: #f08044;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    /*overflow-y: auto;*/
    z-index: 1080; }

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%; }

.overlay.open li,
.overlay.open .social,
.overlay.open .title {
    animation: fadeIn .5s ease forwards;
    animation-delay: .35s; }

.overlay.open li:nth-of-type(2) {
    animation-delay: .4s; }

.overlay.open li:nth-of-type(3) {
    animation-delay: .45s; }

.overlay.open li:nth-of-type(4) {
  animation-delay: .50s; }

.overlay.open li:nth-of-type(5) {
  animation-delay: .55s; }

.overlay.open li:nth-of-type(6) {
  animation-delay: .60s; }

.overlay.open .social {
  animation-delay: .65s; }

.overlay.open .title {
  animation-delay: .75s; }

.overlay nav {
    position: relative;
    height: auto; /* 70% */
    top: 50%;
    transform: translateY(-50%);
    text-align: center; }

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%; }

.overlay ul li {
    display: block;
    opacity: 0; }

.overlay ul li a {
    display: block;
    font-size: 21px;
    font-size: calc( 21px + (40 - 21) * (100vw - 320px)/(1280 - 320));
    line-height: 1.4;
    padding: 5px 0;
    color: #FFF;
    text-decoration: none;
    text-align: center; }

@media (min-width: 568px) and (max-width: 1280px) and (orientation:landscape) {

     .overlay ul li a {
        font-size: 14px;
        font-size: calc( 14px + (40 - 14) * (100vw - 320px)/(1280 - 320));
        padding: 0;
        line-height: 1.2; }

}

.overlay ul li a:hover,
.overlay ul li.active a {
    color: #FFF;
    text-decoration: underline; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; }
}

.overlay .title,
header .title,
.friends-left .title {
    position: absolute;
    bottom: 0;
    left: 5vw;
    background: #FFF;
    color: #f08044;
    padding: 0 10px;
    font-size: 24px;
    font-size: calc( 24px + (45 - 24) * (100vw - 320px)/(1280 - 320));
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
        transform: skewX(-30deg); }

/* ==========================================================================
   HEADER
   ========================================================================== */
header {
    position: relative;
    height: 100vh;
    background: #f08044;
    padding: 10vh 10vw; }

.header-inner-bg {
    position: absolute;
    height: calc(70vh - 20vh);
    width: calc(100% - 10vw); /* centered: calc(100vw - 20vw); */
    background: #FFF;
    z-index: 1; }

@media (max-width: 767px) {
    header {
        padding: 10vh 0vw 20vh 10vw; }
}

header .title {
    position: absolute;
    bottom: 0; /* 12vh */
    left: 4vw;
    padding: 0 30px;
    font-size: 45px;
    font-size: calc(45px + (80 - 45) * (100vw - 320px)/(1280 - 320));
    z-index: 25; }

header .title span {
    font-size: 24px;
    font-size: calc( 24px + (36 - 24) * (100vw - 320px)/(1280 - 320));
}

.header-image-container {
    position: absolute;
    margin: 0 auto;
    top: 15vh;
    left: 3vw;
    /* centered
    left: 0;
    right: 0; */
    height: calc(80vh - 10vh);
    width: calc(90vw - 0vw); /* centered: calc(65vw - 6vw); */
    z-index: 20; }

@media (max-width: 767px) and (orientation:landscape) {

    .header-inner-bg {
        height: calc(70vh - 0vh); }

    .header-image-container {
        top: 15vh;
        left: 3vw;
        height: calc(70vh - 10vh); }
}

.header-image {
    background-image: url(../img/Titel_Mobile2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%; }

.logo-header {
    position: absolute;
    bottom: calc(0px + 2vh);
    right: calc(0px + 4vh);
    z-index: 5; }

.title-header {
    position: absolute;
    text-align: center;
    width: 100%;    
    bottom: calc(0px + 2vh);
    z-index: 5; }

#press .title-header {
    position: absolute;
    text-align: left;
    width: 80%;    
    bottom: 0;
    left: 10%;
    z-index: 5; }

#fotos-videos .logo-header,
#press .logo-header {
    top: 30px;
    left: 30px;
    z-index: 5; }

.logo-header img {
    min-width: 100px;
    max-width: 360px;
    width: 20vw;
    height: auto; }

#fotos-videos .logo-header img,
#press .logo-header img {
    min-width: 60px;
    max-width: 110px;
    width: 10vw;
    height: auto; }

.texture-ruled {
    position: absolute;
    left: -35vw;
    top: 0;
    width: 35vw;
    height: 100%;
    color: white;
    background: repeating-linear-gradient(
        -55deg,
        #f08044,
        #f08044 20px,
        #FFF 20px,
        #FFF 40px);
    z-index: 10;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 0.5s; }

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

/* ==========================================================================
   MAIN CONTENT
   ========================================================================== */
.bright,
.dark {
    padding: 60px 15px; }

@media (max-width: 576px) {
    .anim.dark {
        padding-top: 0px; } 
}

#impressionen.dark {
    padding-top: 90px;
    padding-bottom: 90px; }

.bright {
    background: #FFF; }

.dark {
    background: #f08044;
    color: #FFF; }

/* Gif animation */
.anim {
    padding-bottom: 7vh; }

/* Section texture */
#angesagt.bright {
    padding-right: 0 !important;
    padding-left: 30px; }

#angesagt.bright .col-12 {
    padding-left: 0; }

#angesagt .fadeSlideLead {
    border-bottom: 15px solid #f08044; }

.program-left {
    padding-top: 10vh;
    padding-right: 10vw;
    padding-bottom: 10vh;
    padding-left: 0; }

.program-right {
    background: #f08044;
    /*color: white;
    background: repeating-linear-gradient(
        -55deg,
        #f08044,
        #f08044 20px,
        #FFF 20px,
        #FFF 40px);*/ }

/* Slider */
.carousel-frame {
    background-color: transparent;
    background-clip: content-box;
    border-top: 2vw solid #FFF;
    border-left: 3vw solid #FFF;
    border-bottom: 1.5vw solid #FFF;
    border-image: linear-gradient(to right, #FFF 50%, rgba(0,0,0,0) 50%);
    border-image-slice: 1;
    padding: 0; }

/* Bootstrap CSS Overrides */   
.carousel-caption {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    font-size: 14px;
    font-size: calc( 10px + (32 - 14) * (100vw - 320px)/(1280 - 320));
    text-align: left; }

@media (max-width: 576px) {
    .carousel-item {
        -ms-flex-align: start;
        align-items: flex-start; }

    .carousel-item p.loud {
        margin-bottom: 20px !important; }

    .carousel-caption p.tiny {
        font-size: 8px; }    
}

.carousel-indicators {
    left: 0;
    right: auto;
    margin-right: 0;
    margin-left: auto;
    bottom: -65px; }

.carousel-indicators li {
    border-radius: 15px;
    width: 15px;
    height: 15px;
    background-color: #FFF; }

.carousel-indicators .active {
    border: 1px solid #FFF;
    background: #f08044; }

.carousel-control-next {
    top: auto;
    width: auto;
    right: 0;
    bottom: -60px;
    color: #FFF;
    text-align: center;
    opacity: 1;
    text-decoration: none; }
/* ./end Bootstrap CSS Overrides */

/* Photos & Videos */
.header-content {
    height: 100%;
    background: #FFF; }

.header-content img {
    min-height: 100px;
    max-height: 140px;
    height: 10vw;
    width: auto; }

#fotos-videos h2 span {
    color: transparent; }

#press h2 span {
    color: #f08044; }

h2.photos,
h2.films,
h2.medias {
    -webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto; }

h2.photos:before,
h2.films:before,
h2.medias:before,
h2.downloads:before {
    vertical-align: middle; /* for verical-align with icon */
    margin-bottom: 12px; }

h2.photos:before {
    display: inline-block;
    content: " ";
    background-size: 100% 100%;
    width: 65px;
    height: 48px;
    background-image: url(../img/photos.svg);
    float: left;
    margin-right: 40px; }

.gallery-container {
    margin-top: 20px; }

.gallery-container div {
        width: 100%;
        margin-bottom: 30px; }

.gallery-container img {
        width: 100%; }

@media (min-width: 576px) {
    .gallery-container {
        -webkit-columns: 200px; /* Chrome, Safari, Opera */
        -moz-columns: 200px; /* Firefox */
            columns: 200px; /* = min-width of image */
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
            column-gap: 60px; }

    .gallery-container div {
        -webkit-column-break-inside: avoid;
            page-break-inside: avoid; /* Makes effect only in Firefox v20+ */
            break-inside: avoid;
            /*break-inside: avoid-column;*/
            margin-bottom: 60px; }
}

@media (max-width: 575px) {
     
    .gallery-container div:last-child {
        margin-bottom: 0; }
}


.gallery-container img {
    margin: 0 0 20px 0; }

p.caption {
    font-size: 20px;
    padding-left: 25px; }

p.caption:before {
    position: relative;
    top: -2px;
    height: 0;
    left: -25px;
    display: block;
    content: ">";
    color: #f08044; }

#fotos-videos p.caption {
    padding-left: 0; }

#fotos-videos p.caption:before {
    content: ''; }

p.caption a {
    text-decoration: none; }

p.caption a:hover {
    text-decoration: underline; }

h2.films:before {
    display: inline-block;
    content: " ";
    background-size: 100% 100%;
    width: 65px;
    height: 70px;
    background-image: url(../img/films.svg);
    float: left;
    margin-right: 50px; }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 40px 0 20px 0; }

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.border-black {
    border: 1px solid #000;
}

h2.medias:after {
    display: inline-block;
    content: " ";
    background-size: 100% 100%;
    width: 65px;
    height: 48px;
    background-image: url(../img/medias.svg);
    float: left;
    margin-right: 50px; }
/*
.loudspeaker:before {
    display: inline-block;
    content: " ";
    background-size: 100% 100%;
    width: 47px;
    height: 40px;
    background-image: url(../img/loudspeaker.svg);
    margin-right: 10px; }
*/

h2.downloads:before {
    display: inline-block;
    content: " ";
    background-size: 100% 100%;
    width: 65px;
    height: 62px;
    background-image: url(../img/downloads.svg);
    float: left;
    margin-right: 40px; }

@media (max-width: 575px) {

    h2.photos:before,
    h2.downloads:before {
        margin-right: 20px;  
    }
}


/* Events */
#spielplan h2 {
    margin-bottom: 60px; }

.event-list {
    padding-left: 0 !important; }

.event-list h4 {
    padding-top: 35px;
    border-top: 13px solid #f08044; }

#home .event-list li:first-child {
    border-bottom: 13px solid #f08044; }

.event-list li:first-child p.eventDateTime,
.event-list li:first-child h3.eventTitle {
    font-size: 36px;
    font-size: calc( 36px + (51 - 36) * (100vw - 320px)/(1280 - 320)); }

h4.eventMonth {
    font-size: 36px;
    font-size: calc( 36px + (51 - 36) * (100vw - 320px)/(1280 - 320));
    margin-bottom: 40px; }

p.eventDateTime {
    font-size: 24px;
    font-size: calc( 24px + (36 - 24) * (100vw - 320px)/(1280 - 320));
    margin-bottom: 0px; }

h3.eventTitle {
    font-size: 24px;
    font-size: calc( 24px + (36 - 24) * (100vw - 320px)/(1280 - 320));
    margin-bottom: 10px; }

.description {
    margin-top: 12px; }

.description p {
    margin-bottom: 12px;
    line-height: 1.4; }

.event .description p strong {
    color: #FFF;
    background: #f08044;
    padding: 3px 10px; }

a.event-btn {
    min-width: 210px;
    display: inline-block;
    background: #f08044;
    color: #FFF;
    font-size: 25px;
    padding: 8px 15px 6px 15px;
    margin: 0 15px 15px 0;
    border: 0;
    text-decoration: none; }

@media (min-width: 576px) {
    a.event-btn {
        margin: 0 0 15px 15px; }
}

a.event-btn:before {
    content: '>';
    margin-right: 10px; } 

a.event-btn:hover { 
    cursor: pointer;
    color: #f08044;
    background: #FFF; }

/* first event */
.event-list li:first-child  {
    margin-bottom: 40px; }

.event-list li:first-child a.event-btn {
        margin-left: 0; }

.event-list li .eventURLs {
    padding-bottom: 30px; }

.event-list li:first-child .event,
.event-list li:first-child .eventURLs {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.event-list li:first-child .eventURLs {
    margin-bottom: 40px; }

.event-list li:first-child p.eventDateTime,
.event-list li:first-child h3.eventTitle {
    font-size: 36px;
    font-size: calc( 36px + (51 - 36) * (100vw - 320px)/(1280 - 320)); }

.event-list li:first-child h3.eventTitle  {
    margin-bottom: 30px; }

.event-list li:first-child h4 {
    display: none; }

.event-list li:first-child .eventURLs:after {
    display: block;
    height: 150px;
    margin-top: 20px;
    width: auto;
    content: "";
    background-image:url(../img/Animation_SJ_2022.gif);
    background-size: auto 100%;
    background-repeat: no-repeat; }

@media (min-width: 576px) {
    .event {
        margin-bottom: 40px; }

    .event-list li .eventURLs {
        display: inline-block;
        text-align: right;
        padding-bottom: 0px; }

    .event-list li:first-child .eventURLs {
        display: block;
        text-align: left;
        padding-bottom: 0px; }
}

/* Animations */
.carousel-item img {
    -webkit-transform: scale(1);
        transform: scale(1);
    -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease-out; }

.carousel-item:hover img {
    -webkit-transform: scale(1.1);
        transform: scale(1.1);
    -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease-out; }

/* ==========================================================================
   FOOTER
   ========================================================================== */

.link-box {
    background: #FFF;
    margin-bottom: 60px;}

.link-box .col-sm-6 {
    padding: 0; }

.link-box .col-sm-6 .btn-1 {
    width: 100%;
    height: 100%; }

.link-box a.btn-1 {
    -webkit-hyphens: none;
   -moz-hyphens: none;
        hyphens: none; }

.contact {
    position: relative; }

@media (max-width: 991px) {
    .contact {
        margin-bottom: 60px; }
}
.footer .social img {
    display: inline-block; }

.footer .social img {
    height: 21px;
    height: 84px;
    margin: 5px; }

@media (min-width: 576px) {
    .footer .social {
    text-align: right; }
}

a.ease {
    cursor: pointer;
    text-decoration: underline !important; }

a.ease:hover {
    text-decoration: none !important; }

a.ease:first-child {
    margin-right: 20px; }

@media (max-width: 400px) {
    a.ease {
        font-size: 20px; }
}

.footer p,
.footer a {
    -webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto; }

/* Friends */
#friends.dark {
    padding-bottom: 0 !important; }

.friends-outer {
    position: relative; }

.friends-left-outer {
    height: 10vw;
    left: -20vw;
    -ms-transform: skewX(-33deg);
    -webkit-transform: skewX(-33deg);
        transform: skewX(-33deg); }
/*
.friends-left {
    position: relative;
    height: 100%;
    color: white;
    background: repeating-linear-gradient(
        -93deg,
        #f08044,
        #f08044 20px,
        #FFF 20px,
        #FFF 40px); }*/

.friends-left .title {
    bottom: 30px;
    left: auto;
    right: -40px;
    font-size: 24px;
    font-size: calc( 24px + (80 - 24) * (100vw - 320px)/(1280 - 320));
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
        padding: 0px 30px; }

.friends-right {
    position: absolute;
    left: 0;
    top: -50px; }

#friends a {
    color: #FFF; }

.hidden-div-1,
.hidden-div-2 {
    padding-top: 60px;
    padding-bottom: 30px; }

.close-bright:hover { 
    cursor: pointer; }

.close-bright span {
    display: inline-block;
    content: " ";
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    background-image: url(../img/close2.svg); }

/* ==========================================================================
   SELECTION
   ========================================================================== */

::-moz-selection {
    text-shadow: none;
    background: #333;
    color: #FFF; }

::selection {
    text-shadow: none;
    background: #333;
    color: #FFF; }

img::selection {
    background: 0 0; }

img::-moz-selection {
    background: 0 0; }

body {
    webkit-tap-highlight-color: #333; }

a[href^="tel"], 
a[href^="sms"]{
    color: inherit; 
    cursor: default; 
    text-decoration: none; }