



/* F O N T  -  A D J U S T
=============================================================== 

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Oswald:wght@200;300;400;500;600;700&display=swap');

*/


.navigation,
h1, h2, h3, h4, h5 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

.page h2 {
	text-align: left;
	text-transform: uppercase;
	position: relative;
	/* padding-left: 60px; */
}

/*
.page h2::before {
	content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 50px;
    height: 7px;
    background: #5468bf;
}
*/

h3 {
    color: #2b2b2b;
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.slogan {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	text-transform: none;
	color: #2b2b2b;
}


/* G L O B A L S 
=============================================================== */

body {
	font-size: 16px;
	line-height: 1.6em;
}

img {
	max-width: 100%;
}

ul.custom-list li, ol.custom-list li {
    margin-bottom: 10px;
    line-height: 19px;
}


/* C O N S T R U C T
=============================================================== */

body, #right {
	background: #f0f0f0;
}


@media only screen and (min-width: 1260px) {
	.page {
		width: 100%;
		max-width: 800px;
	}
	.one-third {
		width: 33%
	}
	.two-third {
		width: calc(67% - 20px);
	}

	.one-half {
		width: calc(50% - 15px);
		float: left;
		margin-right: 30px;
		margin-bottom: 15px;
	}
	.one-half.last {
		margin-right: 0;
	}
}

.separator-line {
	height: 1px;
	background: #ccc;
}

.sub-title {
	border-bottom: 1px solid #ccc; 
}	


/* L E F T   H E A D E R  /  N A V I G A T I O N 
=============================================================== */

#left {
    width: 30%;
	-webkit-box-shadow: 11px 0px 24px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 11px 0px 24px 0px rgba(0,0,0,0.2);
	box-shadow: 11px 0px 24px 0px rgba(0,0,0,0.2);
}

.page {
    padding: 30px 10px 150px 40px;
}

.plates {
    /* background: url(../img/backgrounds/left/plates.png) no-repeat 100% 0% #384aab; */
	background: #fff;
}

#logo {
	top: 0;
	bottom: auto;
}

#logo img {
	width: 150px;
}

#copyright {
    font-size: 14px;
    text-shadow: none;
	color: #000;
}

.navigation {
	margin-top: 250px;
}

.navigation li a {
	text-shadow: none;
    font-size: 46px;
    line-height: 54px;
    letter-spacing: 0;
	text-transform: uppercase;
	color: #e0e0e0;
}


/* F O O T E R 
=============================================================== */

footer a {
	color: #747474;
}

.slides .caption {
	background: #f0f0f0;
}



/* S E C  >  S T A R T 
=============================================================== */

.slider-images li img {
    width: 100%;
}


/* S E C  >  L E I S T U N G E N 
=============================================================== */

#services img {
	margin-bottom: 30px;
}

ul.custom-list li, ol.custom-list li {
    margin-bottom: 10px;
    line-height: 21px;
}

.check li {
    background: url(../img/bullets/check.png) no-repeat 0px 4px;
    padding-left: 21px;
}


/* S E C  >  K O N T A K T
=============================================================== */

#contact_form {
	width: auto;
}

#contact_form label {
	float: none;
	width: auto;
	display: block;
}

#contact_form .textbox {
	width: 90%;
}

#submit, #post-comment {
	margin-left: 0;
}




/* P A G E  L E G A L
=============================================================== */

.legal_text {
	max-width: 600px;
}

.legal_text h4 {
	font-weight: 500;
	color: #333;
}

#legal1 h1 {
	font-weight: 500;
	color: #2b2b2b;
	text-shadow: none;
	margin-bottom: 50px;
	font-size: 40px;
}