/* ------------------------------------------
  BACKGROUND GARDIENT
--------------------------------------------- */

img.qrtelnr {
	width:100px !important;
	height:100px !important;
	border-radius:0px !important;
}


@media screen and (max-width: 800px) {
	.affiliate_menue_1 {
		/* max-width: 150px; */
		/* min-width: 12%; */
		float: left;
		width: 100%;
	}
	.affiliate_menue_2 {
		/* max-width: 700px;
		min-width: 50%; */
		width: 100%;
		float: left;
		padding: 10px 1px 0 8px;
	}
	.affiliate_button {
		margin-top: 6px;
		/* width: 100% !important; */
	}
}
@media screen and (min-width: 800px) {
	.affiliate_menue_1 {
		max-width: 150px;
		min-width: 12%;
		float: left;
		padding-top: 5px;
	}
	.affiliate_menue_2 {
		max-width: 700px;
		min-width: 50%;
		float: left;
		padding: 14px 0px 0 10px;
	}
	.affiliate_button {
		margin: 3px 0px 0 8px;
		width: 94% !important;
	}
}


@media screen and (min-width: 960px) {
	img.qrtelnr {
		margin: 6px 40% 6px 0px !important;
	}
}
@media screen and (max-width: 960px) {
	img.qrtelnr {
		margin: 6px 55% 6px 0px !important;
	}
}
@media screen and (max-width: 760px) {
	img.qrtelnr {
		margin: 6px 50% 6px 0px !important;
	}
}
@media screen and (max-width: 449px) {
	img.qrtelnr {
		width:50px !important;
		height:50px !important;
		margin: 20px 20px 6px 0px !important;
	}
}

section {
	background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.1) 100%);
	font-family: 'Saira Condensed', sans-serif;
	font-size: 17px;
	color: #000;
}

/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
	/* border: 1px solid; */
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	list-style: none;
}

.nav-collapse li {
	width: 100%;
	display: block;
}

.js .nav-collapse {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
}

.nav-collapse.opened {
	max-height: 9999px;
}

.disable-pointer-events {
	pointer-events: none !important;
}

.nav-toggle {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

@media screen and (min-width: 960px) {

	.js .nav-collapse {
		position: relative;
	}

	.js .nav-collapse.closed {
		max-height: none;
	}

	.nav-toggle {
		display: none;
	}

}

/* ------------------------------------------
  BASIC STYLES
--------------------------------------------- */

body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #37302a;
	background: #EEEFF1;
	font: normal 100%/1.4 sans-serif;
	margin: 0;
	padding: 66px 0 0 0;
	font-family: 'Roboto', sans-serif;
}

a {
	text-decoration: none;
}

a,
a:visited {
	color: #000;
	color: #D53B3E;
}

a:hover {
	color: #D53B3E;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

section {
	border-bottom: 3px solid #fff;
	padding: 30px 0 30px;
}

section > div {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (min-width: 769px) {

	section > div {
		display: flex;
	}

	section.right-image > div > div:first-of-type {
		width: 60%;
		padding-right: 40px;
	}

	section.right-image > div > div:last-of-type {
		width: 40%;
	}

	section.left-image > div > div:first-of-type {
		width: 40%;
		padding-right: 40px;
	}

	section.left-image > div > div:last-of-type {
		width: 60%;
	}

	section.left-image > div > div > div img,
	section.right-image > div > div > div img {
		width: 100%;
		height: auto !important;
		-webkit-border-radius: 20px;
    	-moz-border-radius: 20px;
    	border-radius: 20px;
   }

}

section.left-image > div > div > img,
section.right-image > div > div > img {
	width: 100%;
		-webkit-border-radius: 20px;
    	-moz-border-radius: 20px;
    	border-radius: 20px;
}

h1 {
	margin-top: 0;
	margin-bottom: .5em;
	font-family: 'Saira Condensed', sans-serif;
	font-size: 2em;
	color: #D53B3E;			/* 3E9BD5 */
}

@media screen and (max-width: 768px) {

	h1 {
		margin-top: 0;
	}

	.left-image > div {
		display: flex;
		flex-direction: column;
	}

	section > div > div > div > img {
		width: 100%;
	}

	section > div > div > div > a > img {
		width: 100%;
	}

	.left-image > div > div:first-of-type {
		order: 2;
	}

	.left-image > div > div:last-of-type {
		order: 1;
	}

}

h2 {
	font-family: 'Saira Condensed', sans-serif;
	font-size:1.75em;
	color: #3E9BD5;
}

#contact,
#footer {
	text-align: center;
}

#footer {
	background-color: #ffffff; /* #3E9BD5; */
	color: #000000;
}

#contact .image-box > li {
	background-color: #3E9BD5;
}

#footer a,
#footer h1,
#footer h2 {
	color: #fff;
}

#footer a:hover {
	color: rgba(255,255,255,0.5);
}

@media screen and (min-width: 450px) {

	#footer img {
		max-width: 350px;
		margin: 20px 0 0 0;
	}

}

@media screen and (max-width: 449px) {

	#footer img {
		max-width: 100%;
		margin: 20px 0 0 0;
	}

}

#contact > div,
#contact > div > div,
#footer > div,
#footer > div > div {
	display: block;
}

@media screen and (min-width: 769px) {

	.image-box {
		display: flex;
		font-size: 14px;
		font-weight: bold;
	}

	.image-box > li {
		width: 45%;
		text-align: center;
		background-color: #fff;
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 20px 0;
		-webkit-border-radius: 10px;
    	-moz-border-radius: 10px;
    	border-radius: 10px;
	}

	.image-box li > div {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.image-box li > div > a > img {
		width: 120px;
		height: 100px;
		margin-bottom: 5px;
	}

	.image-box li > div > span {
		margin-bottom: 2px;
	}

}

@media screen and (max-width: 768px) {

	.image-box {
		display: flex;
		font-size: 14px;
		font-weight: bold;
	}

	.image-box > li {
		width: 50%;
		text-align: center;
		background-color: #f4f4f4;
		margin-right: 6px;
		margin-bottom: 10px;
		padding: 10px 5px 10px 5px;
	}

	.image-box li > div {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.image-box li > div > a > img {
		width: 80px;
		height: 75px;
		margin-bottom: 5px;
	}

	.image-box li > div > span {
		margin-bottom: 10px;
	}

}

@media screen and (min-width: 769px) {

	.contact-box {
		display: flex;
		margin: -40px 0px -10px 0px;
	}

	.contact-box > li {
		width: 33%;
		text-align: center;
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 20px 0;
	}

	.contact-box li > div {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

}

/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
	background: #fff;
	position: fixed;
	z-index: 3;
	width: 100%;
	left: 0;
	top: 0;
}

header > div {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}

.logo {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	font-weight: bold;
	line-height: 55px;
	color: #fff;
	float: left;
}

.logo img {
	max-height: 36px;
	padding: 15px 0;
}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	transition: opacity 300ms;
	background: rgba(0, 0, 0, .5);
	visibility: hidden;
	position: fixed;
	opacity: 0;
	z-index: 2;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.android .mask {
	 -webkit-transition: none;
	 transition: none;
}

.js-nav-active .mask {
	 visibility: visible;
	 opacity: 1;
}

@media screen and (min-width: 960px) {

	 .mask {
	 	display: none !important;
		opacity: 0 !important;
	 }

}

/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
}

.nav-collapse,
.nav-collapse * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
	list-style: none;
	width: 100%;
	float: left;
}

@media screen and (min-width: 960px) {

	.nav-collapse {
		float: right;
		width: auto;
	}

}

.nav-collapse li {
	float: left;
	width: 100%;
}

@media screen and (min-width: 960px) {

	.nav-collapse li {
		width: auto;
  	}

}

#nav .active a {
	color: #000 !important;
	background-color: #eee !important;
}

.nav-collapse a {
	font-family: 'Saira Condensed', sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	text-decoration: none;
	background: #fff;
	padding: 0.7em 1em;
	width: 100%;
	float: left;
}

@media screen and (max-width: 959px) {

	.nav-collapse li:first-child a {
		margin-top: 20px;
	}

	.nav-collapse li:last-child a {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 30px;
	}

}

.nav-collapse a:hover {
	color: #000;
	background: rgba(0,0,0,0.035);
}

@media screen and (min-width: 960px) {

	.nav-collapse a {
		border-left: 1px solid white;
		text-align: center;
		border-top: 0;
		float: left;
		margin: 0;
		height: 66px;
		line-height: 66px;
		padding: 0 10px;
		font-size: 1.25em;
	}

}

.nav-collapse ul ul a {
	background: #ca3716;
	padding-left: 2em;
}

@media screen and (min-width: 960px) {

  .nav-collapse ul ul a {
	display: none;
  }

}

.img-container {
	display: flex;
	align-items: center;
}

.img-container > div {
	width: 100%;
		-webkit-border-radius: 20px;
    	-moz-border-radius: 20px;
    	border-radius: 20px;
}

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

.nav-toggle {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	text-indent: -300px;
	position: relative;
	overflow: hidden;
	width: 35px;
	height: 66px;
	float: right;
}

.nav-toggle:before {
	color: #000;
	font: normal 28px/55px "responsivenav";
	text-transform: none;
	text-align: center;
	position: absolute;
	content: "\2261";
	text-indent: 0;
	speak: none;
	width: 100%;
	left: 0;
	top: 0;
	padding-top: 5px;
}

.nav-toggle.active:before {
	font-size: 24px;
	content: "\78";
	/* Close icon */
}