/*
	Mobile
*/

@media screen and (max-width: 767px) {
	
	/*
		Header
	*/
	
	.header .maintitle {
        font-size: 40px;
    }
    
    .header .subtitle {
        font-size: 25px;
	}
	
	.header .scroll-down {
		bottom: 30px;
	}
	
	/*
		Navigation
	*/
	
	.article-menu.float-right .menu-items {
		float: none;
		margin-top: 0;
	}
	
	.article-menu .menu-items {
		margin-bottom: 50px;
		text-align: center;
	}
		
		.article-menu .menu-items li {
			float: none;
			padding: 10px 0;
		}
		
			.article-menu .menu-items li.active > a {
				color: #ec2f10;
			}
		
		.article-menu .menu-items .menu-line {
			display: none;
		}
	
	/*
		Titles
	*/
	
	.section-title {
		font-size: 50px;
	}
	
	.section-subtitle {
		font-size: 18px;
	}
	
	/*
		Sections
	*/
	
	.section {
		padding-top: 100px;
		padding-bottom: 70px;
	}
	
	.section-bottom-space {
		padding-bottom: 70px;
	}
	
	.section-subtitle {
		margin-bottom: 50px;
	}
	
	/*
		Map
	*/
	
	.section-map {
		height: 250px;
	}
	
	/*
		Portfolio
	*/
	
	.portfolio.column-5 .portfolio-box	{
		width: 50%;
	}
	
	.portfolio-box:hover .box-layer-title {
		margin-bottom: 30px;
	}
	
	.portfolio-box .box-layer ul a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	
	/*
		Text box
	*/
	
	.text-box.has-bg-image {
		margin-top: 40px;
	}

		.text-box-bg {
			top: -40px;
			right: -10px;
			left: -10px;
		}
		
		.text-box {
			padding: 20px;
		}
		
	/*
		Globals
	*/
	
	.text-center-on-xs {
		text-align: center;
	}
	
	/*
		Section bottom image
	*/
	
	.notebook-bg div,
	.notebook-bg img,
	.notebook-frame img {
		width: 670px;
	}
	
	.img-notebook {
		height: 190px;
	}
	
	.notebook-frame {
		width: 280px;
		height: 149px;
	}
	
	/*
		Blockquote
	*/
	
	blockquote:before {
		left: 20px;
		width: 40px;
		height: 34px;
	}
	
	blockquote .text {
		padding: 30px 20px;
		font-size: 14px;
		line-height: 1.6666667em;
	}
	
	/*
		Blockquote carousel
	*/
	
	.blockquote-carousel {
		padding-left: 30px;
		padding-right: 30px;
	}

}

.cookie-popup {
            background: #fff;
            border-radius: 6px;
            bottom: 1rem;
            -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
            font-size: 13px;
            left: 1rem;
            right: 1rem;
            max-width: 480px;
            padding: 1.333333rem;
            position: fixed;
            -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
            transform: translateY(100%);
            -webkit-transition: -webkit-transform 0.8s ease 0s;
            transition: -webkit-transform 0.8s ease 0s;
            -o-transition: transform 0.8s ease 0s;
            transition: transform 0.8s ease 0s;
            transition: transform 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
            will-change: transform;
            z-index: 1000;
        }

        .cookie-popup--uses-badge {
            background: #FD8023;
            border-radius: 6px 6px 0 0;
            bottom: 0.6rem;
            height: 3rem;
            padding: 0;
            -webkit-transition: all 0.24s ease-out;
            transition: all 0.24s ease-out;
            width: 10rem;
        }

        .cookie-popup.cookie-popup--uses-badge:hover,
        .cookie-popup.cookie-popup--uses-badge.cookie-popup--uses-link:hover {
            bottom: 3rem;
        }

        .cookie-popup.cookie-popup--uses-badge.cookie-popup--uses-link.cookie-popup--is-sticky {
            bottom: .6rem;
        }

        .cookie-popup--uses-badge > h2,
        .cookie-popup--uses-badge > p,
        .cookie-popup--uses-badge > form {
            display: none;
        }

        .cookie-popup--is-sticky {
            border-radius: 6px;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: transform .8s ease 0s;
            transition: transform .8s ease 0s;
        }

        .cookie-popup--uses-badge.cookie-popup--is-sticky {
            background: #ffffff;
            bottom: 1rem;
            height: auto;
            padding: 1.333333rem;
            width: 100%;
        }

        .cookie-popup--uses-badge.cookie-popup--is-sticky:hover {
            bottom: 1rem;
        }

        .cookie-popup--uses-badge.cookie-popup--is-sticky > h2,
        .cookie-popup--uses-badge.cookie-popup--is-sticky > p,
        .cookie-popup--uses-badge.cookie-popup--is-sticky > form {
            display: block;
        }

        .cookie-popup.cookie-popup--uses-link {
            background: #fff;
            bottom: 0;
        }

        .cookie-popup.cookie-popup--uses-badge.cookie-popup--uses-link {
            background: #24a931;
            bottom: 0.6rem;
        }

        .cookie-popup.cookie-popup--uses-badge.cookie-popup--uses-link.cookie-popup--is-sticky {
            background: #fff;
        }

        .cookie-popup--is-sticky.cookie-popup--uses-link {
            -webkit-transform: translateY(-1rem);
            -ms-transform: translateY(-1rem);
            transform: translateY(-1rem);
        }

        .cookie-popup > h2 {
            font-size: 17px;
            margin: 0;
        }

        .cookie-popup > p {
            margin: 0.53333rem 0 0;
        }

        .cookie-popup input[type="checkbox"] + label {
            margin-right: 0.53333rem;
            white-space: nowrap;
        }

        .cookie-popup input[type="checkbox"] + label::before {
            height: 20px;
            line-height: 20px;
            width: 20px;
            margin-right: 0.26667rem;
        }

        .cookie-popup input[type="checkbox"]:disabled + label:before {
            content: "";
            background-color: #f6f6f6;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8'%3e%3cpolygon points='9.53 0 4.4 5.09 1.47 2.18 0 3.64 2.93 6.54 4.4 8 5.87 6.54 11 1.46 9.53 0' fill='%23999999'/%3e%3c/svg%3e");
        }

        .cookie-popup__save {
            background: #FD8023;
            border: none !important;
            border-radius: 3px;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #ffffff !important;
            font-size: 13px;
            padding: 0.3rem 0.6rem;
        }

        .cookie-popup > form,
        .cookie-popup__save-wrapper {
            margin-top: 1.06667rem
        }

        .cookie-popup__save:hover,
        .cookie-popup__save:active {
            opacity: 0.85;
        }

        .cookie-popup-label {
            color: #fff;
            cursor: pointer;
            left: 50%;
            position: absolute;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            white-space: nowrap;
        }

        .cookie-popup--is-sticky .cookie-popup-label {
            display: none;
        }
            