/*
 * Colors
 *
 * black:       #000000
 * green:       #b4b20c
 * orange:      #f08200
 * grey light:  #f1f1f1
 * grey dark:   #404040
 *
 */

@import url("https://use.typekit.net/tth1sti.css");

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    line-height: 1.75em;
    font-weight: 300;
    color: #000;
}


/*
 * Common Tags
 */
a {
    color: #000;
    text-decoration: underline;
    outline: 0;
    transition: all 0.2s ease-in-out;
}

a:hover, 
a:active {
    color: #000;
    text-decoration: none;
}

a.more {
    text-decoration: none;
}

a.more::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    color: #f08200;
	display: inline-block;
	padding-right: .5rem;
}

a.download {
    text-decoration: none;
}

a.download::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f019";
    color: #f08200;
	display: inline-block;
	padding-right: .5rem;
}

a.modal-window {
    text-decoration: none;    
}

a.modal-window::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f178";
    color: #f08200;
	display: inline-block;
	padding-right: .5rem;
}

strong {
    font-weight: 600;
}

img {
    border: 0;
}

.img-fluid {
    width: 100%;
}

h1, h2, h3, h4, h5 {
	font-family: ff-good-web-pro-extra-conden, sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.125rem;
}

@media (min-width: 768px) {
    h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    h2 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    h3 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }
    h2 {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }
    h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    h2 {
        font-size: 4rem;
        margin-bottom: 1.5rem;
    }
    h3 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }
}


.text-small {
    font-size: .875rem;
    line-height: 1.25rem;
    padding-top: .5rem;
}

.text-big {
	padding-top: 10px;
    font-size: 1.5rem;
	font-family: ff-good-web-pro-extra-conden, sans-serif;
}

@media (min-width: 768px) {
    .text-big {
        font-size: 2rem;
    }
}

@media (min-width: 992px) {
    .text-big {
        font-size: 2.5rem;
    }
}

.text-upper {
    text-transform: uppercase;
}

hr {
    border-top: 10px solid rgba(0, 0, 0, 1);
}


/*
 * Container
 */
@media (min-width: 1300px) {
	.container {
		max-width: 1240px !important;
	}
}
 
@media (min-width: 1400px) {
	.container {
    	max-width: 1340px !important;
	}
}

.container-white {
    padding-top: 3rem;   
}

.container-orange {
    background-color: #f5ebdd;
	padding-top: 10px;
}

.container-orange .ce-above .ce-gallery {
	margin-bottom: 0;
}

.container-red {
    background-color: #f7ecfa;
    padding-top: 10px;
}

.container-red .ce-above .ce-gallery {
	margin-bottom: 0;
}

.row {
	margin-left: -5px;
	margin-right: -5px;
}

.row [class*='col-'] {
	padding-left: 5px;
	padding-right: 5px;
}

.frame-space-after-extra-small {
	margin-bottom: 10px;
}

.frame-type-text ul {
	list-style: none;
	font-family: ff-good-web-pro-condensed, sans-serif;
	font-size: 2rem;
	font-weight: 700;
}

.frame-type-text ul li {
	background-image: url(../img/bullet_1.png);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left: 60px;
	line-height: 60px;
	margin-bottom: 10px;
}

.frame-type-text ul li:nth-child(2) {
	background-image: url(../img/bullet_2.png);
}

.frame-type-text ul li:nth-child(3) {
	background-image: url(../img/bullet_3.png);
}


/*
 * Navi
 */
nav.navbar {
    padding: 1.5rem 1rem;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav {
        margin-bottom: -0.5rem;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding: .5rem 1rem;
    }
}

nav.navbar a.navbar-brand {
    width: 400px;
    padding: 0;
}

nav.navbar .navbar-logo {
    width: 150px;
}

nav.navbar a.nav-link {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}


/*
 * Main
 */
main {
    min-height: 500px;
}

.frame-space-before-negative {
    margin-top: -5rem;
}

.ce-textpic .ce-bodytext h3 {
    margin-top: 1rem;
}


/*
 * Carousel
 */
.carousel-inner {
    margin: 0 auto;
}

.carousel-item-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 4rem 0 3rem 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
}

.carousel-item-text h2 {
    color: #fff;
    margin: 0;
}

@media (min-width: 768px) {
    .carousel-item-text h2 {
        font-size: 2rem;
    }
}

@media (min-width: 992px) {
    .carousel-item-text h2 {
        font-size: 2.25rem;
    }
}

@media (min-width: 1200px) {
    .carousel-item-text h2 {
        font-size: 2.5rem;
    }
}


.carousel-fade .carousel-inner .carousel-item {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
    opacity:0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-previous.carousel-item-right {
    opacity: 1;
}

.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*
 * Banner
 */
.ce-banner {
    background-position: center top;
    background-size: cover;
	background-repeat: no-repeat;
    height: 300px;
}

.ce-banner .ce-banner-text {
    padding-top: 4rem;
}

.ce-banner h1 {
    font-size: 2rem;
    color: #fff;
    text-transform: none;
    margin-bottom: 0;
    font-weight: 800;
    line-height: none;
}

.ce-banner h3 {
    color: #fff;
    font-weight: 400;
    line-height: none;
}

.ce-banner h1 span {
    line-height: inherit;
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
}

.ce-banner h3 span {
    line-height: inherit;
    display: inline-block;
    padding: .75rem 1rem;
}

span.bg-white {
    background-color: rgba(255, 255, 255, .7) !important;    
}

span.bg-green {
    background-color: rgba(205, 205, 0, .8) !important;
}

.ce-banner p {
    color: #fff;
    max-width: 700px;
}

.ce-banner .btn {
    padding: .75rem 3rem;
}

@media (min-width: 768px) {
    .ce-banner {
        height: 450px;
    }
    .ce-banner .ce-banner-text {
        padding-top: 6rem;
    }
    .ce-banner h1 {
        font-size: 3rem;
    }
    .ce-banner h3 {
        font-size: 1.75rem;
    }
}

@media (min-width: 992px) {
    .ce-banner {
        height: 550px;
    }
    .ce-banner .ce-banner-text {
        padding-top: 7rem;
    }
    .ce-banner h1 {
        font-size: 4rem;
    }
    .ce-banner h3 {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .ce-banner {
        height: 650px;
    }
    .ce-banner .ce-banner-text {
        padding-top: 8rem;
    }
    .ce-banner h1 {
        font-size: 5rem;
    }
    .ce-banner h3 {
        font-size: 3rem;
    }
}

@media (min-width: 1500px) {
	.ce-banner {
		background-size: contain;
	}
}

/*
 * Footer
 */
footer {
    background: #000;
    color: #fff;
    font-size: 1rem;
}

footer .footer-logo {
    width: 110px;
}

footer a {
    color: #fff;
}

footer a:hover, 
footer a:active {
    color: #fff;
}


/*
 * Buttons
 */
.btn {
    color: #fff;
    background: #e158cb;
    text-decoration: none;
    border: 0;
    border-radius: 0.1rem;
    padding: .5rem 2rem;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    font-size: 1.25rem;
}

.btn:hover {
    opacity: .8;
    color: #fff;
	background: #e158cb;
}

.btn::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
	display: inline-block;
	padding-right: .5rem;
}

button {
    color: #f08200;
}

button:focus {
    outline: none !important;
}


/*
 * Forms
 */
.form-control {
    border-radius: .1rem;
    padding: .5rem .5rem;
}

@media (min-width: 768px) {
    .form-control {
        padding: .5rem 1rem;
		font-size: 1.25rem;
    }
}

.form-control.error {
    border: 1px solid #c1272f;
}

.form-group {
    margin-bottom: 1rem;
}

textarea.form-control {
    height: 200px;
}


/*
 * Modals
 */
.modal-content {
    border-radius .1rem;
}

.modal-header .close {
    opacity: 1;
}

.modal-body {
    padding: 1rem 2rem;
}


/*
 * Slick
 */
.ce-slick button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font-size: 3rem;
}

.ce-slick button.slick-prev,
.ce-slick button.slick-next {
    position: absolute;
    top: 45%;
}

.ce-slick button.slick-prev {
    left: -30px;
}

.ce-slick button.slick-next {
    right: -30px;
}

.ce-slick a img {
    transition: all .2s ease-in-out;
}

.ce-slick a img:hover {
    transform: scale(1.05);
    cursor: pointer;
}
