/**
*	TEMPLATE for Newsletter
*
*	@copyright       Copyright Quattronet
*	@lastmodified    $Date: 10.04.2018
*
*	Based on
*	Bootstrap 3.7
*
*/

/**
*   Table of Content ====================================================================
*/

	/*
	Import CSS
	Site Styles
	Typography
	Helpers
	Forms
	PLugins
	*/


/**
*   Import CSS =========================================================================
*/

@import url(template.fontface.css);
@import url(template.attributes.css);
@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

/**
*   Site Styles ==========================================================================
*/

body {
	color: #222;
	background-color: #fff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
}
body.page.newsletter {
	background-image: url(../images/bannerimage-accounts.jpg);
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;

	overflow-x:hidden; /* scrollbar hide */
}
body.page.newsletter .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	height: auto;
}
.content-wrapper {
	background-color: #fff;
	padding: 5px 15px 5px 15px;
}
section.main.footer {
	border-top: 1px solid #ddd;
}
.img-logo {
	/* 720px × 312px */
	width: 360px;
	height: 156px;
	display: none;
}


/* Header Global */

header {
	padding-top: 80px;
	background-color: #fff;
	margin-bottom: 60px;
}
section.header.logo {
	padding-top: 10px;
	/* background: #ec6500; */
	/* background: -webkit-linear-gradient(90deg-#a80b0c, #ec6500);
	background: linear-gradient(#a80b0c, #ec6500); */
	z-index: 1;
	border-bottom: 10px solid #ec6500;
}
section.header.logo div.logo,
section.header.logo div.slogan {
	margin-top: -80px;
	margin-bottom: -40px;
}
section.header.content {
	padding: 10px;
	background-color: #ec6500;
	z-index: 2;
	display: none;
}
.logo-gfk {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {

	section.header.logo div.slogan h1 {
		margin-top: 25px;
	}

}
@media (min-width: 768px) and (max-width: 991px) {

	section.header.logo div.slogan h1 {
		font-size: 24px;
		margin-top: 35px;
	}

}
@media (max-width: 767px) {

	/* section.header.logo .col-xs-12 {
		width: 100%;
	} */
	section.header.logo div.slogan h1 {
		font-size: 18px;
		text-align: center;
		margin-top: 90px;
		margin-bottom: -10px;
		color: #fff !important;
		display: none;
	}
	section.header.logo .col-xs-offset-1 {
		margin-left: 0;
	}
	section.header.logo .col-xs-10 {
		width: 100%;
	}
	section.header.logo .logo img {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

}

@media (max-width: 480px) {

	section.header.logo .col-xs-offset-1 {
		margin-left: 15%;
	}
	section.header.logo .col-xs-10 {
		width: 75%;
	}
	.hidden-xxs {
		display: none;
	}

}
@media (max-width: 360px) {

	section.header.logo .col-xs-offset-1 {
		margin-left: 8.33333333%;
	}
	section.header.logo .col-xs-10 {
		width: 83.33333333%;
	}

}


/* Geteilete Ausgabeseiten */

* {
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
.container-fluid {
	padding: 0;
	height: 100%;
}
article {
	position: relative;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}
div.left-half,
div.right-half {
	padding: 30px;
	height: 100%;
}
.left-half {
	background-color: #fff;
	float: left;
	width: 50%;
}
.right-half {
	float: left;
	width: 50%;
	background-image: url(../images/bannerimage-accounts.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}
@media (max-width: 768px) {

	body.page.newsletter .container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
	body.page.newsletter .container-fluid .row {
		/* margin-right: 0;
		margin-left: 0; */
	}
	.content-area {
		padding-top: 15px;
	}
	.container-fluid {
		height: auto;
	}
	.left-half {
		display: block;
		width: 100%;
		height: auto !important;
		float: none;
	}
	.right-half {
		display: block;
		width: 100%;
		height: 400px !important;
		float: none;
	}
	/* .footer {
		display: block;
		width: 100%;
		height: auto !important;
		padding: 30px;
	} */
	article {
		top: 0;
		left: 0;
		transform: none;
	}

}

/**
*   Typography ===========================================================================
*/

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	/* font-family: "open-sans", Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px; */
	font-family: "ZonaProLight", Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 10px;
}
p {
	margin: 0 0 20px;
}
.text-overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hyphenate {
	/* Hyphenation CSS3 */
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
.text-color-inverse {
	color: #fff !important;
}
.text-color-primary {
	color: #ec6500 !important;
}
.text-color-secondary {
	color: #009ee3 !important;
}
.text-muted,
.text-color-muted {
	color: #777;
}
.text-small,
.small,
small {
	font-size: 85%;
}
.text-big {
	font-size: 16px;
}
.alert .fa {
	margin-bottom: 15px;
}

/**
*   Helpers ==============================================================================
*/

.nomargin {
	margin-top: 0;
	margin-bottom: 0;
}
.margin-bottom.none,
.remove-bottom {
	margin-bottom: 0px;
}
.margin-top.none {
	margin-top: 0px;
}
.margin-top.two {
	margin-top: 20px;
}
.margin-bottom,
.margin-bottom.one {
	margin-bottom: 10px;
}
.margin-bottom.two {
	margin-bottom: 20px;
}

/**
*   Forms ================================================================================
*/

/* Buttons: cust-btn-default */

.cust-btn-default {
	color: #ec6500;
	background-color: transparent;
	border-color: #ec6500;
}
.cust-btn-default:hover,
.cust-btn-default:focus,
.cust-btn-default.focus,
.cust-btn-default:active,
.cust-btn-default.active {
	color: #a80b0c;
	background-color: #fff;
	border-color: #a80b0c;
}
.btn-primary {
	color: #fff;
	background-color: #a80b0c;
	border-color: #a80b0c;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
	color: #fff;
	background-color: #780809;
	border-color: #780809;
}
