body {
	margin: 0;
	padding: 0;
}
:root {
	--web-view-ids: Web_1440;
}
#home {
	margin: 0 auto;
	padding: 0;
}
.main {
	position: relative;
	background: #FFF;
	margin: 0;
	padding: 0;
	opacity: 1;
}

p, span{
	font-family: din-2014, sans-serif;
	font-weight: 300;
	}
}

h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	color: #050066;
}

.big-header{
	background: none;
	position: relative;
}

.big-header:after{
	content: "";
    position: absolute;
    max-width: 2560px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    background-image: url(../images/background-office.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    opacity: 0.3;
    justify-content: center;
    align-items: center;
}

#big-header-container{
	height: 600px;
    max-width: 2560px;
    margin: 0 auto;
    background-image: url(../images/background-krk.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#header-logo{
	z-index: 2;
    height: 175px;
    width: 500px;
    background-image: url(../images/logo-krekel.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.container{
	position: relative;
	max-width: 650px;
	margin: 0 auto;
}

.row1{
	margin-top: 50px;
}

.row1 .container{
	display: flex;
    flex-flow: row wrap;
    align-items: center;
    max-width: 855px;
}

.row1 .container .left-side{
	font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    flex: 1;
    margin: 0;
    max-width: 450px;
    height: fit-content;
/*    position: absolute;
    left: -220px;*/
}

.row1 .container .left-side span{
	display: flex;
    font-size: 40px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #050066;
}

.row1 .container .right-side{
	flex: 1 1 60%;
    margin: 0;
    max-width: 400px;
/*    margin-left: 250px;*/
    line-height: 21px;
    font-weight: bold;
}

.row1 .container .right-side p{
	font-weight: 700;
}

.row2 .container .content p{
	font-weight: 300;
}

.row3{
	margin: 70px 0;
}

.row3 .container{
	max-width: 1080px;
	margin-left: 0;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.167);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.16);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.16);
	border: 1px solid #f3f3f3;
}

#quote{
	max-width: 680px;
    margin: 0 0 0 auto;
    position: relative;
    font-family: din-2014, sans-serif; 
    display: flex;
    justify-content: center;
    align-items: center;
}

#quote-sign{
	flex: 0 1 100px;
	width: 100px;
	height: 80px;
	background-image: url(../images/quotation-sign.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#quote-content{
	flex: 0 1 80%;
	padding: 20px 40px 40px 30px;
}

#quote-name{
	position: absolute;
	right: 40px;
	bottom: 0;
	font-weight: 300;
}

.row4 .container .content h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	color: #050066;
}

.row5{
	margin-top: 50px;
}

.row5 .container{
	position: relative;
    margin: 0 auto;
    max-width: 1070px;
    display: flex;
    align-items: center;
}

.row5 .container .content{
	padding: 30px 50px;
	 -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.167);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.16);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.16);
	border: 1px solid #f3f3f3;
	flex: 0 1 70%;
	height: fit-content;
}

.row5 .container .content h2{
	font-family: 'montserrat';
	font-size: 26px;
	color: #050066;
}

#karel{
	flex: 1 0 30%;
}

#karel img{
	max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
}

footer{
	margin-top: 50px;
	background-color: #F2F2F7;
}

footer .container{
	max-width: 700px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-flow: wrap;
}

footer .container .side{
	flex: 0 1 33%;
	padding: 40px 0;
}

footer .container .side h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	color: #050066;
}
footer .container .side p{
	line-height: 30px
}

#copyright{
	position: relative;
    bottom: 0;
    background: #050066;
    width: 100%;
}

#copyright p{
	color: white;
    max-width: 700px;
    padding: 10px 0;
    margin: 0 auto;
}


@media only screen and ( max-width: 1920px ){
	.row3 .container{
		max-width: 68%;
	}
}

@media only screen and ( max-width: 1600px ){
	.row3 .container{
		max-width: 72%;
	}
}

@media only screen and ( max-width: 1440px ){
	.row3 .container{
		max-width: 75%;
	}
}

@media only screen and ( max-width: 1220px ){
	.container{
		padding: 0 2%;
	}
}

@media only screen and ( max-width: 1024px ){
	#big-header-container{
		height: 50vh;
	}
	#header-logo{
		background-size: contain;
		width: 380px;
	}
}

@media only screen and ( max-width: 768px ){
	.row3 .container{
		max-width: 100%;
    	margin: 0 4%;
	}
	#copyright p {
		padding: 10px 4%;
	}
	#big-header-container{
		background-size: cover;
	    background-position: top;
	    height: 365px;
	}
	#header-logo{
		width: 40%;
	}
	.row1 .container{
		flex-flow: column;
	}
	.row1 .container .right-side{
		max-width: 650px;
    	width: 100%;
	}
	.row1 .container .left-side{
		max-width: 650px;
    	width: 100%;
	}
	.row1 .container .left-side span{
		font-size: 32px;
	}
}

@media only screen and ( max-width: 600px ){
	.container{
		padding: 0 4%;
	}
	#big-header-container {
		height: 210px;
	}
	#quote{
		align-items: end;
	}
	#quote-content{
		padding: 20px 20px 50px 20px;
		flex: 0 1 100%;
	}
	.row5 .container{
		flex-flow: column;
	}
	.row5 .container .content{
		padding: 20px
	}
	footer .container{
		width: 92%;
		padding: 20px 4%;
	}
	footer .container .side{
		flex: 0 1 46%;
    	padding: 0px 2%;
	}
}