body {
	background-color: #ebebeb;
	font-family: 'Catamaran', sans-serif;
}

.logo{
	height: 63vh;
	display: block !important;
}

.logo img{
	width: 350px;
	height: 180px;
	background: none; /* For browsers that do not support gradients */    
    background: -webkit-radial-gradient(rgba(255,255,255,1), rgba(255,255,255,0.7), rgba(255,255,255,0.0), rgba(255,255,255,0.0));
    background: -o-radial-gradient(rgba(255,255,255,1), rgba(255,255,255,0.7), rgba(255,255,255,0.0), rgba(255,255,255,0.0));
    background: -moz-radial-gradient(rgba(255,255,255,1), rgba(255,255,255,0.7), rgba(255,255,255,0.0), rgba(255,255,255,0.0));
    background: radial-gradient(rgba(255,255,255,1), rgba(255,255,255,0.7), rgba(255,255,255,0.0), rgba(255,255,255,0.0));
}

.cc-privacy {
  display: none;
}

.content{
	background-color: #fff;
	padding: 75px;
}

.footer{
	background-color: #df0e16;
	padding: 75px;

}

.nopadlr {
	padding-left: 0;
	padding-right: 0;
}

h2{
	font-weight: 600;
	color: #df0e16;
	font-size: 30px;
}

h3{
	font-weight: 600;
	color: #df0e16;
	font-size: 25px;
}

p{
	font-weight: 300;
	color: #333333;
	font-size: 22px;
}

.whitespace p{
	margin-bottom: 40px;
}

.contacthome{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-top: 50px;
}

ul.menufootermenu{
    column-count:2;
    -moz-column-count:2;
    -webkit-column-count:2;
    display: inline-block;
}

ul.menufootermenu li{
   margin-right: 15px;
   margin-bottom: 15px;
}

ul.menufootermenu li a{
	color: #fff;
	font-size: 16px;
}

ul.menufootermenu li a:hover{
	text-decoration: none;
	color: #d9d9d9;
	font-size: 16px;
}

.footerkop{
	color: #fff;
}

.btn{
	float: right;
}

button, input, optgroup, select, textarea{
	font-size: 16px;
}

.searchintro,
.only,
.phrases,
.form-limit,
.counter{
	display: none;
}

.img-left img{
	float: left;
	margin: 25px 25px 25px 0px;
}

.img-right img{
	float: right;
	margin: 25px 0px 25px 25px;
}

b,
strong{
    font-weight: 600 !important;
    font-size: 22px;
}

.whitedown{
	margin-bottom: 35px;
}

.whitedownlg{
	margin-bottom: 45px;
}

.whitedownxl{
	margin-bottom: 120px;
}

ul li{
	font-size: 22px;
}

.artkl-img{
	object-fit: cover;
	object-position: center;
	height: 200px !important;
	margin-bottom: 1rem;
	width: 300px !important;
}

.extra-img{
	object-fit: cover;
	object-position: center;
	height: 70% !important;
	margin-bottom: 1rem;
	width: 100% !important;
}

@media (max-width: 1199px) {
	h2{
		font-size: 26px;
	}

	h3{
		font-size: 21px;
	}

	ul li{
		font-size: 18px;
	}

	p{
		font-size: 18px;
	}

	ul.menufootermenu li a{
		font-size: 12px;
	}

	ul.menufootermenu li a:hover{
		font-size: 12px;
	}

	button, input, optgroup, select, textarea{
		font-size: 12px;
	}
}

@media (max-width: 1199px) {
	h2{
		font-size: 26px;
	}

	h3{
		font-size: 21px;
	}

	ul li{
		font-size: 18px;
	}

	p{
		font-size: 18px;
	}

	ul.menufootermenu li a{
		font-size: 12px;
	}

	ul.menufootermenu li a:hover{
		font-size: 12px;
	}

	button, input, optgroup, select, textarea{
		font-size: 12px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.breakontab{
		display: block !important;
		width: 100%;
		max-width: unset;
		flex: 0 0 50%;
	}
}

@media (max-width: 979px){
	.menuwrapper > ul{
		background-color: #fff;
		color: #000;
		width: 720px !important;
	}

	.menuwrapper > ul{
		overflow: hidden !important;
	}

	.menuwrapper > ul > li > a{
		color: #000;
	}
}

@media (max-width: 768px){
	ul.menufootermenu{
	    column-count:1;
	    -moz-column-count:1;
	    -webkit-column-count:1;
	    display: inline-block;
	}

	.content{
		padding: 40px;
	}

	.menuwrapper > ul{
		background-color: #fff;
		color: #000;
		width: 540px !important;
	}
}

@media (max-width: 575px){
	.menuwrapper > ul{
		width: auto !important;
	}
}