.bg-light-gray {
	background-color: #f5f5f5;
}

.bg-whitey {
	background-color: #ffffff;
}

.space-top-small {
	margin-top: 10px !important;
}

.space-top-medium {
	margin-top: 20px !important;
}

.space-top-large {
	margin-top: 35px !important;
}

.space-top-xlarge {
	margin-top: 45px !important;
}

.space-top-xxlarge {
	margin-top: 70px !important;
}

.space-bottom-small {
	margin-bottom: 10px !important;
}

.space-bottom-medium {
	margin-bottom: 20px !important;
}

.space-bottom-large {
	margin-bottom: 35px !important;
}

.space-bottom-xlarge {
	margin-bottom: 45px !important;
}

.space-bottom-xxlarge {
	margin-bottom: 70px !important;
}

.padding-lr-small {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.padding-lr-medium {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.padding-lr-large {
	padding-left: 45px !important;
	padding-right: 45px !important;
}

.padding-lr-xlarge {
	padding-left: 55px !important;
	padding-right: 55px !important;
}

.padding-lr-xxlarge {
	padding-left: 70px !important;
	padding-right: 70px !important;
}

span.text-red {
	color: #BD0C0C;
}

span.text-green {
	color: #126E08;
}

.indented {
	padding-left: 2em;
}

/*.content-block {
	padding-top: 20px;
}*/

.content-block h2 {
	padding-bottom: 25px;
}

.content-block p {
	padding: 0 4% 35px 0;
}

.head-block {
	padding-bottom: 70px;
}

.head-block h2 {
	padding-bottom: 20px;
}

.head-block p {
	padding: 0 6%;
}

.heading-color {
	color: #00324c;
}

.hidden {
	display: none;
}

/* ================================================== */
/* Impressum, Datenschutzerklärung und Widerrufsrecht */
/* ================================================== */

div.imprint h5, div.imprint h4,
div.privacy-policy h5, div.privacy-policy h4,
div.withdrawal h5, div.withdrawal h4 {
	margin-top: 35px;
}

div.imprint h5, div.privacy-policy h5, div.withdrawal h5 {
	margin-bottom: 20px;
}

div.imprint h4, div.withdrawal h4 {
	margin-bottom: 20px;
}

div.privacy-policy h4 {
	margin-bottom: 35px;
}

div.imprint p, div.privacy-policy p, div.withdrawal p {
	margin-bottom: 10px;
}

/* ================================================== */
/* Schriftarten */
/* ================================================== */

/* Poppins */

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	src: local('Poppins Light'), local('Poppins-Light'), url('../fonts/Poppins/Poppins-Light.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: local('Poppins Regular'), local('Poppins-Regular'), url('../fonts/Poppins/Poppins-Regular.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: local('Poppins Medium'), local('Poppins-Medium'), url('../fonts/Poppins/Poppins-Medium.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url('../fonts/Poppins/Poppins-SemiBold.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: local('Poppins Bold'), local('Poppins-Bold'), url('../fonts/Poppins/Poppins-Bold.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Consolas */

@font-face {
	font-family: 'Consolas';
	font-style: normal;
	font-weight: 400;
	src: local('Consolas'), url('../fonts/Consolas/Consolas.woff2') format('woff2');
}

@font-face {
	font-family: 'Consolas';
	font-style: normal;
	font-weight: 600;
	src: local('Consolas Bold'), url('../fonts/Consolas/Consolas-Bold.woff2') format('woff2');
}

/* ================================================== */
/* Cookie-Hinweis */
/* ================================================== */

.cc-window {
	background-color: #1C1D1D;
}

.cc-message {
	color: #FFFFFF;
}

.cc-btn {
	color: #FFFFFF;
	background-color: #B71213;
	border: 0 !important;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.cc-btn:hover {
	background-color: #A20f10;
	color: #FFFFFF;
}

/* ================================================== */
/* Allgemeines */
/* ================================================== */

body {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #1E1E1E;
	line-height: 26px;
}
body.modal-open {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins', sans-serif;
	/*color: #00324c;*/
	color: #1E1E1E;
}
h1 {
	font-size: 42px;
	font-weight: 400;
}
h2 {
	font-size: 36px;
	font-weight: 300;
	line-height: 45px;
}
h3 {
	font-size: 30px;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	font-weight: 300;
}
h5 {
	/*font-size: 22px;*/
	font-size: 18px;
	font-weight: 400;
}
h6 {
	/*font-size: 20px;*/
	font-size: 16px;
	/*font-weight: 300;*/
	font-weight: 400;
}
p {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins', sans-serif;
	color: #1E1E1E;
}
p.x-large {
	font-size: 22px;
	line-height: 30px;
}
p.large {
	font-size: 16px;
	line-height: 24px;
}
p.medium {
	font-size: 14px;
	line-height: 24px;
}
p.small {
	font-size: 12px;
	line-height: 22px;
}
ol,
ul,
li {
	padding: 0px;
	margin: 0px;
}
ol {
	display: block;
	list-style-type: decimal !important;
	margin: 0;
	padding: 0 0 0 15px;
}
ol li {
	/*color: #687377;*/
	font-size: 14px;
}
ul {
	list-style: inside;
}
ul.list-unstyled {
	list-style: none;
}
a {
	text-decoration: none !important;
	outline: none;
	color: #BA0000;
	/*-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;*/
}

a:hover {
	color: #900000;
}
button {
	outline: none !important;
}
.btn.focus,
.btn:focus {
	box-shadow: none;
}
label {
	font-weight: normal;
}
::-webkit-input-placeholder {
opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
opacity:1;
}
::-moz-placeholder {  /* Firefox 19+ */
opacity:1;
}
:-ms-input-placeholder {
opacity:1;
}
input,
textarea {
	/*transition: all 0.3s ease 0s;*/
}
input:focus,
textarea:focus,
select:focus {
	outline: none;
}
.btn {
	display: inline-block;
	padding: 14px 45px;
	background: #B71213;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	/*text-transform: uppercase;*/
	/*border-radius: 5px;*/
	border-radius: 0;
}
.btn.btn-small {
	padding: 5px 14px;
	font-size: 14px;
	font-weight: 500;
}
.btn.btn-medium {
	padding: 8px 25px;
	font-size: 16px;
	font-weight: 500;
}
.btn:hover {
	background: #A20F10;
	color: #FFFFFF;
}
.btn-gray {
	background: #E0E0E0;
	color: #1E1E1E;
}
.btn-gray:hover {
	background: #CDCDCD;
	color: #1E1E1E;
}
.btn-dark {
	background: #1C1D1D;
}
.btn-dark:hover {
	background: #101111;
	color: #FFFFFF;
}
hr {
	margin: 0px;
	border-color: #e5e5e5;
}
figure {
	margin: 0px;
}
.white-bg {
	background: #fff !important;
}
.grey-bg {
	background: #f5f5f5;
}
.inner-banner h2 {
	color: #FFFFFF;
	font-weight: 400;
}
.container-large {
	max-width: 1450px;
	word-wrap: break-word;
}
b, strong {
	font-weight: 600;
}

h4 b {
	font-weight: 500;
}

div.main-content {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

div.youtube-video-wrapper {
	max-width: 640px;
	margin: auto;
}

div.youtube-video {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

div.youtube-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

table.hardware-table {
	max-width: 900px;
	margin: auto;
}

table.hardware-table th {
	width: 150px;
	background-color: #F0F0F0;
}

table.hardware-table th, table.hardware-table td {
	padding-left: 10px;
	padding-right: 10px;
}

div.card, .card-img-top {
	border-radius: 0;
}

/* ================================================== */
/* Preloader */
/* ================================================== */

#preloader {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
#element {
	width: 70px;
	height: 24px;
	position: relative;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	z-index: 1001;
	animation: spin 2s linear infinite;
}
.circ-one,
.circ-two {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
}
.circ-one {
	background: #42d79e;
	float: left;
	animation: load-x 1s cubic-bezier(0.445, 0.1, 0.55, 0.9) infinite;
}
.circ-two {
	background: #E25757;
	float: right;
	animation: load-y 1s cubic-bezier(0.445, 0.1, 0.55, 0.9) infinite;
}
 @keyframes load-x {
 0% {
left: -5px;
}
 25% {
z-index:2;
}
 50% {
left:50px;
}
 75% {
z-index: 1;
}
 100% {
left:-5px;
}
}
 @keyframes load-y {
 0% {
right:-5px;
}
 25% {
}
 50% {
right:50px;
z-index:1;
}
 75% {
z-index:2;
}
 100% {
right:-5px;
}
}
 @keyframes pulse {
	50% {
		opacity:0.5;
	}
}

/* ================================================== */
/* Formulare */
/* ================================================== */

.form-control {
	width: 100%;
	height: 44px;
	/*line-height: 44px;*/
	background: none;
	font-size: 13px;
	color: #1E1E1E;
	padding: 0 20px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #d8dfe3;
	/*border-radius: 3px;*/
	border-radius: 0;
}
.form-control:focus {
	border-color: #E25757;
	box-shadow: none;
	color: #1E1E1E;
}
/*.form-control[readonly],*/
.form-control:disabled {
	background-color: #eceeef;
}
textarea.form-control {
	/*height: 220px;*/
	/*line-height: 20px;*/
	padding: 15px 20px;
	/*margin: 0 0 14px;*/
	/*resize: none;*/
	font-size: 13px;
}
input[type="checkbox"].form-control {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	padding: 0;
	margin: 2px 0 0;
	cursor: pointer;
	vertical-align: top;
}
input[type="checkbox"].form-control:checked + span:before {
	position: absolute;
	top: 0;
	left: 4px;
	display: block;
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 12px;
	color: #b71213;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
label.checkbox-label {
	cursor: pointer;
}
label.checkbox-label span {
	vertical-align: top;
	padding: 0 12px;
}
.form-control-label {
	font-size: 14px;
	color: #1E1E1E;
	padding-bottom: 2px;
	margin: 0px;
}
.invalid {
	border: 1px solid #C20000 !important;
}
/*div.form-check {
	padding-left: 0;
}*/
div.form-check-inline {
	position: relative;
	margin-right: 0;
}

.custom-select {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}

/* ================================================== */
/* Textanleitungen */
/* ================================================== */

ul.tutorials-overview {
	list-style: none;
}

div.tutorial {
	background-color: #EDEDED;
	padding: 10px 20px;
	text-align: justify;
}

div.tutorial .note-top {
	text-align: center;
	margin-bottom: 20px;
}

div.tutorial .note-bottom {
	margin-top: 20px;
}

div.tutorial .messagebox {
	width: 100%;
	max-width: 740px;
	margin: 0 auto 20px;
	line-height: 24px;
	padding: 6px 10px;
	text-align: center;
}

ol.tutorial, ul.tutorial {
	margin: 0;
	text-align: left;
	padding-left: 20px;
}

ul.tutorial {
	list-style: square;
}

/*ol.tutorial li, ul.tutorial li {*/
ol.tutorial li {
	margin-bottom: 10px;
	padding-left: 10px;
}

ol.tutorial ol, ol.tutorial ul,
ul.tutorial ol, ul.tutorial ul {
	margin-left: 10px;
}

ol.tutorial ol li,
ol.tutorial ul li,
ul.tutorial ol li,
ul.tutorial ul li {
	margin-bottom: 8px;
}

ol.tutorial ul {
	list-style: square;
	margin-left: 25px;
}

div.code {
	padding: 3px 10px;
	background-color: #1C1D1D;
	line-height: 20px;
	text-align: left;
}

li div.code {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.code code {
	font-family: 'Consolas', 'Monaco', 'Lucida Console', 'Courier New', monospace;
	font-size: 12px;
	color: #FFFFFF;
}

code.command {
	color: inherit;
	font-size: inherit;
	font-family: 'Consolas', 'Monaco', 'Lucida Console', 'Courier New', monospace;
	background-color: #DFDFDF;
	padding: 2px 5px;
	font-weight: 600;
	white-space: pre-wrap;
}

code.command .copy-command {
	margin-left: 8px;
	cursor: pointer;
	color: #686868;
}

code.command .copy-command:hover {
	/*color: #1E1E1E;*/
	color: #BD0C0C;
}

.table-light tbody+tbody, .table-light td, .table-light th, .table-light thead th {
	border-color: #dee2e6;
}

/* Code-Inhalte in Textanleitungen */

.btn.btn-code {
	display: block;
	padding: 3px 6px;
	font-size: 12px;
	font-weight: 400;
}

.btn.btn-code.btn-code-hide {
	display: none;
}

/* Screenshots in Textanleitungen */

.btn.btn-screenshot {
	display: block;
	padding: 3px 6px;
	font-size: 12px;
	font-weight: 400;
}

.btn.btn-screenshot.btn-screenshot-hide {
	display: none;
}

div.screenshot img {
	max-width: 100%;
	margin-top: 8px;
	display: none;
}

/* ================================================== */
/* Leistungen */
/* ================================================== */

div.references div.card div.card-img-wrapper {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

div.references div.card img.card-img-top {
	max-height: 100%;
	object-fit: cover;
	object-position: top;
	vertical-align: middle;
}

div.references div.card .btn {
	width: 100%;
}

div.references-buttons {
	margin-top: auto;
}

/* ================================================== */
/* Tools */
/* ================================================== */

ul.tools-overview {
	list-style: none;
}

/* IP-Info Tool */

div.ip-info {
	min-height: 330px;
}

div.ip-info img.country-image,
div.ip-info img.browser-image,
div.ip-info img.os-image {
	width: 24px;
	margin-left: 5px;
}

div.other-ip form.other-ip-form input.ip {
	max-width: 200px;
	margin: auto;
}

div.ip-info button.btn-switch-to-other-ip {
	margin-top: 15px;
}

table.ip-info-table {
	max-width: 900px;
	margin: auto;
}

table.ip-info-table th, table.ip-info-table td {
	padding-left: 10px;
	padding-right: 10px;
}

table.ip-info-table th {
	width: 180px;
	background-color: #F0F0F0;
}

table.ip-info-table td {
	min-width: 300px;
}

div.other-ip {
	display: none;
}

div.other-ip .error-message {
	display: none;
	max-width: 480px;
	margin: auto;
	margin-bottom: 25px;
    padding: 5px 20px;
    border: 2px solid #C20000;
}

div.other-ip table.ip-info-table,
div.other-ip table.ip-info-table tbody tr.domain,
div.other-ip button.back {
	display: none;
}

div.other-ip button.btn-check-ip,
div.other-ip button.back,
div.other-ip button.back-to-own-ip {
	margin-top: 35px;
}

@media (max-width: 480px) {
	table.ip-info-table td {
		min-width: 200px;
	}
}

/* Crontab-Generator */

div.crontab-generator div.card {
	min-height: 185px;
}

div.crontab-generator .error-message,
div.crontab-generator div.crontab-entry {
	display: none;
}

div.crontab-generator .error-message {
	margin-bottom: 25px;
	display: none;
	padding: 5px 20px;
}

div.crontab-generator .error-message {
	border: 2px solid #C20000;
}

div.crontab-entry .copy-crontab-entry {
	color: #FFFFFF;
	float: right;
	line-height: 20px;
	cursor: pointer;
}

div.crontab-entry .copy-crontab-entry:hover {
	color: #BD0C0C;
}

/* ================================================== */
/* Select2-Anpassungen */
/* ================================================== */

.select2-container--bootstrap .select2-selection {
	/*font-size: 0.875rem !important;*/
	font-size: 0.81rem !important;
	border-radius: 0 !important;
}

.select2-container--bootstrap .select2-selection--single {
	height: calc(1.5em + .75rem + 2px) !important;
	line-height: 1.5 !important;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
	/*font-size: 0.875rem !important;*/
	font-size: 0.81rem !important;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
	/*margin: 0.25rem 0 0 0.375rem !important;*/
	margin: 0.315rem 0 0 0.375rem !important;
	padding: 0.25rem 0.5rem !important;
}

.select2-container--bootstrap .select2-results__option {
	/*font-size: 0.875rem !important;*/
	font-size: 0.81rem !important;
	padding: 0.3rem 0.75rem !important;
}

.select2-dropdown {
	border-radius: 0 !important;
}

.select2-container--bootstrap .select2-dropdown,
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
	border-color: #E25757 !important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: #b71213 !important;
}


/* ================================================== */
/* Sidebar rechts */
/* ================================================== */

div.sidebar {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

div.sidebar div.modules {
	position: sticky;
	position: -webkit-sticky;
	float: right;
	top: 10px;
	width: 100%;
}

div.sidebar div.module {
	margin-bottom: 25px;
}

div.sidebar div.module:last-child {
	margin-bottom: 0 !important;
}

div.sidebar div.module-content {
	max-width: 400px;
	margin: auto;
	margin-top: 10px;
}

div.sidebar div.module-content p {
	font-size: 13px;
}

div.sidebar img.sidebar-contabo, div.sidebar img.sidebar-lizengo {
	width: 100%;
	max-width: 250px;
}

div.sidebar p.counter-number {
	font-size: 22px !important;
	font-weight: 500 !important;
}

div.sidebar div.module h5.module-title {
	font-size: 1rem;
	background-color: #ededed;
	padding: 5px;
}

@media (max-width: 1230px) {
	div.sidebar div.module h5.module-title {
		font-size: 0.8rem !important;
	}
}

@media (min-width: 991px) {
	ul.lang-selection {
		margin-right: 9px; /* TEMPORÄR (wegen vieler Einträge im Menü) */
	}

	.navbar-nav.lang-selection .dropdown-menu {
		min-width: 2rem;
	}
	.navbar-nav.lang-selection .dropdown-item {
		padding: 3px 9px !important;
	}

	div.main-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}

	div.sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		/*max-width: 20%;*/
		max-width: 250px;
	}

	.inner-banner.no-subtitle div.container div.contents {
		padding-top: 100px !important;
	}
}

@media (max-width: 991px) {
	div.sidebar div.modules {
		width: 100%;
	}

	div.sidebar div.module h5.module-title {
		font-size: 1rem !important;
	}
}

@media (max-width: 991px) {
	.padding-lr-small {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.padding-lr-medium {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.padding-lr-large {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.padding-lr-xlarge {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

	.padding-lr-xxlarge {
		padding-left: 45px !important;
		padding-right: 45px !important;
	}
}

/* ================================================== */
/* Meldungen */
/* ================================================== */

.alert {
	border-radius: 0;
}

div.messagebox {
	padding: 5px;
	background-color: #1C1D1D;
	color: #FFFFFF;
}

div.messagebox a {
	color: #FF0000;
}

div.messagebox span.close-button {
    float: right;
    display: inline-block;
    padding: 0 7px;
    line-height: 24px;
    background: #404040;
    cursor: pointer;
}

/* ================================================== */
/* Header */
/* ================================================== */

/*-----------------------
	Header - Variante 1
-----------------------*/
.header-top {
	display: block;
	background: #f1f1f1;
}
.header-top .lang-wrapper {
	display: block;
	float: left;
}
.header-top .select-lang,
.header-top .select-lang2 {
	display: block;
	padding-right: 10px;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	border-right: 1px #d7dadb solid;
}
.header-top .select2-container--default .select2-selection--single {
	border: none;
	border-radius: 0px;
	background: none;
}
.header-top .select2.select2-container {
	width: 100px !important;
}
.header-top .select2-container .select2-selection--single {
	height: 42px;
}
.header-top .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 42px;
}
.header-top .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 16px;
	color: #738389;
}
.header-top .select2-container .select2-selection--single .select2-selection__rendered img {
	margin-right: 4px;
}
.header-top .select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 30px;
	height: 42px;
}
.header-top .select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: -4px;
	opacity: 0.5
}
.header-top .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
}
.select2-dropdown {
	border: 1px #dedddd solid;
}
.select2-results__option {
	padding: 0 6px;
	font-size: 13px;
}
.select2-results__option .img-flag {
	margin-right: 4px;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
	background: #f1f1f1;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: #E25757;
}
.header-top .right-block {
	display: block;
	float: right;
}
.header-top ul.top-nav {
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	float: left;
}
.header-top ul.top-nav li {
	display: block;
	padding: 0 10px;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
}
.header-top ul.top-nav li a {
	color: #6c777d;
}
.header-top ul.top-nav li a:hover {
	color: #E25757;
}
.header-top ul.follow-us {
	display: block;
	padding: 8px 0 6px 5px;
	float: right;
	border-left: 1px #d2dfdf solid;
}
.header-top ul.follow-us li {
	display: inline-block;
	padding-left: 16px;
	font-size: 16px;
}
.header-top ul.follow-us li a {
	color: #93a4a3;
}
.header-top ul.follow-us li a i {
	opacity: 0.7;
}
.header-top ul.follow-us li a:hover i {
	opacity: 1;
}

/*-----------------------
	Header - Variante 2
-----------------------*/

.header-wrapper header {
	margin-top: 70px;
	border-bottom: 1px #c5cacf solid;
}
.header-wrapper header.fixed {
	position: relative;
	animation: none;
}
.opt2 .header-top {
	background: #2a3f44;
}
.opt2 .header-top .select-lang,
.opt2 .header-top .select-lang2,
.opt2 .header-top ul.follow-us {
	border-color: #405357;
}
.opt2 .header-top .select2-container .select2-selection--single .select2-selection__rendered {
	color: #adbdc3;
}
.opt2 .header-top ul.top-nav li a {
	color: #96a5b0
}
.opt2 .header-top ul.top-nav li a:hover {
	color: #fff;
}
.opt2 .header-top ul.follow-us li a {
	color: #93a4a3;
}
.opt2 .header-top ul.follow-us li a:hover {
	color: #fff;
}
.opt2 .navbar-right a {
	border: 2px #E25757 solid;
	color: #E25757 !important;
}
.opt2 .navbar-right > li:first-child a {
	background: none;
	border-right: none;
}
.opt2 .navbar-right > li:first-child a:hover,
.opt2 .navbar-right > li:last-child a:hover {
	background: #E25757;
	color: #fff !important;
}
.opt2 .navbar-right > li:last-child a {
	background: none;
}

/*-----------------------
	Header - Variante 3
-----------------------*/

.opt3 .header-top {
	background: #E25757;
}
.opt3 .header-top .select-lang,
.opt3 .header-top .select-lang2,
.opt3 .header-top ul.follow-us {
	border-color: #8ad0eb;
}
.opt3 .header-top .select2-container .select2-selection--single .select2-selection__rendered {
	color: #fff;
}
.opt3 .header-top .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #8ad0eb transparent transparent transparent;
}
.opt3 .header-top .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #8ad0eb transparent;
}
.opt3 .header-top ul.top-nav li a,
.opt3 .header-top ul.follow-us li a {
	color: #fff
}
.opt3 .navbar {
	background: #2a3f44 !important;
}
.opt3 .navbar-expand-lg .navbar-nav .nav-link {
	color: #fff;
}

/*-----------------------
	Header - Variante 4
-----------------------*/

.opt4 .navbar-right > li a {
	font-size: 13px;
}
.opt4 .navbar-right > li:first-child a {
	background: none;
	color: #556665 !important;
	border-radius: 0px;
}
.opt4 .navbar-right > li:first-child a:hover {
	background: none;
	color: #E25757 !important;
}
.opt4 .navbar-right > li:last-child a {
	border-radius: 25px;
}

/*-----------------------
	Header - Variante 5
-----------------------*/

.header-wrapper .opt5 {
	position: relative;
	background: url(../images/header-bg.jpg) no-repeat center top;
}
.opt5 {
	width: 100%;
	position: absolute;
	z-index: 3;
}
.opt5.fixed {
	position: fixed;
	top: 0px;
	background: #fff;
	border-bottom: 1px #e0e5e9 solid;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.04);
}
.opt5.fixed .navbar-expand-lg .navbar-nav .nav-link {
	color: #556665;
}
.opt5.fixed .navbar-right > li a {
	border-color: #E25757;
	color: #E25757 !important;
}
.opt5.fixed .navbar-right > li a:hover {
	color: #fff !important;
}
.logo1,
.opt5.fixed .logo2 {
	display: none;
}
.opt5.fixed .logo1 {
	/*display: block;*/
	display: inline-block;
}
img.logo, img.logo1, img.logo2 {
	max-height: 40px;
}
.opt5 .navbar-right a {
	border: 2px #fff solid;
}
.opt5 .navbar-right > li:first-child a {
	background: none;
	border-right: none;
}
.opt5 .navbar-right > li:first-child a:hover,
.opt5 .navbar-right > li:last-child a:hover {
	background: #E25757;
}
.opt5 .navbar-right > li:last-child a {
	background: none;
}
.opt5 .navbar-expand-lg .navbar-nav .nav-link {
	color: #fff;
}
.opt5.fixed {
	animation: 0.7s ease-in-out 0.1s normal both 1 running stickyhead;
}

/*-----------------------
	Header - Variante 6
-----------------------*/

.header-wrapper .opt6 {
	z-index: 2;
}
.opt6 .navbar-right {
	margin: 17px 0 0;
}
.opt6 .follow-us {
	display: inline-block;
	vertical-align: top;
	margin: 20px 15px 0 0;
}
.opt6.fixed {
	animation: none;
}
.opt6.fixed .top-menu-bar {
	padding: 10px 50px 10px 0;
}
.opt6.fixed .mob-icon{
    top: 28px;
}
.opt6.fixed .mob-icon span,
.opt6.fixed .mob-icon span:before,
.opt6.fixed .mob-icon span:after{
	background: #556665;
}
.openmenu .opt6.fixed .mob-icon span{
    background: none;
}
.opt6.fixed .navbar-right {
	margin: 15px 0 0
}
.opt6.fixed .follow-us {
	margin-top: 17px;
}
.opt6.fixed .follow-us li a {
	color: #556665;
}
.opt6 .follow-us li {
	display: inline-block;
	padding: 0 8px;
	list-style: none;
}
.opt6 .follow-us li a {
	color: #fff;
	font-size: 15px;
}
.opt6 .follow-us li a:hover {
	color: #E25757;
}
.opt6 .navbar-brand {
	float: left;
}
.top-menu-bar {
	text-align: right;
	width: 100%;
	display: block;
	padding: 20px 0;
	position: relative;
	padding-right: 50px;
}
.navbar-right.buttons-sec {
	display: inline-block;
}
.navbar-right.buttons-sec li {
	display: inline-block;
	float: left;
}

/*-----------------------
	  Side Panel Menü
-----------------------*/

.mob-icon {
    width: 26px;
    height: 23px;
    display: block;
    cursor: pointer;
    right: 0px;
    position: absolute;
    top: 39px;
    z-index: 1;
}
.mob-icon span {
    width: 26px;
    height: 3px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 0px;
    top: 10px;
    transition-duration: 0.5s;
}
.mob-icon span:before, .mob-icon span:after{
    width: 26px;
    height: 3px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 0px;
    content: "";
    transition-duration: 0.5s;
}
.mob-icon span:before {
    top: -10px;
}
.mob-icon span:after {
    top: 10px;
}
.openmenu .mob-icon span {
    background: none;
}
.openmenu .mob-icon span:before {
    transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
.openmenu .mob-icon span:after {
    transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}
.side-panel-menu {
	width: 0;
	height: 100%;
	background: #2a3f44;
	position: fixed;
	right: 0;
	padding: 20px 0;
	top: 0;
	bottom: 0;
	overflow: auto;
}
.side-panel-menu .dropdown-menu {
	min-width: inherit !important;
	width: 100%;
	background: #223337;
	margin: 0;
	padding: 15px 0;
	box-shadow: none;
	border-radius: 0px;
	position: relative;
}
.side-panel-menu .dropdown-menu .inner {
	padding: 0px;
	background: rgba(0,0,0,0);
	margin: 0;
	text-align: right;
	box-shadow: none;
	border-radius: 0px;
}
.side-panel-menu .dropdown-menu .inner:after {
	display: none;
}
.side-panel-menu ul {
	padding: 0;
	text-align: right;
	margin: 0;
}
.side-panel-menu ul li {
	display: block;
	position: relative;
	width: 100%;
}
.side-panel-menu ul li a {
	color: #fff !important;
	display: block;
	font-size: 14px;
	line-height: 34px;
	margin: 0;
	padding: 0 30px 0 0;
	position: relative;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.side-panel-menu li a:hover {
	color: #E25757 !important;
	transition: all 0.5s ease 0s;
}
.side-panel-menu .dropdown-menu.megamenu ul {
	width: 100%;
}
.side-panel-menu li li {
	padding: 0;
}
.side-panel-menu li li a {
	padding: 0 40px 0 0;
}
.side-panel-menu .dropdown-item {
	font-size: 12px;
	line-height: 28px;
}
 @keyframes stickyhead {
0% {
 opacity: 0;
 transform: translateY(-100%);
}
100% {
 opacity: 1;
 transform: translateY(0px);
}
}
 @keyframes stickyhead {
	0% {
	 opacity: 0;
	 transform: translateY(-100%);
	}

	100% {
	 opacity: 1;
	 transform: translateY(0px);
	}
}

/*-----------------------
	Navigation
-----------------------*/

.navbar {
	padding: 0;
	line-height: 40px;
}
.navbar {
	background-color: #1C1D1D;
}
.navbar-light {
	background: none;
	border: none;
	margin-bottom: 0px;
}
.navbar .navbar-nav, .navbar-light .navbar-nav {
	/*padding-left: 5%;*/
	padding-left: 16px;
}
.navbar-nav.lang-selection,
.navbar-nav.darkmode {
	/* Sprachauswahl und Darkmode */
	padding-left: 0 !important;
}
ul.lang-selection span.lang-selection-text,
ul.darkmode span.darkmode-text {
	display: none;
}
ul.darkmode span.darkmode-text {
	margin-left: 10px;
}
ul.darkmode li.nav-item {
	min-width: 50px;
	text-align: center;
}
ul.darkmode label.nav-link {
	margin-bottom: 0;
}
.navbar-light .navbar-nav > li {
	/*text-transform: uppercase;*/
}
.navbar-expand-lg .navbar-nav .nav-link {
	/*padding: 30px 20px;*/
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	cursor: pointer;
	/*padding-left: 15px;
	padding-right: 15px;*/
	padding-left: 10px; /* TEMPORÄR (wegen vieler Einträge im im Menü) */
	padding-right: 10px; /* TEMPORÄR (wegen vieler Einträge im im Menü) */
}
@media (max-width: 1085px) {
	/* TEMPORÄR (wegen vieler Einträge im im Menü) */

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 5px;
		padding-right: 5px;
	}
}
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover {
	color: #FFFFFF;
	background-color: #333333;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #E25757;
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.dropdown-menu {
	/*padding-top: 15px;
	min-width: 230px;
	background: none;*/
	border: none;
	line-height: 30px;
	border-radius: 0 !important;
	background-color: #1C1D1D;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
/*.opt5 .dropdown-menu {
	padding-top: 0px;
}
.opt5.fixed .dropdown-menu {
	padding-top: 15px;
}
.dropdown-menu .inner {
	padding: 10px 0;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	position: relative;
}
.dropdown-menu .inner:after {
	bottom: 100%;
	left: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.dropdown-menu.megamenu {
	min-width: 380px;
}
.dropdown-menu.megamenu ul {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.dropdown-menu.megamenu ul li {
	display: block;
}
.dropdown-menu > li > a {
	padding: 6px 20px;
}*/
.dropdown-item {
	padding: 3px 15px;
	font-size: 14px;
	color: #FFFFFF;
	/*text-transform: capitalize;*/
}
.dropdown-item:focus,
.dropdown-item:hover {
	background-color: #333333;
	color: #FFFFFF;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #333333;
}
.dropdown-item.active:focus, .dropdown-item.active:hover {
	color: #FFFFFF !important;
}
/*.dropdown-toggle:after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}*/
.dropdown-toggle::after {
	margin-left: 0.5em;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
}
.dropdown-submenu .dropdown-toggle::after {
	transform: rotate(270deg);
	/*display: none;*/
}
.navbar-right > li {
	list-style: none;
}
.navbar-right > li a {
	padding: 12px 40px;
	font-size: 12px;
	font-weight: 600;
	color: #fff !important;
	text-align: center;
	text-transform: uppercase;
}
.navbar-right > li:first-child a {
	border-radius: 30px 0 0 30px;
	background: #42d79e;
}
.navbar-right > li:first-child a:hover {
	background: #38b786;
}
.navbar-right > li:last-child a {
	border-radius: 0 30px 30px 0;
	background: #E25757;
}
.navbar-right > li:last-child a:hover {
	background: #4aa0c0;
}
.nav-item.active {
	background-color: #333333;
}

/* ================================================== */
/* Banner */
/* ================================================== */

.banner {
	display: block;
	min-height: 695px;
}
.banner .container {
	position: relative;
	z-index: 1;
}
.banner .cnt-block {
	/*padding-top: 90px;
	padding-bottom: 90px;*/

	padding-top: 60px;
	padding-bottom: 60px;
}
/*.banner .cnt-block .left {
	border-right: 1px #88d4e2 solid;
}*/
.banner .left h1, .banner .text-center h1 {
	padding-bottom: 15px;
	font-size: 46px;
	font-weight: normal;
	line-height: 54px;
	color: #fff;
}
.banner .left h2, .banner .text-center h2 {
	padding-bottom: 15px;
	font-size: 36px;
	font-weight: 400;
	line-height: 45px;
	color: #fff;
}
.banner .left p, .banner .text-center p {
	font-size: 24px;
	font-weight: 300;
	color: #fff;
}
.banner .right-sec {
	text-align: center;
}
.banner a.get-started {
	max-width: 220px;
	margin: 0 auto;
	display: block;
	padding: 12px 20px;
	background: #CD1E1F;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}
.banner.slide3 a.get-started:hover {
	background: #E25757;
}
.banner a.get-started:hover {
	background: #173139;
}
.banner .right-sec p {
	max-width: 190px;
	margin: 0 auto;
	padding-top: 15px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	opacity: 0.7;
}
.banner .tab-screen {
	max-width: 870px;
	margin: 0 auto -160px;
}
.banner img {
	margin: 0 auto;
}
.banner .pop-box {
	max-width: 350px;
	padding: 25px 30px;
	position: absolute;
	top: 40%;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.banner .pop-box.right {
	left: inherit;
	right: 0px;
	top: -30px;
}
.banner .pop-box.right {
	left: inherit;
	right: 0px;
}
.banner .pop-box.right:after {
	left: 20px;
	border-color: #fff transparent transparent #fff;
}
.banner .pop-box:after {
	content: " ";
	position: absolute;
	bottom: -16px;
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
	border-width: 8px;
}
.banner .pop-box .icon {
	width: 36%;
	float: left;
}
.banner .pop-box .right-cnt {
	width: 64%;
	padding-left: 20px;
	float: left;
}
.banner .pop-box .right-cnt h3 {
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: 300;
	color: #343430;
	line-height: 24px;
}
.banner .pop-box .right-cnt p {
	font-size: 12px;
	line-height: 18px;
	color: #7d8078;
}
.banner.solid-bg {
	/*margin-bottom: 74px;*/
	/*background: #57bde0;*/
	background: #b71213;
}
.banner.gradient-bg {
	margin-bottom: 74px;
	background: #3edc93;
	background: -moz-linear-gradient(45deg, #3edc93 0%, #53c2d4 58%, #E25757 100%);
	background: -webkit-linear-gradient(45deg, #3edc93 0%, #53c2d4 58%, #E25757 100%);
	background: linear-gradient(45deg, #3edc93 0%, #53c2d4 58%, #E25757 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3edc93', endColorstr='#E25757', GradientType=1 );
}

.banner.solid-bg, .banner.gradient-bg {
	margin-bottom: 50px;
}

/*-----------------------
	Banner - Variante 2
-----------------------*/

.banner.banner2 {
	background: url(../images/banner-bg2.jpg) no-repeat center top / cover;
	position: relative;
}
.banner.banner2:after {
	width: 100%;
	height: 100%;
	display: block;
	background: #3edc93;
	background: -moz-linear-gradient(45deg, #3edc93 0%, #53c2d4 58%, #E25757 100%);
	background: -webkit-linear-gradient(45deg, #3edc93 0%, #53c2d4 58%, #E25757 100%);
	background: linear-gradient(45deg, #3edc93 0%, #53c2d4 58%, #E25757 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3edc93', endColorstr='#E25757', GradientType=1 );
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.85;
}
.banner.banner2 .cnt-block {
	padding-bottom: 0px;
}
.banner.banner2 .left {
	border: none;
	padding-top: 90px;
}
.banner.banner2 .left h1 {
	font-size: 44px;
}
.banner.banner2 .left > p {
	font-size: 24px;
}
.banner.banner2 .cnt-row2 {
	padding-top: 70px;
}
.banner.banner2 .video-block {
	max-width: 225px;
	background: #000;
	border-radius: 5px;
	text-align: center;
	position: relative;
}
.banner.banner2 .video-block img {
	background: #000;
	border-radius: 5px;
	opacity: 0.5;
}
.banner.banner2 a.play-btn {
	font-size: 40px;
	position: absolute;
	top: 50%;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	transform: translateY(-50%);
	color: #fff;
	z-index: 1;
}
.banner.banner2 a.play-btn:hover {
	color: #CD1E1F;
}
.banner.banner2 .right-sec {
	padding-left: 20px;
	text-align: left;
}
.banner.banner2 .right-sec p {
	margin: 0px;
	padding: 0 0 20px 0;
	font-size: 14px;
}
.banner.banner2 a.get-started {
	margin: 0px;
}

/*-----------------------
	Banner - Variante 3
-----------------------*/

.banner.banner3 {
	display: block;
	position: relative;
}
.banner.banner3:after {
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px; /*background:rgba(49, 89, 93, 0.5);*/
	background: #3edc93;
	background: -moz-linear-gradient(45deg, #3edc93 0%, #53c2d4 58%, #E25757 100%);
	background: -webkit-linear-gradient(45deg, #3edc93 0%, #53c2d4 58%, #E25757 100%);
	background: linear-gradient(45deg, #3edc93 0%, #53c2d4 58%, #E25757 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3edc93', endColorstr='#E25757', GradientType=1 );
	opacity: 0.8;
}
.banner.banner3 .cnt-block .left {
	border-color: rgba(255, 255, 255, 0.5);
}

/*-----------------------
	Banner - Variante 4
-----------------------*/

.banner-outer {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner.slide2 {
	background: url(../images/banner-bg2.jpg) no-repeat center top / cover;
	position: relative;
}
.banner.slide2:after {
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(48, 90, 90, 0.85);
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
}
.banner.slide2 .cnt-block {
	padding-bottom: 50px;
}
.banner.slide2 img {
	display: block;
	margin: 0 auto;
}
.banner.slide2 .cnt-block .left {
	border-color: #b7c5c7;
}
.banner.slide3 {
	background: url(../images/banner-bg3.jpg) no-repeat center top / cover;
	position: relative;
}
.banner.slide3:after {
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(42, 63, 68, 0.85);
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
}
.banner.slide3 .cnt-block {
	padding-top: 80px;
	padding-bottom: 40px;
}
.banner.slide3 .left {
	text-align: center;
	border: none;
}
.banner.slide3 .left h1 {
	padding-bottom: 10px;
}
.banner.slide3 .left p {
	font-size: 20px;
	padding-bottom: 30px;
}
.banner.slide3 img {
	display: block;
	margin: 0 auto;
}
.banner-outer .bx-pager,
.banner-outer .bx-controls-auto {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 15px;
	z-index: 999;
}
.banner-outer .bx-wrapper .bx-pager-item,
.banner-outer .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.banner-outer .bx-pager.bx-default-pager a {
	width: 20px;
	height: 5px;
	background: #fff;
	display: block;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
}
.banner-outer .bx-pager.bx-default-pager a:hover,
.banner-outer .bx-pager.bx-default-pager a.active,
.banner-outer .bx-pager.bx-default-pager a:focus {
	background: #CD1E1F;
}
.delay-02s {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
.delay-03s {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.delay-04s {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
.delay-05s {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay-06s {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
.delay-07s {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}
.delay-08s {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
.delay-1s {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

/*-----------------------
	Banner - Variante 5
-----------------------*/

.banner.slide3.banner5 {
	padding-top: 86px;
	background: url(../images/banner-bg4.jpg) no-repeat center top / cover;
}

/* ================================================== */
/* Startseite */
/* ================================================== */

.startpage-ico-block {
	width: 20% !important;
}

/*--------------------------------
	Content-Marketing - Variante 1
----------------------------------*/

.padding-lg {
	padding: 90px 0;
}
.padding-md {
	padding: 45px 0;
}
.padding-sm {
	padding: 20px 0;
}
.content-marketing {
	display: block;
	text-align: center;
}
.content-marketing .head-block {
	padding-bottom: 90px;
}
.content-marketing .head-block h2 {
	padding-bottom: 30px;
}
.content-marketing .head-block h2 span {
	display: block;
}
.content-marketing .head-block p {
	font-size: 16px;
	line-height: 30px;
}
ul.marketing-list li {
	list-style: none;
	border-right: 1px #dbeaef solid;
	position: relative;
}
ul.marketing-list li .inner {
	display: block;
	padding: 0 6%;
}
ul.marketing-list li:after {
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	right: -6px;
	top: 0px;
	content: "";
	background: #dbeaef;
	border-radius: 50%;
}
ul.marketing-list li:last-child {
	border: none;
}
ul.marketing-list li:last-child:after {
	display: none;
}
ul.marketing-list li img {
	margin: 0 auto;
}
ul.marketing-list li h3 {
	display: block;
	padding: 40px 5% 30px 5%;
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
}
ul.marketing-list li p {
	padding-bottom: 30px;
}
a.know-more {
	font-size: 15px;
	font-weight: 600;
	color: #606d87;
	text-transform: uppercase;
}
a.know-more:before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	font-family: 'icomoon';
	font-size: 24px;
	content: "\e900";
	color: #CD1E1F;
}
a.know-more:hover:before {
	color: #E25757;
}
ul.marketing-list li a:hover {
	color: #CD1E1F;
}

/*--------------------------------
	Content-Marketing - Variante 2
----------------------------------*/

.seo-reports.seo-reports2 {
	padding-top: 85px;
}
.seo-reports.seo-reports2 .cnt-block {
	padding-top: 60px;
}
ul.marketing-list2 {
	text-align: left;
}
ul.marketing-list2 li {
	list-style: none;
}
ul.marketing-list2 li .icon {
	display: block;
	padding-bottom: 25px;
}
ul.marketing-list2 li h3 {
	max-width: 260px;
	padding-bottom: 15px;
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
}
ul.marketing-list2 li p {
	padding: 0 6% 0 0;
}

/*--------------------------------
	 Content-Marketing - Variante 3
----------------------------------*/

.content-marketing3 .head-block {
	padding-bottom: 60px;
}
ul.features-block-list {
	text-align: left;
}
ul.features-block-list li {
	list-style: none;
	margin-bottom: 30px;
}
ul.features-block-list li .equal-height {
	padding: 45px 12% 0 8%;
	background: #fff;
	border: 1px #e0e5e9 solid;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	position: relative;
}
ul.features-block-list li .ico-block {
	width: 20%;
	float: left;
}
ul.features-block-list li .cnt-block {
	width: 80%;
	padding-left: 35px;
	float: left;
}
ul.features-block-list li h3 {
	display: block;
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
}
ul.features-block-list li p {
	padding-bottom: 30px;
}
ul.features-block-list li a {
	position: absolute;
	right: 25px;
	top: 50px;
	font-size: 26px;
	color: #e2e2e2;
}
ul.features-block-list li a:hover {
	color: #CD1E1F;
}

/*-----------------------
	  Features
-----------------------*/

.our-features {
	background: #f5f5f5;
	text-align: center;
}
ul.features-listing li {
	list-style: none;
	padding-bottom: 60px;
}
ul.features-listing li:last-child,
ul.features-listing li:nth-last-child(2),
ul.features-listing li:nth-last-child(3) {
	padding-bottom: 0px;
}
ul.features-listing li .inner {
	padding: 0 5%;
}
ul.features-listing li .icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.1);
}
ul.features-listing li h3 {
	padding: 30px 0 20px 0;
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
}
ul.features-listing.ico-bg {
	padding-top: 20px;
}
ul.features-listing.ico-bg li .icon {
	background: #E25757;
	font-family: 'icomoon';
	font-size: 32px;
	color: #fff;
	text-align: center;
	box-shadow: none;
}
ul.features-listing.bg-none li h3 {
	padding: 5px 0 10px;
}
ul.features-listing.bg-none li .icon {
	width: auto;
	height: auto;
	background: none;
	box-shadow: none;
	font-size: 52px;
	color: #E25757;
}
span.fas-icon {
	font-size: 40px;
	color: #E25757;
}

/* ================================================== */
/* Footer */
/* ================================================== */

/*-----------------------
	Footer - Variante 1
-----------------------*/
.footer {
	display: block;
}
.footer .top {
	padding: 70px 0 60px 0;
	border-bottom: 1px #ebebeb solid;
}
.footer .top h4 {
	padding-bottom: 30px;
	font-size: 18px;
}
.footer .quick-links {
	display: block;
	padding-bottom: 30px;
	border-bottom: 1px #e1e1e1 solid;
}
.footer .quick-links ul {
	display: block;
}
.footer .quick-links ul li {
	width: 49%;
	display: inline-block;
	font-size: 14px;
}
.footer .quick-links ul li a {
	color: #868f95;
}
.footer .quick-links ul li a:hover {
	color: #E25757;
}
.footer .connect-outer {
	display: block;
	padding-top: 30px;
}
.footer .connect-outer h4 {
	padding-bottom: 20px;
}
.footer ul.connect-us {
	display: block;
}
.footer ul.connect-us li {
	display: inline-block;
	padding: 0 1px;
	text-align: center;
}
.footer ul.connect-us li a {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: #d5dfe7;
	color: #fff;
	border-radius: 50%;
}
.footer ul.connect-us li a:hover {
	background: #E25757;
}
.footer .recent-post {
	display: block;
	padding-left: 25px;
}
.footer .recent-post ul {
	display: block;
}
.footer .recent-post ul li {
	list-style: none;
	padding: 20px 0;
	border-bottom: 1px #ebebeb solid;
}
.footer .recent-post ul li:first-child {
	padding-top: 0px;
}
.footer .recent-post ul li:last-child {
	border: none;
}
.footer .recent-post ul li figure {
	width: 24%;
	padding-right: 15px;
}
.footer .recent-post ul li h5 {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #646f79;
	line-height: 18px;
}
.footer .recent-post ul li p {
	font-size: 11px;
	color: #4b555e;
}
.footer .recent-post ul li p span {
	font-weight: 600;
}
.footer .recent-post ul li p:before {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
	font-family: 'icomoon';
	font-size: 18px;
	color: #c1d0da;
	content: "\e904";
}
.footer .subscribe {
	display: block;
}
.footer .subscribe p {
	padding-bottom: 40px;
	line-height: 20px;
}
.footer .input-outer {
	display: block;
	position: relative;
}
.footer .input-outer input[type='email'] {
	width: 100%;
	float: left;
	padding: 0 0 10px 0;
	border: none;
	font-size: 12px;
	border-bottom: 2px #e6ecf0 solid;
	background: none;
	color: #9ca7af;
}
.footer .input-outer .clear {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #ffb311;
	border-radius: 5px;
	text-align: center;
}
.footer .input-outer .clear:hover {
	background: #E25757;
}
.footer .input-outer .clear:after {
	position: absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'icomoon';
	font-size: 20px;
	content: "\e90a";
	color: #fff;
	z-index: 1;
}
.footer .input-outer .clear .button {
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	z-index: 2;
	text-indent: -9999px;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.footer .tweet {
	display: block;
	padding: 60px 0 0 0;
}
.footer .tweet .icon {
	width: 14%;
	float: left;
	font-size: 70px;
	color: #e4e9ed;
}
.footer .tweet .right-cnt {
	width: 86%;
	padding: 0 0 0 25px;
	float: left;
}
.footer .tweet .right-cnt p {
	padding-bottom: 10px;
	line-height: 24px;
}
.footer .tweet .sourse {
	display: block;
	font-weight: 700;
	color: #314859;
}
.footer .tweet .sourse span {
	display: inline-block;
	padding-left: 4px;
	font-weight: normal;
	color: #93aabb;
}
.footer .tweet .sourse ul {
	display: inline-block;
	padding-left: 15px;
}
.footer .tweet .sourse ul li {
	display: inline-block;
	padding: 0 6px;
}
.footer .tweet .sourse ul li a {
	display: block;
	color: #8ba6ba;
}
.footer .tweet .sourse ul li a:hover {
	color: #E25757;
	transition: all 0.3s ease 0s;
}
.footer .bottom {
	display: block;
	padding: 25px 0;
	font-size: 12px;
	color: #5f7279;
	text-align: center;
}
.footer .bottom a {
	color: #FFFFFF !important;
}
.footer .bottom a:hover {
	color: #C2C2C2 !important
}
a.scroll-top {
	width: 42px;
	height: 42px;
	line-height: 38px;
	font-size: 24px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	position: fixed;
	display: none;
	right: 20px;
	bottom: 20px;
	background: #B71213;
	z-index: 999;
}
a.scroll-top:hover {
	background: #CD1E1F;
}

/*-----------------------
	Footer - Variante 2
-----------------------*/

.footer.dark-bg {
	background: #1C1D1D;
}
.footer.dark-bg .top {
	border-bottom: none;
}
.footer.dark-bg .top h4 {
	color: #fff;
}
.footer.dark-bg .quick-links ul li a,
.footer.dark-bg .recent-post ul li h5,
.footer.dark-bg .subscribe p,
.footer.dark-bg .input-outer input,
.footer.dark-bg .tweet .right-cnt p,
.footer.dark-bg .bottom {
	color: #FFFFFF;
}
.footer.dark-bg ul.connect-us li a {
	background: #3d555a;
}
.footer.dark-bg ul.connect-us li a:hover {
	background: #E25757;
}
.footer.dark-bg .quick-links,
.footer.dark-bg .recent-post ul li,
.footer.dark-bg .input-outer input {
	border-color: #3d555a
}
.footer.dark-bg .quick-links ul li a:hover {
	color: #E25757;
}
.footer.dark-bg .recent-post ul li p {
	color: #697f84;
}
.footer.dark-bg .recent-post ul li p:before {
	color: #576a71;
}
.footer.dark-bg .input-outer input::-webkit-input-placeholder { /* Chrome */
color: #FFFFFF;
}
.footer.dark-bg .input-outer input:-ms-input-placeholder { /* IE 10+ */
color: #FFFFFF;
}
.footer.dark-bg .input-outer input::-moz-placeholder { /* Firefox 19+ */
color: #FFFFFF;
}
.footer.dark-bg .input-outer input:-moz-placeholder { /* Firefox 4 - 18 */
color: #FFFFFF;
}
.footer.dark-bg .input-outer input {
}
.footer.dark-bg .tweet .icon {
	color: #5b787e;
}
.footer.dark-bg .tweet .sourse {
	color: #fff;
}
.footer.dark-bg .bottom {
	background: #1C1D1D;
}

/*-----------------------------------
	Sided Full Images
------------------------------------*/
.sided-item-wrapper {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.sided-item-wrapper.padding-lg {
	padding-bottom: 0;
}
.sided-item-wrapper ul.features-block-list {
	padding: 50px 0 0;
}
.sided-item-wrapper ul.features-block-list li .equal-height {
	border: none;
	padding: 0;
	border-radius: 0px;
	box-shadow: none;
}
.sided-item-wrapper ul.features-block-list li .ico-block {
	width: 20%;
}
.sided-item-wrapper ul.features-block-list li .cnt-block {
	width: 80%;
	padding-left: 15px;
	padding-right: 15px;
}
.sided-item-wrapper ul.features-block-list h3 {
	font-size: 20px;
}
.sided-item-wrapper .content-area {
	position: relative;
	z-index: 2;
}
.sided-item-wrapper .right-sided-full-image {
	width: calc(100% - 66%);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.sided-item-wrapper .left-sided-full-image {
	width: calc(100% - 60%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.sided-item-wrapper .left-sided-full-image img {
	float: right;
}

/*-----------------------------------
	Features-Liste
------------------------------------*/

.features-section {
	/*background: #f5f5f5;*/
}
.features-section ul.features-listing {
	padding-top: 45px;
}
.features-section ul.features-listing li .icon {
	background: none;
	box-shadow: none;
	width: auto;
	height: auto;
	line-height: 1.1;
}
.features-section ul.features-listing li h3 {
	padding: 10px 0 15px;
}
.features-section .sided-item-wrapper .right-sided-full-image {
	width: calc(100% - 58%);
}
.features-section ul.features-listing li .inner {
	padding: 0;
}

/* ================================================== */
/* Weitere Features */
/* ================================================== */

.awesome-design {
	background: #f5f5f5;
	text-align: center;
}
.awesome-design.padding-lg {
	padding-bottom: 0px;
}
.awesome-design h2 {
	padding-bottom: 28px;
}
.awesome-design p {
	padding-bottom: 35px;
}
.more-features .img-holder {
	max-width: 620px;
	position: relative;
	text-align: center;
}
.more-features .img-holder img {
	margin: 0 auto;
}
.more-features .img-holder a.play-btn {
	width: 92px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	color: #CD1E1F;
	display: inline-block;
	font-size: 72px;
	left: 0;
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.more-features .img-holder a.play-btn2 {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	color: #CD1E1F;
	display: inline-block;
	font-size: 54px;
	left: -86px;
	margin: -52px auto 0;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 66px;
}
.more-features .img-holder a.play-btn:hover {
	color: #E25757;
}

/*-----------------------
      Mehr Features
-----------------------*/

.more-features {
	display: block;
}
.more-features h2 {
	padding-bottom: 20px;
}
ul.more-features-list {
	/*max-width: 430px;*/
	padding: 20px 0 0 0;
}
ul.more-features-list li {
	display: block;
	padding: 15px 15px 15px 0;
	border-bottom: 1px #d6d7d7 solid;
	position: relative;
	margin-left: 40px;
}
ul.more-features-list li:before {
	width: 40px;
	position: absolute;
	top: 18px;
	left: -40px;
	/*content: "\e927";*/
	/*font-family: 'icomoon';*/
	content: "\f058";
	font-family: 'Font Awesome 5 Free';
	font-size: 30px;
	color: #42d79e;
}
ul.more-features-list li:last-child {
	border-bottom: none;
}
ul.more-features-list li p {
	font-size: 12px;
	line-height: 20px;
}

/*-----------------------
   Vertikale Tabs
-----------------------*/

.vertical-tab-outer {
	padding: 60px 0 0;
}
.tabs-vertical {
	/*width: 39%;*/
	width: 45%;
	float: right;
}
.tabs-vertical ul {
	padding: 0 0 0 30px;
}
.tabs-vertical li {
	list-style: none;
	margin: 0 0 10px;
	padding: 10px 18px;
	height: auto;
	background: #f5f5f5;
	color: #fff;
	position: relative;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	text-align: left;
	cursor: pointer;
}
.tabs-vertical li .icon-div {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	padding: 10px 12px;
}
.tabs-vertical li .text-div {
	width: 68%;
	display: inline-block;
	vertical-align: top;
	padding: 10px 12px;
}
.tab-area {
	position: relative;
}
.tab-area h4 {
	padding-bottom: 4px;
	font-size: 16px;
	color: #00324c;
	line-height: 20px;
	font-weight: 400;
}
.tab-area p {
	font-size: 12px;
	color: #687377;
	line-height: 20px;
}
.generate-forms .tab-area p {
	padding-bottom: 0;
}
.tabs-vertical li:before {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #f5f5f5;
	border-bottom: 10px solid transparent;
	top: 40%;
	position: absolute;
	content: "";
	left: -10px;
	transition: all 0.5s ease 0s;
}
.tabs-vertical li.active {
	display: block;
	background: #fff;
}
.tabs-vertical li:hover {
	background: #fff;
}
.tabs-vertical li:hover,
.tabs-vertical li.active {
	box-shadow: 0 0 25px #ebebeb;
}
.tabs-vertical li:hover:before,
.tabs-vertical li.active:before {
	border-right: 10px solid #fff;
	transition: all 0.5s ease 0s;
}
.tab-vertical-container {
	/*width: 61%;*/
	width: 55%;
	border-top: none;
	float: left;
	position: relative;
}
.tab-vertical-content {
	padding: 25px 0 0;
	display: none;
	text-align: left;
}
.tab-vertical-content img {
	max-width: 100%;
}
.tab-drawer-heading {
	display: none;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background-color: #fafafa;
	margin: 0 0 30px;
	padding: 30px;
	cursor: pointer;
	border-radius: 10px;
}
.tab-drawer-heading .icon-div {
	margin: 0 0 15px;
}
.tab-drawer-heading:hover,
.tab-drawer-heading.active-item {
	background-color: #fff;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.tab-drawer-heading:before {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fafafa;
	content: "";
	position: absolute;
	bottom: -10px;
	left: auto;
	transition: all 0.5s ease 0s;
}
.tab-drawer-heading.active-item:before,
.tab-drawer-heading:hover:before {
	border-top: 10px solid #fff;
	transition: all 0.5s ease 0s;
}

/*-----------------------------------
	Features Carousel
------------------------------------*/

.features-carousel-sec {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 70px;
}
.owl-carousel.owl-feature .owl-item img {
	display: block;
	width: inherit;
	max-width: 100%;
}
.owl-feature .owl-nav.disabled {
	display: block;
}
.owl-feature .owl-dots {
	display: none;
}
.owl-feature .owl-nav .icon-know-more-arrow {
	font-size: 44px;
	color: #798c93;
}
.owl-feature .owl-nav .icon-know-more-arrow:hover {
	color: #CD1E1F;
}
.owl-feature .owl-nav .owl-prev,
.owl-feature .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #fff;
	padding: 5px;
	opacity: 0.9;
}
.owl-feature .owl-nav .owl-prev {
	left: -70px;
	transform: matrix(-1, 0, 0, 1, 0, 0);
}
.owl-feature .owl-nav .owl-next {
	right: -70px;
}

/*----------------------------
	  FAQ
-----------------------------*/

.faq-sec {
	display: block;
}
.faq-sec .head-block {
	padding-bottom: 40px;
	text-align: center;
}
.faq-sec .head-block span {
	display: block;
	padding-bottom: 15px;
	font-weight: 700;
	color: #abc2ca;
	text-transform: uppercase;
}
.faq-sec .head-block h2 {
	padding-bottom: 20px;
}
.faq-sec ul li {
	display: block;
	padding-bottom: 40px;
}
.faq-sec ul li h3 {
	padding-bottom: 12px;
	font-size: 16px;
	font-weight: 500;
}
.still-hav-qtns-outer {
	text-align: center;
}
.still-hav-qtns-outer h2 {
	padding: 0 0 50px;
}
.features-listing .info-content {
	max-width: 300px;
	margin: 0 auto;
}
.info-content .icon-holder {
	display: block;
	width: auto;
}
.info-content .icon-holder img {
	max-width: 100%;
}
.info-content h3 {
	font-size: 22px;
	font-weight: 300;
	padding: 30px 0 20px;
}
.info-content .know-more {
	display: block;
	margin: 30px auto 0;
}

img.speedtest-result {
	width: 100%;
	max-width: 300px;
}

/* ================================================== */
/* Blog */
/* ================================================== */

.inner-banner {
	/*background: url(../images/inner-banner.jpg) no-repeat center top;*/
	text-align: center;
	/*min-height: 300px;*/
	min-height: 260px;
	position: relative;
}
.inner-banner.heading-only {
	min-height: 180px !important;
}
.inner-banner:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	background: #b71213;
	/*background: #3edc93;*/
	/*background: -moz-linear-gradient(45deg, #3edc93 0%, #53c2d4 58%, #E25757 100%);*/
	/*background: -webkit-linear-gradient(45deg, #3edc93 0%, #53c2d4 58%, #E25757 100%);*/
	/*background: linear-gradient(45deg, #3edc93 0%, #53c2d4 58%, #E25757 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3edc93', endColorstr='#E25757', GradientType=1 );*/
	/*opacity: 0.9;*/
}
.inner-banner .container {
	position: relative;
	z-index: 2;
}
.inner-banner .contents {
	/*padding: 80px 0 0;*/
	padding: 60px 0 0;
}
.inner-banner h1 {
	color: #fff;
	font-size: 46px;
	margin-bottom: 20px;
}
.inner-banner p {
	color: #fff;
	/*font-size: 18px;*/
	font-size: 16px;
	line-height: 28px;
	/*opacity: 0.7;*/
}
.inner-banner p span {
	display: block;
}
p.time span {
	color: #616161;
}
p.time:before {
	content: "\e912";
	font-family: 'icomoon';
	font-size: 16px;
	color: #b2b2b2;
	position: absolute;
	left: 0;
	top: 0;
}

/* ================================================== */
/* FAQ */
/* ================================================== */

.faq-outer .faq-left {
	max-width: 28.5%;
	flex: 0 0 28.5%;
}
.faq-outer .faq-left ul li {
	display: block;
	margin-bottom: 15px;
	border: 1px #d6dfda solid;
	box-shadow: 0px 0px 8px #e6ede9;
	border-radius: 5px;
	position: relative;
	transition: all 0.3s ease 0s;
}
.faq-outer .faq-left ul li a {
	display: block;
	padding: 20px;
}
.faq-outer .faq-left ul li:before {
	width: 2px;
	height: 65%;
	display: block;
	background: #42d79e;
	content: "";
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.faq-outer .faq-left ul li:after {
	width: 0;
	height: 0;
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	position: absolute;
	pointer-events: none;
	border-color: rgba(66, 215, 158, 0);
	border-left-color: #42d79e;
	border-width: 5px;
	margin-top: -5px;
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.faq-outer .faq-left ul li:hover:before,
.faq-outer .faq-left ul li:hover:after,
.faq-outer .faq-left ul li.active:before,
.faq-outer .faq-left ul li.active:after {
	opacity: 1;
}
.faq-outer .faq-left ul li:hover,
.faq-outer .faq-left ul li.active {
	border-color: #42d79e;
}
.faq-outer .faq-left ul li .icon {
	width: 19%;
	display: inline-block;
	vertical-align: middle;
	font-size: 36px;
	color: #869ea9;
	transition: all 0.3s ease 0s;
}
.faq-outer .faq-left ul li:nth-child(4) .icon {
	font-size: 46px;
}
.faq-outer .faq-left ul li:hover .icon,
.faq-outer .faq-left ul li.active .icon {
	color: #42d79e;
}
.faq-outer .faq-left ul li .cnt-block {
	width: 79%;
	display: inline-block;
	vertical-align: top;
}
.faq-outer .faq-left ul li .cnt-block h3 {
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #22333a;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.faq-outer .faq-left ul li:hover .cnt-block h3,
.faq-outer .faq-left ul li.active .cnt-block h3 {
	color: #42d79e;
}
.faq-outer .faq-left ul li .cnt-block p {
	font-size: 12px;
	color: #707986;
	line-height: 19px;
}
.faq-outer .faq-right {
	max-width: 71.5%;
	flex: 0 0 71.5%;
	padding-left: 45px;
	margin-top: -18px;
}
.faq-outer .card-header {
	padding: 18px 0;
	background: none;
	border: none;
}
.faq-outer #accordion h5 a {
	display: block;
	padding: 0 25px 0 47px;
	font-size: 16px;
	font-weight: 500;
	color: #5e6b6f;
	line-height: 22px;
	position: relative;
}
.faq-outer .card-header h5 a:before {
	width: 32px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 30px 30px 0 30px;
	text-align: center;
	background: #dbe5ea;
	content: "?";
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	transition: all 0.3s ease 0s;
}
.faq-outer .card-header h5 a:hover:before,
.faq-outer #accordion .active h5 a:before {
	background: #43b8ea;
}
.faq-outer #accordion h5 a:hover,
.faq-outer #accordion .active h5 a {
	color: #232127;
}
.faq-outer .card-header h5 a:after {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	content: "\e91e";
	font-family: 'icomoon';
	font-size: 20px;
	color: #9db5c0;
	transition: all 0.3s ease 0s;
}
.faq-outer .card-header h5 a:hover:after,
.faq-outer #accordion .active h5 a:after {
	content: "\e91f";
	color: #4a555b;
}
.faq-outer .card {
	border: none;
	border-bottom: 1px #878787 dotted;
	background: none;
}
.faq-outer .card:last-child {
	border-bottom: none;
}
.faq-outer .card-body {
	padding: 0px 25px 40px 47px;
}

.questions-accordian {
	padding: 30px 0 0;
}
.questions-accordian.faq .card-header {
	padding-top: 16px;
	padding-bottom: 16px;
	cursor: pointer;
}
.questions-accordian.faq .card-header a {
	display: block;
}
.questions-accordian.faq .card-header h3 {
	width: calc(100% - 30px);
}
.questions-accordian ul {
	padding: 20px 0 0;
	display: block;
}
.questions-accordian li {
	padding: 0 60px 0 20px;
	position: relative;
	width: auto;
	display: inline-block;
}
.questions-accordian ul li:before {
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background: #c3bab9;
	position: absolute;
	top: 8px;
	left: 0;
	content: "";
}


.questions-accordian .card {
	display: block;
	border: none;
	border-radius: 0;
}
.questions-accordian .card-header {
	background: #fff;
	/*border-radius: 5px;*/
	border-radius: 0;
	/*box-shadow: 2px 0px 10px -3px rgba(0, 0, 0, 0.1);*/
	transition: all 0.15s ease-in-out 0s;
	border: 1px solid #d0dbe1;
	padding: 18px 20px;
	position: relative;
	margin: 0 0 6px;
	transition: all 0.3s ease 0s;
}
.questions-accordian .card-header h3 {
	width: calc(100% - 280px);
	/*font-size: 18px;*/
	font-size: 16px;
	font-weight: 500;
	/*color: #324349;*/
	color: #1E1E1E;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s ease 0s;
}
.questions-accordian .card-header h6 {
	width: 37%;
	max-width: 250px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 20px 0 0;
	margin-top: 4px;
	text-align: left;
	color: #909ca1;
	float: right;
}
.questions-accordian .card-header h6 span {
	padding: 0 5px;
	font-size: 16px;
}
.questions-accordian .card-header:after {
	color: #b9bec3;
	content: "\f107";
	/*font-family: 'icomoon';*/
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	float: right;
	font-size: 18px;
	margin-left: 5px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.questions-accordian .card-header.active:after {
	color: #B71213;
}
.questions-accordian .card-header.active:before {
	width: 100%;
	background: #fff;
	bottom: -7px;
	position: absolute;
	height: 11px;
	content: "";
	left: 0;
}
.questions-accordian .card-header:hover,
.questions-accordian .card:focus {
	border-color: #B71213;
	/*box-shadow: 2px 0px 10px -3px #B71213;*/
}
.questions-accordian .card:hover h3,
.questions-accordian .card-header.active h3 {
	color: #B71213;
}
.questions-accordian .card-header.active {
	border-color: #B71213;
	/*box-shadow: 2px 0px 10px -3px #B71213;*/
	/*border-radius: 5px 5px 0 0;*/
	border-radius: 0;
	margin: 0;
	border-bottom: none;
}
.questions-accordian .card-body {
	border: 1px solid #B71213;
	/*border-radius: 0 0 5px 5px;*/
	border-radius: 0;
	display: block;
	margin: 0 0 6px;
	background: #fff;
	padding: 0 20px 30px;
	border-top: none;
	/*box-shadow: 2px 0px 10px -3px #B71213;*/
}
.questions-accordian .apply-now.btn {
	padding: 0 30px;
	background: #CD1E1F;
	margin-top: 28px auto 18px;
	display: inline-block;
}
.questions-accordian .apply-now.btn:hover {
	background: #B71213;
}

/* ================================================== */
/* Kontakt */
/* ================================================== */

.contact-wrapper-outer {
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(244,246,247,1) 70%);
}
.contact-wrapper-outer .container {
	position: relative;
	z-index: 1;
}
.contact-form .submit {
	width: 100%;
	height: 52px;
	line-height: 52px;
	padding: 0 10px;
	margin: 15px auto 0;
	display: block;
	font-size: 14px;
	background: #CD1E1F;
	text-align: center;
	/*border-radius: 3px;*/
	border-radius: 0;
	cursor: pointer;
	/*transition: all 0.3s ease 0s;*/
}
.contact-form .submit:hover {
	background: #E25757;
}
.contact-info-wrapper {
	height: 100%;
	background: #f4f6f7;
}
.info-contact-box {
	display: block;
}
.info-contact-box li {
	display: block;
	padding: 5px 0 15px 35px;
	position: relative;
}
.info-contact-box li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	font-family: 'icomoon';
	font-size: 19px;
	color: #c7d0d3;
}
.info-contact-box li:first-child:before {
	content: "\e92e";
}
.info-contact-box li:nth-child(2):before {
	content: "\e924";
}
.info-contact-box li:nth-child(3):before {
	content: "\e90a";
}
.contact-info-wrapper h3 {
	font-size: 24px;
	font-weight: 600;
	color: #2c5260;
	padding: 0 0 30px;
}
.contact-info-wrapper h6 {
	font-size: 14px;
	font-weight: 600;
	color: #2c5260;
	padding: 0 0 10px;
}
.contact-info-wrapper a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #2c5260;
	line-height: 1;
}
.contact-info-wrapper a:hover {
	color: #E25757;
}
.contact-info-wrapper p {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #2c5260;
}
.contact-info-wrapper .contact-info {
	max-width: 290px;
	margin: 0 auto;
	padding: 0 20px;
}
.contact-info-wrapper .social-media-box {
	max-width: 290px;
	background: none;
	margin: 30px auto 0;
	padding: 0 20px;
	box-shadow: none;
	text-align: center;
}
.contact-info-wrapper .social-media-box h6 {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 15px;
}
.contact-info-wrapper .social-media-box h6:before {
	content: "";
	top: 30%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #d8dfe3;
	position: absolute;
	z-index: 1;
}
.contact-info-wrapper .social-media-box h6 span {
	background: #f4f6f7;
	padding: 0 15px;
	z-index: 2;
	position: relative;
}
.contact-map {
	height: 600px;
	position: relative;
	overflow: hidden;
}
.contact-map .msg-box {
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0px;
	bottom: -30px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	z-index: 2;
	transition: all 0.3s ease 0s;
}
.contact-map:hover .msg-box {
	bottom: 0px;
	opacity: 1;
}
.contact-map .msg-box p {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.contact-map .msg-box p i{
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}
.contact-map iframe {
	width: 100%;
	height: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.contact-map iframe.clicked {
	pointer-events: auto;
}
.contact-map iframe {
	width: 100%;
	height: 100%;
}
.contact-form label.error {
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #aa0101;
}
.msg {
	display: none;
}
.msg-error {
	display: block;
	padding: 6px 20px;
	margin: 20px 0 0 0;
	font-size: 13px;
	color: #721c24;
	background: #f5c6cb;
	border-radius: 4px;
}
.msg-error:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
	content: "\f071";
	float: right;
}
.msg-success {
	display: block;
	padding: 6px 20px;
	margin: 30px 0 0 0;
	font-size: 13px;
	color: #155724;
	background: #c3e6cb;
	border-radius: 4px;
}
.msg-success:after {
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
	content: "\f00c";
	float: right;
}

/* Kontaktformular */

.contact-form {
	text-align: left;
}

.contact-form .error-message, .contact-form .success-message {
	margin-bottom: 25px;
	display: none;
	padding: 5px 20px;
}

.contact-form .error-message {
	border: 2px solid #C20000;
}

.contact-form .success-message {
	border: 2px solid #0A8A00;
}

.contact-form .g-recaptcha {
	margin: auto;
	width: 304px;
	/*border-radius: 3px;*/
}

/* ================================================== */
/* 404 (Fehlerseite) */
/* ================================================== */

.error-page-bg {
	width: 100%;
	height: 100%;
	display: table;
	/*background: url(../images/404-bg.png) no-repeat center fixed;*/
	color: #fff;
	position: absolute;
	text-align: center
}
.error-page-bg .error-inner {
	display: table-cell;
	vertical-align: middle;
}
.error-page-bg .error-inner h1 {
	font-size: 110px;
	color: #E25757;
	font-weight: 700;
	padding: 0 0 20px;
}
.error-page-bg .error-inner p {
	max-width: 300px;
	margin: 0 auto;
	font-size: 14px;
	color: #96a3b5;
	line-height: 24px;
}
.error-page-bg .back-to-home {
	max-width: 175px;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	margin: 30px auto 0;
	display: block;
	font-size: 14px;
	background: #CD1E1F;
}
.error-page-bg .back-to-home:hover {
	background: #E25757;
}
.error-page-bg .back-to-home i {
	font-size: 13px;
	padding-right: 5px;
}

/* ================================================== */
/* Typographie */
/* ================================================== */

.heading-box {
	border: 1px solid #c5cacf;
	border-radius: 5px;
	padding: 50px 50px 35px;
}
.heading-box h1,
.heading-box h2,
.heading-box h3,
.heading-box h4,
.heading-box h5,
.heading-box h6 {
	padding-bottom: 15px;
}
.paragraph-box {
	padding: 0 0 30px;
}
.paragraph-box:last-child {
	padding-bottom: 0px;
}
.paragraph-box h6 {
	padding-bottom: 5px;
}
.typography-middle {
	background: #f5f5f5;
	padding: 70px 0 40px;
}
.typography-middle code {
	font-size: 16px;
	color: #b92e2e;
	font-weight: 400;
	padding: 0 0 20px;
}
.typography-middle ol,
.typography-middle ul {
	margin-bottom: 30px;
}
.typography-bottom {
	border-bottom: 1px solid #efefef;
}

/* ================================================== */
/* Komponenten */
/* ================================================== */

.components .head-block {
	text-align: center;
	padding: 0 0 30px;
}
.components.form-sec {
	display: block;
}
.form-area .select2.select2-container {
	background: none;
	border: 1px solid #d8dfe3;
	border-radius: 3px;
	box-shadow: none;
	height: 46px;
	line-height: 46px;
	margin: 0 0 14px;
	padding: 0 45px 0 10px;
	width: 100% !important;
	display: block;
	overflow: hidden;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.form-area .select2-container--default .select2-selection--single {
	background: rgba(0, 0, 0, 0);
	border: none;
	height: 46px;
	line-height: 46px;
	border-radius: 0px;
}
.form-area .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #697980;
	line-height: 46px;
}
.form-area .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: solid #bcc5cc;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 4px;
	top: 38%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.form-area .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 5px;
	width: 35px;
	height: 35px;
	border-radius: 2px;
	top: 4px;
}
.form-area .select-border-box .select2-container--default .select2-selection--single {
	border-right: 1px solid #d8dfe3;
}
.form-area .bg.select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
	background: #fff;
}
.form-area .bg .select2.select2-container {
	background: #f0f4f7;
}

/*-----------------------------------
	 Buttons
------------------------------------*/

.buttons-holder {
	padding-top: 28px;
}
.buttons-holder .btn {
	margin-bottom: 20px;
}
.large.btn {
	display: block;
}
.btn.orange {
	background: #CD1E1F;
}
.btn.orange:hover,
.btn.blue:hover,
.btn.green:hover {
	background: #173139;
}
.btn.blue {
	background: #E25757;
}
.btn.green {
	background: #42d79e;
}
.btn.dark {
	background: #385665;
}
.btn.dark:hover {
	background: #173139;
}
.btn.border {
	background: #fff;
	color: #CD1E1F;
	border: 2px solid #CD1E1F !important;
}
.btn.border:hover {
	background: #CD1E1F;
	color: #fff;
}
.components.count-to-sec {
	background: #fff;
}

/*-----------------------------------
	Horizontale Tabs
------------------------------------*/

#myTab {
	display: block;
	text-align: center;
	border: none;
}
#myTab .nav-item {
	display: inline-block;
	padding: 0 4px;
}
#myTab .nav-link {
	display: block;
	padding: 4px 30px;
	font-size: 14px;
	font-weight: 600;
	color: #818d98;
	text-transform: uppercase;
	border-radius: 25px;
	position: relative;
	border: none;
}
#myTab .nav-link:hover,
#myTab .nav-link.active {
	background: #CD1E1F;
	border: none;
	color: #fff;
}
#myTab .nav-link:after {
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	position: absolute;
	pointer-events: none;
	border-color: rgba(242, 154, 50, 0);
	border-top-color: #CD1E1F;
	border-width: 6px;
	margin-left: -6px;
	opacity: 0;
	transition: all 0.3s ease 0s;
}
#myTab .nav-link:hover:after,
#myTab .nav-link.active:after {
	opacity: 1;
}
#myTabContent {
	padding-top: 45px;
}
#myTabContent p {
	padding-bottom: 20px;
}
.vertical-tab.padding-lg {
	padding-bottom: 0px;
}

/*-----------------------------------
	Popups
------------------------------------*/

.popup-outer.padding-lg {
	padding-bottom: 0px;
}
.popup-outer ul.popup-menu {
	margin-bottom: 30px;
	text-align: center;
}
.popup-outer ul.popup-menu li {
	display: inline-block;
	list-style: none;
	padding: 0 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.popup-outer ul.popup-menu li a {
	display: block;
	padding: 6px 25px;
	background: #E25757;
	color: #fff;
	border-radius: 25px;
}
.popup-outer ul.popup-menu li a:hover {
	background: #CD1E1F;
}
.modal-content {
	border-radius: 0px;
}
/*.modal-dialog {
	max-width: 700px;
}*/
/*button.close {
	width: 25px;
	height: 25px;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 998;
	text-align: center;
	font-size: 18px;
	text-shadow: none;
	background: #E25757;
	line-height: 25px;
	color: #fff;
	opacity: 1;
}*/
/*.close:focus,
.close:hover {
	background: #CD1E1F;
	color: #fff;
	opacity: 1;
}*/
.popup-img {
	max-width: 740px;
	margin: 0 auto;
	position: relative;
}
.popup-img a {
	width: 66px;
	height: 66px;
	margin: 0 8px;
	display: inline-block;
	line-height: 72px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	background: #CD1E1F;
	font-size: 20px;
	color: #fff;
}
.popup-img a:hover {
	background: #fff;
	color: #CD1E1F;
}

/* ================================================== */
/* Responsive */
/* ================================================== */

/* Tabellen bei schmalen Display-Breiten vertikal anzeigen */
@media
/*only screen and (max-width: 600px) {*/
only screen and (max-width: 700px) {
	table.table-responsive-vertical,
	table.table-responsive-vertical thead,
	table.table-responsive-vertical tbody,
	table.table-responsive-vertical th,
	table.table-responsive-vertical td,
	table.table-responsive-vertical tr {
		display: block;
	}

	table.table-responsive-vertical thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	table.table-responsive-vertical tr {
		/*border: 1px solid #CCCCCC;*/
	}

	table.table-responsive-vertical tr:nth-child(even) {
		background-color: #F2F2F2;
	}

	.table.table-responsive-vertical > tbody > tr > td,
	.table.table-responsive-vertical > tbody > tr > th,
	.table.table-responsive-vertical > tfoot > tr > td,
	.table.table-responsive-vertical > tfoot > tr > th,
	.table.table-responsive-vertical > thead > tr > td,
	.table.table-responsive-vertical > thead > tr > th {
		padding: 8px 8px 8px 50%;
	}

	.table-responsive-vertical td {
		/*border: none;*/
		/*border-bottom: 1px solid #EEEEEE;*/
		position: relative;
		text-align: left;
		border-collapse: separate;
		word-wrap: break-word;
		/*padding-left: 50%;*/
	}

	.table-responsive-vertical td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
	}
}

@media (max-width: 1600px) {

	.sided-item-wrapper .right-sided-full-image {
		width: calc(100% - 72%);
	}
}

@media (max-width: 1200px) {

	.sided-item-wrapper .right-sided-full-image {
		width: calc(100% - 74%);
	}
	.sided-item-wrapper ul.features-block-list h3 {
		font-size: 18px;
		line-height: 26px;
	}
	.sided-item-wrapper ul.features-block-list li .ico-block {
		width: 15%;
	}
	.sided-item-wrapper ul.features-block-list li .cnt-block {
		width: 85%;
	}
	.sided-item-wrapper h2,
	.generate-forms h2,
	.latest-stories.white {
		font-size: 30px;
		line-height: 38px;
	}
	.custom-opacity .frame {
		width: 32.7%;
		top: -17px;
	}

}

/* Desktops (992px+) */
@media (min-width: 992px) and (max-width:1199px) {

	body {
		font-size: 13px;
	}
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 32px;
		line-height: 40px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 26px;
	}
	h5 {
		font-size: 24px;
	}
	h6 {
		/*font-size: 22px;*/
	}
	.padding-lg {
		padding: 60px 0;
	}
	.padding-md {
		padding: 35px 0;
	}
	.navbar-light .navbar-nav {
		padding-left: 3%;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		/*padding: 30px 15px;*/
		font-size: 15px;
	}
	.navbar-right > li a {
		padding: 10px 24px;
		font-size: 12px;
	}
	.navbar-brand {
		margin-right: 0 !important;
	}
	.dropdown-menu.megamenu {
		min-width: 342px;
	}
	.banner .left h1, .banner .text-center h1,
	.banner.banner2 .left h1 {
		padding-bottom: 15px;
		font-size: 38px;
		line-height: 46px;
	}
	.banner .left p, .banner .text-center p {
		font-size: 22px;
		line-height: 26px;
	}
	.banner a.get-started {
		max-width: 200px;
		padding: 10px 15px;
	}
	.banner .pop-box {
		left: 0px;
	}
	.banner .pop-box .right-cnt h3 {
		font-size: 16px;
		line-height: 22px;
	}
	.banner.banner2 {
		min-height: 600px;
	}
	.banner.banner2 .left {
		padding-top: 55px;
	}
	.banner.banner2 .left h1 {
		font-size: 36px;
	}
	.banner.banner2 .left > p {
		font-size: 20px;
		line-height: 28px;
	}
	.banner.banner2 .cnt-row2 {
		padding-top: 50px;
	}
	.banner.banner2 .cnt-block {
		padding-top: 96px;
	}
	.banner.banner2 .right-sec p {
		padding-bottom: 10px;
		line-height: 22px;
	}
	.banner.banner3 .cnt-block {
		padding-bottom: 60px;
	}
	.banner.banner2.slide1 .cnt-block {
		padding-top: 91px;
	}
	.banner.banner2.slide1,
	.banner.slide2,
	.banner.slide3 {
		min-height: 580px;
	}
	.banner.slide2 .cnt-block {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.banner.slide2 img {
		width: 82.5%;
	}
	.banner.slide3 .left h1 {
		font-size: 38px;
	}
	.banner.slide3 .cnt-block {
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.banner.slide3 img {
		width: 81.5%;
	}
	.content-marketing .head-block p {
		font-size: 14px;
		line-height: 26px;
	}
	ul.features-block-list li .cnt-block {
		padding-left: 25px;
	}
	ul.features-block-list li h3 {
		font-size: 20px;
	}
	.seo-reports .cnt-block {
		padding-top: 80px;
	}
	.seo-reports .cnt-block h2 {
		padding-bottom: 15px;
	}
	.simple-editor .cnt-block {
		padding-top: 0px;
	}
	.simple-editor .cnt-block h2 {
		padding-bottom: 10px;
	}
	.choose-pack .head-block .plan-title h3 {
		font-size: 20px;
		font-weight: 400;
	}
	.choose-pack a.btn.get-started {
		padding: 10px 30px;
	}
	.client-speak .head-block {
		padding-bottom: 40px;
	}
	.head-block {
		padding-bottom: 40px;
	}
	.speak-listing .owl-dots {
		margin-top: 60px;
	}
	.blog-blocks .card-body {
		padding: 30px;
	}
	.brands {
		padding: 45px 0;
	}
	.signup-outer ul {
		padding-bottom: 30px;
	}
	.demo-wrapper.white-bg {
		padding: 60px 0;
	}
	.thumbnail-holder .inner h3 {
		padding-bottom: 20px;
		font-size: 22px;
	}
	a.ovelay-icon {
		width: 60px;
		height: 60px;
		padding: 20px;
		font-size: 20px;
	}
	.footer .top {
		padding: 50px 0 40px 0;
	}
	.footer .quick-links ul li {
		font-size: 13px;
	}
	.footer .recent-post {
		padding-left: 0px;
	}
	.footer .recent-post ul li figure {
		width: 27%;
	}
	.footer .recent-post ul li h5 {
		font-size: 13px;
	}
	.footer ul.connect-us li a {
		width: 28px;
		height: 28px;
		line-height: 28px;
	}
	.footer .bottom {
		padding: 20px 0;
	}
	.custom-opacity .frame {
		width: 32.5%;
		top: -13px;
	}
	.inner-banner {
		min-height: 240px;
	}
	.inner-banner.heading-only {
		min-height: 160px !important;
	}
	.inner-banner .contents {
		padding: 55px 0px 0px;
	}
	.who-we-are .cnt-block {
		padding-left: 20px;
	}
	.who-we-are .cnt-block p {
		padding: 10px 0;
	}
	ul.who-listing li {
		padding: 2px 0 2px 32px;
	}
	.blog-sidebar {
		margin-left: -70px;
	}
	.blog-sidebar .cmn-box {
		padding: 37px 30px;
	}
	.blog-sidebar .article-pic {
		margin-left: -30px;
		margin-right: -30px;
	}
	.blog-content > ul > li {
		padding: 40px 0px;
	}
	.blog-content h5,
	.blog-content.grid h5 {
		font-size: 18px;
		line-height: 28px;
	}
	.blog-content.masonry-blog {
		margin-right: 30px;
	}
	.blog-content.masonry-blog > ul {
		margin-left: -30px;
	}
	.blog-content.masonry-blog > ul > li {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.blog-content.masonry-blog ul.blog-info li {
		padding-right: 10px;
	}
	.blog-content.masonry-blog.grid {
		margin-right: 0px;
	}
	.blog-content.masonry-blog.grid > ul {
		margin-left: -30px;
		margin-right: -30px;
	}
	.blog-content.masonry-blog.grid ul.blog-info li {
		padding-right: 4px;
	}
	ul.blog-info li {
		font-size: 12px;
		padding-left: 30px;
	}
	ul.blog-info li:before {
		font-size: 18px;
		left: 6px;
	}
	ul.blog-info li:first-child {
		padding-left: 24px;
	}
	ul.blog-tag li a {
		padding: 2px 15px;
	}
	.blog-content.masonry-blog > ul > li .blog-item {
		padding: 40px 0px 40px 0px;
	}
	.blog-content.blog-detailed {
		margin-right: 80px;
	}
	.blog-content > ul > li {
		padding: 30px 0px;
	}
	.faq-outer .faq-left ul li a {
		padding: 20px 15px;
	}
	.faq-outer .faq-left ul li .icon {
		font-size: 32px;
	}
	.faq-outer .faq-left ul li:nth-child(4) .icon {
		font-size: 42px;
	}
	.faq-outer .faq-right {
		padding-left: 35px;
	}
	ul.contact-list li .inner .call,
	ul.contact-list li .inner a.mail-to {
		font-size: 14px;
	}
	.career-banner.inner-banner {
		min-height: 360px;
	}
	.career-info-panel {
		padding: 30px 25px;
	}
	.contact-map {
		height: 400px;
	}
	.select-pricing-plan h2 {
		padding: 0 0 10px 0;
	}
	.select-pricing-plan p {
		padding: 0 0 10px;
	}

	img.img-led-color {
		width: 60%;
	}

}

@media (max-width: 991px) {

	body {
		font-size: 13px;
		line-height: 26px;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 30px;
		line-height: 38px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 26px;
	}
	h5 {
		font-size: 22px;
	}
	h6 {
		/*font-size: 22px;*/
	}
	p.large {
		line-height: 24px;
	}
	.logo1 {
		/*display: block;*/
		display: inline-block;
	}
	.navbar {
		line-height: 26px;
	}
	.navbar-brand {
		/*height: 70px;*/
		padding: 10px 15px;
	}
	.navbar-light .navbar-nav, .navbar-dark .navbar-nav {
		padding: 0px;
	}
	ul.lang-selection i.lang-selection-icon {
		display: none;
	}
	ul.lang-selection span.lang-selection-text,
	ul.darkmode span.darkmode-text {
		display: inline-block;
	}
	ul.darkmode li.nav-item {
		text-align: left;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 6px 15px;
	}
	.navbar-light .navbar-toggler {
		border: none;
		cursor: pointer;
		outline: none;
	}
	.navbar-light .navbar-toggler, .navbar-dark .navbar-toggler {
		margin-right: 1rem;
	}
	.navbar-right {
		padding: 15px 15px 30px 15px;
	}
	.navbar-right > li {
		padding-right: 10px;
	}
	.navbar-right > li > a {
		padding: 10px 40px;
	}
	.navbar-right > li:first-child a,
	.navbar-right > li:last-child a {
		border-radius: 25px;
	}
	.opt2 .navbar-right > li:first-child a {
		border: 2px solid #E25757;
	}
	.navbar-collapse {
		padding-top: 10px;
		/*border-top: 1px #e6e4e4 solid;*/
	}
	.opt3 .navbar-collapse {
		border-color: rgba(255, 255, 255, 0.2);
	}
	/*.opt3 .navbar .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(0, 0, 0, 1)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E");
	}
	.opt3 .navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(255, 255, 255, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E");
	}*/
	.opt5 {
		background: #fff;
	}
	.opt5 .logo,
	.opt5.fixed.logo {
		display: none;
	}
	.opt5 .navbar-right > li a {
		border: 2px #E25757 solid !important;
	}
	.opt5 .navbar-expand-lg .navbar-nav .nav-link {
		color: #556665;
	}
	.opt5 .navbar-right > li a {
		color: #E25757 !important;
	}
	.opt5 .navbar-right > li a:hover {
		color: #fff !important;
	}
	.mob-icon span,
    .mob-icon span:before, .mob-icon span:after{
		background: #E25757;
	}
    .opt5 .top-menu-bar{
        padding-right: 20px;
    }
    .opt6 .follow-us{
        display: none;
    }
    .opt6 .navbar-right{
        margin: 5px 0 0;
        padding: 15px;
    }
    .opt6.fixed .navbar-right{
        margin: 6px 0 0;
    }
	.dropdown-menu {
		padding-top: 0px;
		margin: .125rem 5px 5px;
		color: #212529;
		border: 1px solid rgba(0,0,0,.15);
		background-color: #FFFFFF;
	}
	.dropdown-menu.megamenu ul {
		width: 100%;
	}
	.dropdown-menu.megamenu {
		min-width: inherit;
	}
	.dropdown-menu .inner {
		border-radius: 0px;
		padding: 0px;
		box-shadow: none;
	}
	.dropdown-menu .inner:after {
		display: none;
	}
	.dropdown-item {
		font-size: 13px;
		padding: 2px 15px;

		word-break: normal;
		white-space: normal;

		color: #212529;
	}
	.demo-wrapper {
		padding: 80px 0 40px 0;
	}
	.demo-wrapper.white-bg {
		padding: 50px 0;
	}
	.thumbnail-holder .inner h3 {
		padding-bottom: 15px;
		font-size: 20px;
	}
	a.ovelay-icon {
		width: 50px;
		height: 50px;
		padding: 15px;
		font-size: 18px;
	}
	.why-protech-outer ul.features-listing li h3 {
		font-size: 16px;
	}
	.tabs-vertical {
		width: 45%;
	}
	.tab-vertical-container {
		width: 55%;
	}
	.plan-features-sec .container {
		width: 90%;
		max-width: none;
	}
	.how-it-work-items .content-area .icon {
		width: 18%;
		padding-right: 8px;
	}
	.how-it-work-items .content-area .icon span {
		width: 52px;
		height: 52px;
		line-height: 52px;
		font-size: 24px;
	}
	.how-it-work-items .text-area h2 {
		font-size: 28px;
	}
	.portfolio-outer ul.portfolio li h2 {
		font-size: 18px;
	}
	.portfolio-outer ul.portfolio li p {
		padding-bottom: 10px;
	}
	.portfolio-outer ul.portfolio li a {
		width: 46px;
		height: 46px;
		font-size: 16px;
		line-height: 52px;
	}
	ul.portfolio-filter li,
	#myTab .nav-item {
		padding: 0 2px;
	}
	ul.portfolio-filter li a,
	#myTab .nav-link {
		padding: 4px 15px;
	}
	ul.blog-info li {
		font-size: 12px;
		padding: 0 10px 0 30px;
	}
	ul.blog-info li:before {
		font-size: 18px;
		left: 8px;
	}
	ul.blog-tag li a {
		padding: 2px 15px;
	}
	.blog-content.masonry-blog.grid > ul > li {
		width: 50%;
	}
	.blog-content.masonry-blog.grid > ul > li:nth-child(2) .blog-item {
		border-top: none;
		padding-top: 0px;
	}
	.blog-content.masonry-blog.grid > ul > li:nth-child(3) .blog-item {
		padding: 30px 0 20px;
		border-top: 1px solid #f0f0f0;
	}
	.blog-sigle-item h4 {
		font-size: 24px;
		line-height: 34px;
	}
	.plan-table-holder .table .head-block .price .amnt {
		font-size: 62px;
	}
	.plan-table-holder .table tbody tr td {
		font-size: 11px;
	}
	.plan-table-holder .table .icon-tick-circle,
	.plan-table-holder .table .icon-close-circle {
		font-size: 22px;
	}
	.need-to-discuss .submit-form input {
		margin-bottom: 40px;
	}
	.need-to-discuss .head-block {
		padding-bottom: 30px;
	}
	ul.more-features-list {
		padding-bottom: 30px;
	}
	.tabs-vertical li .icon-div {
		display: none;
	}
	.tabs-vertical li .text-div {
		width: 100%;
	}
	.generate-forms ul.counter-listing {
		padding: 30px 0 20px;
	}
	.generate-forms ul.counter-listing li span {
		font-size: 44px;
		padding: 0px;
	}
	.career-banner.inner-banner {
		min-height: 340px;
	}
	.career-info-panel {
		padding: 30px 20px;
	}
	.career-info-panel h3 {
		font-size: 18px;
	}
	ul.our-values.opt2 li .text-area {
		width: 78%;
	}
	.call-action-box-large,
	.call-action-bar,
	.call-action-bar.bg,
	.call-action-bar.gradient {
		padding: 35px 0;
	}
	.questions-accordian .card-header h3 {
		font-size: 16px;
	}
	.questions-accordian .card-header {
		padding: 15px 20px;
	}
	.career-banner.apply-job h1 {
		padding-top: 0px;
	}
	.job-apply-wrapper .job-info-box p {
		font-size: 14px;
		line-height: 26px;
	}
	.icon-tik-list li h6 {
		font-size: 14px;
		line-height: 18px;
	}
	.call-action-bar h2 {
		line-height: 1.2;
	}
	.call-action-bar h2 span {
		display: block;
	}
	.call-action-bar h4 {
		line-height: 1.2;
		font-size: 22px;
	}
	.call-action-bar h2 .btn,
	.call-action-bar h4 .btn {
		margin-top: 20px;
	}
	.contact-map {
		height: 340px;
	}
	.login-form-holder h3 {
		font-size: 26px;
	}
	.custom-opacity .frame {
		width: 32%;
		top: -10px;
	}
	.sided-item-wrapper ul.features-block-list {
		padding-top: 30px;
	}
	.faq-sec ul li h3 {
		font-size: 15px;
		line-height: 26px;
	}
	#myTabContent {
		padding-top: 30px;
	}
	.countdown-container h3 {
		font-size: 22px;
	}

	img.img-led-color {
		width: 70%;
	}

}

/* Tablets (768px+)*/
@media (min-width: 768px) and (max-width: 991px) {

	.hidden-md {
		display: none;
	}
	.padding-lg {
		padding: 50px 0;
	}
	.padding-md {
		padding: 25px 0;
	}
	.header-top ul.follow-us li {
		padding-left: 10px;
	}
	.banner {
		min-height: 620px;
	}
	.banner.solid-bg,
	.banner.gradient-bg {
		margin-bottom: 80px;
	}
	.banner .cnt-block {
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.banner .left h1, .banner .text-center h1 {
		padding-bottom: 10px;
		font-size: 28px;
		line-height: 36px;
	}
	.banner .left p, .banner .text-center p {
		font-size: 18px;
	}
	.banner.banner2 {
		min-height: 430px;
	}
	.banner.banner2 .left {
		padding-top: 15px;
	}
	.banner.banner2 .left h1 {
		padding-bottom: 10px;
		font-size: 30px;
		line-height: 40px;
	}
	.banner.banner2 .left p {
		font-size: 15px;
	}
	.banner.banner2 .cnt-row2 {
		padding-top: 30px;
	}
	.banner.banner2 .right-sec {
		padding-left: 0px;
	}
	.banner.banner2 .right-sec p {
		padding-bottom: 10px;
		font-size: 13px;
	}
	.banner.banner2 .right-sec a.get-started {
		padding: 6px 16px;
		font-size: 12px;
	}
	.banner.banner3 {
		min-height: 540px;
	}
	.banner.banner3 .cnt-block {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.banner.slide1 .mobile-img {
		max-width: 57%;
		position: absolute;
		right: 0;
	}
	.banner.slide1 .cnt-block {
		padding-top: 90px;
	}
	.banner.banner2.slide1,
	.banner.slide2,
	.banner.slide3 {
		min-height: 513px;
	}
	.banner.slide2 .cnt-block {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.banner.slide2 img {
		width: 94%;
	}
	.banner.slide3 .left h1 {
		font-size: 36px;
	}
	.banner.slide3 .cnt-block {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.banner.slide3 img {
		width: 88%;
	}
	.banner a.get-started {
		max-width: 200px;
		padding: 10px 20px;
	}
	.banner .pop-box {
		padding: 15px 20px;
		left: 0px;
	}
	.banner .pop-box .right-cnt h3 {
		padding-bottom: 8px;
		font-size: 15px;
		line-height: 22px;
	}
	.content-marketing .head-block {
		padding-bottom: 60px;
	}
	.content-marketing .head-block p {
		font-size: 14px;
		line-height: 26px;
	}
	ul.marketing-list li img {
		width: 60%;
	}
	ul.marketing-list li h3 {
		padding: 30px 5% 20px 5%;
		font-size: 18px;
		line-height: 24px;
	}
	ul.features-block-list li .equal-height {
		padding: 45px 13% 0 8%;
	}
	ul.features-block-list li .cnt-block {
		padding-left: 15px;
	}
	ul.features-block-list li h3 {
		font-size: 20px;
	}
	a.know-more {
		font-size: 14px;
	}
	.seo-reports .cnt-block {
		padding-top: 60px;
		padding-bottom: 20px;
		text-align: center;
	}
	.seo-reports .cnt-block h2 {
		padding-bottom: 20px;
	}
	.seo-reports .img {
		width: 60%;
		margin: 0 auto;
	}
	.seo-reports.seo-reports2 {
		padding-top: 50px;
	}
	.seo-reports.seo-reports2 .cnt-block {
		padding-top: 0px;
	}
	.simple-editor .cnt-block {
		text-align: center;
		padding-bottom: 30px;
	}
	.simple-editor .right .img-block {
		width: 70%;
		margin: 0 auto;
	}
	.simple-editor .right a.play-btn {
		width: 70px;
		padding: 8px;
		margin: -55px auto 0;
		font-size: 50px;
	}
	.choose-pack ul.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.choose-pack ul.row li {
		padding-left: 10px;
		padding-right: 10px;
	}
	.choose-pack ul li .head-block {
		padding: 40px 10px 30px 10px;
	}
	.choose-pack .head-block .plan-title {
		padding-bottom: 20px;
	}
	.choose-pack .head-block .plan-title span {
		width: 140px;
		padding: 1px 10px;
		font-size: 12px;
	}
	.choose-pack .head-block .plan-title h3 {
		font-size: 16px;
	}
	.choose-pack .price .right .amt {
		font-size: 62px;
	}
	.choose-pack .cnt-block {
		padding: 20px 12px;
	}
	.choose-pack .cnt-block ul li {
		padding: 5px 0;
		font-size: 12px;
	}
	.choose-pack .cnt-block ul li:before {
		margin-right: 10px;
	}
	.choose-pack a.btn.get-started {
		padding: 10px 15px;
		font-size: 14px;
	}
	ul.features-listing li h3 {
		font-size: 20px;
	}
	.client-speak .head-block {
		padding-bottom: 50px;
	}
	.head-block {
		padding-bottom: 50px;
	}
	.speak-listing .owl-dots {
		margin-top: 50px;
	}
	ul.speak-listing.opt3 li .icon-quote {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.latest-stories .head-block {
		padding-bottom: 40px;
	}
	.blog-blocks .card-body h4 {
		padding-bottom: 20px;
	}
	.blog-blocks .card-body h2 {
		padding-bottom: 15px;
		font-size: 27px;
	}
	.blog-blocks .card-body {
		padding: 20px;
	}
	.blog-blocks .card-body h3 {
		font-size: 18px;
		line-height: 26px;
	}
	.blog-blocks .card-body p {
		padding-bottom: 10px;
	}
	.brands {
		padding: 30px 0;
	}
	.signup-outer ul {
		padding-bottom: 20px;
	}
	.signup-form .signup-btn {
		padding: 8px 20px;
	}
	.footer .top {
		padding: 40px 0 30px 0;
	}
	.footer .quick-links ul li {
		font-size: 13px;
	}
	.footer .connect-outer {
		padding-top: 20px;
	}
	.footer ul.connect-us li a {
		width: 28px;
		height: 28px;
		line-height: 28px;
	}
	.footer .recent-post {
		padding-left: 0px;
	}
	.footer .recent-post ul li figure {
		width: 30%;
	}
	.footer .recent-post ul li h5 {
		font-size: 13px;
	}
	.footer .subscribe p {
		padding-bottom: 20px;
	}
	.footer .input-outer .clear {
		width: 34px;
		height: 34px;
	}
	.footer .tweet {
		padding-top: 30px;
	}
	.footer .tweet .icon {
		width: 16%;
		font-size: 40px;
	}
	.footer .tweet .right-cnt {
		width: 84%;
		padding-left: 15px;
	}
	.footer .tweet .right-cnt p {
		line-height: 20px;
	}
	.footer .bottom {
		padding: 10px 0;
	}
	.inner-banner {
		min-height: 240px;
	}
	.inner-banner.heading-only {
		min-height: 160px !important;
	}
	.inner-banner h1 {
		font-size: 38px;
	}
	.inner-banner .contents {
		padding: 55px 0px 0px;
	}
	.who-we-are .row1 {
		padding-bottom: 55px;
	}
	.who-we-are .cnt-block {
		padding: 30px 0 0 0;
	}
	.about-video {
		height: 460px;
	}
	.about-video .cnt-block h2 {
		font-size: 46px;
	}
	.about-video .cnt-block a {
		padding: 5px;
		font-size: 54px;
	}
	ul.team-listing li {
		padding-bottom: 30px;
	}
	.portfolio-outer ul.portfolio li .inner {
		border: 2px solid #fff;
	}
	.portfolio-outer .paging-block {
		padding: 30px 0;
	}
	.blog-sidebar .cmn-box {
		padding: 37px 30px;
	}
	.blog-sidebar .article-pic {
		margin-left: -30px;
		margin-right: -30px;
	}
	.blog-content {
		margin-right: 50px;
	}
	.blog-content > ul > li p {
		padding-bottom: 0px;
	}
	ul.blog-info {
		margin-bottom: 15px;
	}
	.blog-pic {
		margin-bottom: 30px;
	}
	.blog-content > ul > li {
		padding: 40px 0px;
	}
	.blog-section .paging-block {
		padding-top: 40px;
	}
	.blog-content.masonry-blog {
		margin-right: 30px;
	}
	.blog-content.masonry-blog > ul > li {
		float: none;
		width: 100%;
	}
	.blog-content.masonry-blog > ul > li .blog-item {
		padding: 30px 0px 20px 0px;
	}
	.blog-content.masonry-blog > ul > li:nth-child(2) .blog-item {
		padding: 30px 0px 20px 0px;
		border-top: 1px solid #f0f0f0;
	}
	.blog-content.masonry-blog .blog-pic img {
		width: 100%;
	}
	.blog-content h5,
	.blog-content.grid h5 {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.blog-content.masonry-blog .box {
		padding-bottom: 0px;
	}
	.blog-content p {
		margin-bottom: 15px;
	}
	.blog-sidebar .cmn-box h4 {
		font-size: 20px;
	}
	.blog-sidebar p.time:after {
		width: 20%;
	}
	.blog-section {
		padding: 50px 0px;
	}
	.blog-content .box {
		padding-bottom: 10px;
	}
	.blog-content.blog-detailed h5 {
		font-size: 22px;
		line-height: 34px;
	}
	.faq-outer .faq-left {
		max-width: 38%;
		flex: 0 0 38%;
	}
	.faq-outer .faq-left ul li a {
		padding: 15px;
	}
	.faq-outer .faq-left ul li .icon {
		font-size: 32px;
	}
	.faq-outer .faq-left ul li:nth-child(4) .icon {
		font-size: 42px;
	}
	.faq-outer .faq-right {
		max-width: 62%;
		flex: 0 0 62%;
		padding-left: 15px;
	}
	.faq-outer #accordion h5 a {
		font-size: 14px;
	}
	ul.contact-list li .inner {
		padding: 45px 20px;
	}
	ul.contact-list li .inner .call,
	ul.contact-list li .inner a.mail-to {
		font-size: 14px;
	}
	.career-info-panel ul li {
		width: 100%;
	}
	.career-banner.apply-job {
		min-height: 300px;
	}
	ul.our-values li .icon {
		width: 26%;
	}
	ul.our-values li .text-area {
		width: 72%;
	}
	.countdown-wrapper h1 {
		font-size: 70px;
	}
	.download-box .button-box a {
		margin: 0 2px !important;
	}
	.download-box .top {
		padding: 50px 30px 30px 15px;
	}
	.download-box .bottom {
		padding: 0 0 50px 15px;
	}
	.call-action-bar.two-sided .download-box .top {
		padding-top: 40px;
	}

}

/* Kleine Geräte (Smartphones im Quermodus, weniger als 768px)*/
@media (max-width: 767px) {

    .opt6 .top-menu-bar{
        padding: 10px 0;
    }
    .mob-icon{
        top: 34px;
    }
	.hidden-xs {
		display: none !important;
	}
	.padding-lg {
		padding: 40px 0;
	}
	.top-menu-bar .mob-icon {
		right: 15px;
	}
	.banner {
		min-height: 520px;
	}
	.banner.solid-bg,
	.banner.gradient-bg {
		margin-bottom: 70px;
	}
	.banner .cnt-block {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.banner .cnt-block .left {
		padding-top: 50px;
		padding-bottom: 30px;
		border: none;
		text-align: center;
	}
	.banner .left {
		padding-bottom: 30px;
		border-right: 0px;
	}
	.banner .left h1, .banner .text-center h1,
	.banner.banner2 .left h1 {
		padding-bottom: 10px;
		font-size: 32px;
		line-height: 42px;
	}
	.banner .left p, .banner .text-center p,
	.banner.banner2 .left p {
		font-size: 22px;
	}
	.banner .right-sec p {
		display: none;
	}
	.banner.banner2 .cnt-row2 {
		padding-top: 25px;
	}
	.banner.banner2 .cnt-block img {
		width: 60%;
		display: block;
		margin: 0 auto;
	}
	.banner.banner2 .video-block {
		max-width: inherit;
	}
	.banner.banner2 .video-block img {
		width: 100%;
	}
	.banner.banner2 a.get-started {
		margin: 0 auto;
	}
	.banner a.get-started {
		max-width: 200px;
		padding: 10px 20px;
	}
	.banner .tab-screen {
		width: 90%;
	}
	.banner .pop-box {
		display: none;
	}
	.banner.banner2.slide1 .cnt-block img {
		width: 46.5%;
	}
	.banner.slide3 .cnt-block {
		padding-bottom: 30px;
		padding-top: 52px;
	}
	.content-marketing .head-block h2 {
		padding-bottom: 20px;
	}
	.content-marketing .head-block p {
		font-size: 14px;
		line-height: 26px;
	}
	.content-marketing .head-block {
		padding-bottom: 40px;
	}
	ul.marketing-list li {
		border: none;
		padding-bottom: 30px;
	}
	ul.marketing-list li:after {
		display: none;
	}
	ul.marketing-list li:last-child {
		padding-bottom: 0px;
	}
	ul.marketing-list li h3 {
		padding-bottom: 10px;
	}
	ul.features-block-list li .equal-height {
		padding: 30px 20px 15px 20px;
	}
	ul.features-block-list li .ico-block {
		width: 103px;
		float: none;
		margin: 0 auto 20px;
	}
	ul.features-block-list li .cnt-block {
		width: 100%;
		padding: 0 20px;
		float: none;
		text-align: center;
	}
	ul.features-block-list li h3 {
		font-size: 20px;
	}
	ul.features-block-list li p {
		padding-bottom: 15px;
	}
	ul.features-block-list li a {
		position: relative;
		top: inherit;
		right: inherit;
	}
	ul.marketing-list2 li {
		padding-bottom: 30px;
		text-align: center;
	}
	ul.marketing-list2 li:last-child {
		padding-bottom: 0px;
	}
	ul.marketing-list2 li h3 {
		margin: 0 auto;
	}
	.seo-reports .cnt-block {
		padding-top: 40px;
	}
	.seo-reports .cnt-block.padd-left {
		padding-left: 0px;
	}
	.seo-reports .img,
	.generate-forms .img,
	.simple-editor .right .img {
		width: 85%;
		margin: 0 auto;
	}
	.seo-reports .cnt-block h2,
	.generate-forms h2,
	.simple-editor .cnt-block h2,
	.choose-pack h2 {
		padding-bottom: 20px;
	}
	.seo-reports.seo-reports2 {
		padding-top: 40px;
	}
	.seo-reports.seo-reports2 .cnt-block {
		padding: 0 0 30px 0;
	}
	.simple-editor .cnt-block {
		padding-bottom: 40px;
	}
	.simple-editor .right .img-block img {
		margin: 0 auto;
	}
	.simple-editor .right a.play-btn {
		width: 62px;
		font-size: 50px;
		margin: -50px auto 0;
		padding: 6px;
	}
	.simple-editor .right a.play-btn2 {
		width: 62px;
		padding: 6px;
		left: -86px;
		font-size: 50px;
		margin: -50px auto 0;
	}
	.choose-pack p {
		padding-bottom: 20px;
	}
	.choose-pack .cnt-block {
		padding: 30px 20px;
	}
	.choose-pack ul {
		padding-top: 20px;
	}
	.choose-pack ul li {
		margin-bottom: 50px;
	}
	.choose-pack ul li:last-child,
	.choose-pack.opt3 ul li .cnt-block ul li:last-child {
		margin-bottom: 0px !important;
	}
	.choose-pack ul li .cnt-block ul li {
		margin-bottom: 0px;
	}
	.choose-pack.opt2 ul li {
		border: none !important;
		margin-bottom: 20px;
	}
	.choose-pack.opt2 ul li .inner {
		padding: 20px 0 30px 0;
		border: 1px solid #dde5e7;
	}
	.choose-pack.opt2 .cnt-block ul li,
	.choose-pack.opt2.blue-bg .cnt-block ul li,
	.choose-pack.opt3 ul li {
		border: none !important;
	}
	.choose-pack.opt2.blue-bg ul li {
		padding-top: 0px;
		padding-bottom: 0px;
		border: none !important;
	}
	.choose-pack.opt2.blue-bg ul li .inner {
		padding: 20px 0 30px 0;
		border: 1px #658693 solid;
	}
	.choose-pack.opt3 ul li {
		margin-bottom: 60px;
		padding-bottom: 0px;
	}
	.choose-pack.opt3 ul li .inner {
		padding: 0px;
	}
	.choose-pack.opt3 ul li:last-child {
		margin-bottom: 30px !important;
	}
	ul.features-listing li,
	ul.features-listing li:nth-last-child(3) {
		padding-bottom: 20px;
	}
	ul.features-listing li h3 {
		font-size: 20px;
	}
	.client-speak .head-block {
		padding-bottom: 0px;
	}
	.head-block {
		padding-bottom: 0px;
	}
	.client-speak .head-block span {
		padding-bottom: 5px;
	}
	.head-block span {
		padding-bottom: 5px;
	}
	.speak-listing .owl-dots {
		margin-top: 30px;
	}
	.owl-dot span {
		width: 10px;
		height: 10px;
		border: 2px #fff solid;
		margin: 0 6px;
	}
	ul.speak-listing li h4,
	.client-speak #bx-pager .client-detail h4 {
		font-size: 16px;
	}
	ul.speak-listing.opt1 li .inner:after {
		display: none;
	}
	ul.speak-listing.opt4 li {
		opacity: 1;
	}
	ul.speak-listing li .inner figure {
		margin-bottom: 30px;
	}
	ul.speak-listing.opt2 li p {
		font-size: 15px;
		line-height: 28px;
	}
	ul.speak-listing.opt3 li .inner {
		padding: 30px 5% 30px 8%;
	}
	ul.speak-listing.opt3 li .inner figure {
		width: 82px;
		float: none;
		margin: 0 auto 25px;
	}
	ul.speak-listing.opt3 li .cnt-right {
		width: auto;
		padding: 0px;
		float: none;
		text-align: center;
	}
	ul.speak-listing.opt3 li .icon-quote {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
		right: 0px;
	}
	.latest-stories .head-block {
		padding-bottom: 0px;
	}
	.latest-stories .head-block span {
		padding-bottom: 5px;
	}
	.blog-blocks .card {
		width: 100%;
		flex: inherit;
		margin-top: 30px;
	}
	.blog-blocks .card:first-child {
		margin-top: 0px;
	}
	.blog-blocks .card-body {
		padding: 30px 20px;
	}
	.blog-blocks .card.bg-none .card-body {
		padding-bottom: 0px;
	}
	.blog-blocks .card-body h3 {
		font-size: 18px;
		line-height: 26px;
	}
	.blog-blocks .card-body h4 {
		padding-bottom: 10px;
	}
	.blog-blocks .card figure img {
		width: 100%;
	}
	.brands {
		padding: 20px 0;
	}
	.signup-outer ul {
		padding-bottom: 30px;
	}
	.signup-outer ul li h4 {
		font-size: 14px;
		line-height: 20px;
	}
	.signup-form .email,
	.signup-form .password {
		width: 34%;
	}
	.signup-form .email:before,
	.signup-form .password:before {
		font-size: 17px;
	}
	.signup-form input {
		padding: 0 0 8px 30px;
		font-size: 12px;
	}
	.signup-form .signup-btn {
		padding: 8px 20px;
	}
	.footer p {
		font-size: 12px;
		line-height: 20px;
	}
	.footer .top {
		padding: 15px 0 30px 0;
	}
	.footer .top h4 {
		padding-bottom: 0px;
		font-size: 16px;
		cursor: pointer;
	}
	.footer .mob-acco h4:after {
		display: inline-block;
		vertical-align: middle;
		margin-top: -4px;
		float: right;
		content: " + ";
	}
	.footer .mob-acco h4.open:after {
		content: " - ";
	}
	.footer .quick-links,
	.footer .connect-outer,
	.footer .recent-post {
		padding: 15px 0;
		border-bottom: 1px #e1e1e1 solid;
	}
	.footer.dark-bg .quick-links,
	.footer.dark-bg .connect-outer,
	.footer.dark-bg .recent-post {
		border-color: #3d555a;
	}
	.footer .quick-links ul,
	.footer ul.connect-us,
	.footer .recent-post ul {
		padding-top: 15px;
	}
	.footer .quick-links ul li {
		font-size: 12px;
	}
	.footer ul.connect-us li a {
		width: 34px;
		height: 34px;
		line-height: 34px;
	}
	.footer .recent-post ul li figure {
		width: 11%;
	}
	.footer .subscribe {
		padding: 15px 0;
	}
	.footer .subscribe h4 {
		padding-bottom: 15px;
	}
	.footer .input-outer .clear {
		width: 34px;
		height: 34px;
	}
	.footer .tweet {
		padding: 10px 0 0 0;
	}
	.footer .tweet .right-cnt p {
		font-size: 12px;
	}
	.footer .bottom {
		padding: 15px 0;
		font-size: 11px;
		line-height: 18px;
	}
	.sided-item-wrapper {
		text-align: center;
	}
	.sided-item-wrapper ul.features-block-list li .ico-block {
		width: auto;
		display: block;
		margin: 0 auto 20px
	}
	.sided-item-wrapper ul.features-block-list li .ico-block img {
		margin: 0 auto;
		display: block;
	}
	.sided-item-wrapper ul.features-block-list li .cnt-block {
		width: auto;
		text-align: center;
	}
	.sided-item-wrapper .right-sided-full-image,
	.sided-item-wrapper .left-sided-full-image {
		display: none;
	}
	.sided-item-wrapper h2,
	.generate-forms h2,
	.latest-stories.white {
		font-size: 26px;
		line-height: 36px;
	}
	.custom-opacity {
		padding: 0 18px;
	}
	.custom-opacity .frame {
		width: auto;
		padding: 0 15px;
		top: -23px;
		z-index: 0;
	}
	.custom-opacity .keyboard {
		max-width: 100%;
	}
	.custom-opacity .item {
		opacity: 1;
	}
	.custom-opacity #owl-career .owl-nav .owl-next {
		right: 5%;
	}
	.custom-opacity #owl-career .owl-nav .owl-prev {
		left: 5%
	}
	.inner-banner {
		min-height: inherit;
	}
	.inner-banner.heading-only {
		min-height: inherit !important;
	}
	.inner-banner h1 {
		font-size: 26px;
	}
	.inner-banner p {
		font-size: 14px;
		line-height: 24px;
	}
	.inner-banner p span {
		display: inline;
	}
	.inner-banner .contents {
		padding: 40px 0px;
	}
	.who-we-are .row1 {
		padding-bottom: 30px;
	}
	.who-we-are .cnt-block {
		padding: 30px 0 0 0;
	}
	ul.counter-listing li {
		width: 49%;
		padding-bottom: 20px;
	}
	ul.counter-listing li span {
		font-size: 40px;
		line-height: 30px;
	}
	ul.counter-listing li:last-child,
	ul.counter-listing li:nth-last-child(2) {
		padding-bottom: 0px;
	}
	.about-video {
		height: 360px;
	}
	.about-video .cnt-block a {
		padding: 4px;
		font-size: 49px;
	}
	.about-video .cnt-block h2 {
		font-size: 40px;
	}
	.about-video .cnt-block p {
		font-size: 14px;
		padding: 0 20px;
	}
	.plan-features-sec .container {
		width: 100%;
	}
	.tabs-vertical {
		width: 50%;
	}
	.tab-vertical-container {
		width: 50%;
	}
	.owl-feature .owl-nav .owl-prev,
	.owl-feature .owl-nav .owl-next {
		width: 30px;
		height: 30px;
	}
	.owl-feature .owl-nav .owl-prev {
		left: -40px;
	}
	.owl-feature .owl-nav .owl-next {
		right: -40px;
	}
	.features-carousel-sec {
		padding: 0 50px;
	}
	.plan-table-holder .table .head-block {
		max-width: 140px;
	}
	.plan-table-holder .table .get-started {
		font-size: 12px;
		font-weight: 500;
	}
	.plan-table-holder .table .head-block span {
		font-size: 20px;
	}
	.plan-table-holder .table tbody tr td,
	.plan-table-holder .table tfoot tr th,
	.plan-table-holder .table thead tr ht,
	.plan-table-holder .table thead th {
		min-width: 200px;
	}
	.heading-box {
		margin-bottom: 40px;
	}
	.tabs-vertical {
		display: none;
	}
	.vertical-tab-outer {
		padding-bottom: 40px;
	}
	.tab-vertical-container {
		width: 100%;
		border-radius: 5px;
	}
	.tab-vertical-content {
		display: block;
		padding: 20px 20px 40px;
		position: relative;
	}
	.tab-drawer-heading {
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.tab-drawer-heading {
		padding: 12px 20px;
		margin-bottom: 10px;
		background: none;
		border-radius: 0px;
		border: 1px #d6d6d6 solid;
		text-align: left;
	}
	.tab-drawer-heading:after {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		content: "+";
		font-size: 26px;
		font-weight: 300;
		color: #00324c;
	}
	.tab-drawer-heading.active-item:after {
		content: "-";
	}
	.tab-drawer-heading:before {
		display: none;
	}
	.our-team-outer p,
	ul.team-listing li {
		padding-bottom: 30px;
	}
	.how-it-work-items figure,
	.how-it-work-items figure.right {
		text-align: center;
	}
	.how-it-work-items .content-area .text-area {
		width: 78%;
	}
	.how-it-work-items .row {
		padding-bottom: 50px;
	}
	ul.portfolio-filter {
		padding-bottom: 10px;
	}
	.popup-outer ul.popup-menu li {
		padding: 0 4px;
		margin-bottom: 10px;
	}
	ul.portfolio-filter li,
	#myTab .nav-item {
		margin-bottom: 10px;
	}
	ul.portfolio-filter li a:after,
	#myTab .nav-link:after {
		display: none;
	}
	.portfolio-outer ul.portfolio li .inner {
		border: 1px solid #fff;
	}
	.portfolio-outer .paging-block {
		padding: 20px 0 0;
	}
	.plan-table-holder .table .head-block {
		margin: 10px auto 0;
	}
	.plan-table-holder .table tbody tr td {
		padding: 10px 15px;
		font-size: 12px;
	}
	.plan-table-holder .table tbody tr:first-child td {
		padding-top: 60px;
	}
	.plan-table-holder .table tfoot tr th {
		padding: 20px 15px;
	}
	.plan-table-holder .table tbody tr td,
	.plan-table-holder .table tfoot tr th,
	.plan-table-holder .table thead tr ht,
	.plan-table-holder .table thead th {
		min-width: 180px;
	}
	.select-pricing-plan.padding-lg figure {
		padding-top: 20px;
	}
	.need-to-discuss .submit-form input {
		margin-bottom: 30px;
	}
	.more-features .img-holder a.play-btn {
		width: 72px;
	}
	.more-features .img-holder a.play-btn {
		font-size: 52px;
	}
	.heading-box {
		padding: 30px;
	}
	.blog-content {
		margin-right: 0;
	}
	.blog-content.blog-detailed p {
		padding-bottom: 10px;
	}
	.blog-content.masonry-blog > ul > li:nth-child(2) .blog-item {
		padding: 30px 0px 20px 0px;
		border-top: 1px #f0f0f0 solid;
	}
	ul.blog-info,
	ul.blog-tag {
		display: block;
	}
	ul.blog-info {
		margin-bottom: 15px;
	}
	.blog-pic {
		margin-bottom: 30px;
	}
	.blog-sidebar {
		margin-left: 0;
	}
	.blog-section .paging-block {
		padding: 40px 0px;
	}
	.blog-sidebar p.time:after {
		display: none;
	}
	.blog-section {
		padding: 40px 0px;
	}
	.blog-content > ul > li {
		padding: 40px 0px;
	}
	.blog-content.masonry-blog {
		margin-right: 0px;
	}
	.blog-content.masonry-blog > ul {
		margin-left: 0px;
		margin-right: 0px;
	}
	.blog-content.masonry-blog > ul > li {
		width: 100% !important;
		float: none;
		border-left: none;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.blog-content.masonry-blog.grid > ul > li:nth-child(2) .blog-item {
		border-top: 1px solid #f0f0f0;
		padding: 30px 0 20px;
	}
	.blog-content.masonry-blog > ul > li .blog-item {
		padding: 30px 0px 20px 0px;
	}
	.blog-content.masonry-blog .blog-pic img {
		width: 100%;
	}
	.blog-content.blog-detailed h5 {
		font-size: 22px;
		line-height: 36px;
	}
	.blog-content h5,
	.blog-content.grid h5 {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.blog-content.masonry-blog.grid > ul {
		margin-left: 0px;
		margin-right: 0px;
	}
	.blog-content.masonry-blog.grid > ul > li {
		width: 100%;
	}
	.blog-content p {
		margin-bottom: 15px;
	}
	.blog-sidebar .cmn-box {
		padding: 25px
	}
	.blog-sidebar .cmn-box h4 {
		font-size: 20px;
	}
	.blog-sidebar .article-pic {
		margin: 0 -25px 20px -25px;
	}
	.blog-content.masonry-blog .box {
		padding-bottom: 0px;
	}
	.blog-content > ul > li {
		padding: 30px 0px;
	}
	.blog-content > ul > li p {
		padding-bottom: 0px;
	}
	.blog-content .box {
		padding-bottom: 20px;
	}
	.blog-content,
	.blog-content.blog-detailed {
		margin-right: 0;
	}
	.blog-sigle-item h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.faq-sec ul li {
		padding-bottom: 20px;
	}
	.faq-outer .faq-left {
		max-width: 100%;
		flex: inherit;
		padding-bottom: 30px;
	}
	.faq-outer .faq-left ul li .icon {
		width: 50px;
	}
	.faq-outer .faq-left ul li .cnt-block {
		width: calc(98% - 50px);
	}
	.faq-outer .faq-right {
		max-width: 100%;
		flex: inherit;
		padding-left: 15px;
	}
	.faq-outer .card-header h5 a::before {
		width: 28px;
		height: 28px;
		font-size: 15px;
	}
	.faq-outer #accordion h5 a {
		font-size: 14px;
	}
	.support-request h2,
	.advices-outer h2 {
		font-size: 26px;
	}
	.support-form {
		padding-top: 35px;
	}
	.support-form input,
	.support-form textarea {
		height: 40px;
		padding: 0 15px;
		font-size: 13px;
	}
	.advices-outer .search-outer {
		margin-bottom: 40px;
		border: 2px #E25757 solid;
	}
	.advices-outer .search-outer input {
		height: 50px;
	}
	.advices-outer .search-outer .go-btn {
		width: 56px;
		height: 56px;
		font-size: 22px;
		margin: -1px;
	}
	ul.contact-list {
		margin-bottom: 20px;
	}
	ul.contact-list li {
		margin-bottom: 20px;
	}
	ul.contact-list li .inner {
		padding: 30px 20px;
	}
	ul.contact-list li .inner p {
		max-width: 200px;
		margin: 0 auto;
	}
	ul.contact-list li .inner .call,
	ul.contact-list li .inner a.mail-to {
		font-size: 14px;
	}
	ul.our-values li:last-child {
		padding-bottom: 0px;
	}
	ul.our-values li .icon span {
		font-size: 38px;
	}
	ul.our-values li,
	ul.our-values li:last-child {
		padding-bottom: 30px;
	}
	#owl-career .owl-nav .owl-prev,
	#owl-career .owl-nav .owl-next {
		width: 35px;
		height: 35px;
	}
	#owl-career .owl-nav .icon-know-more-arrow {
		font-size: 25px;
	}
	.career-banner.inner-banner {
		min-height: inherit;
	}
	.career-banner .get-started {
		max-width: 210px;
		font-size: 15px;
		line-height: 46px;
		padding: 0 10px;
		margin-top: 20px;
	}
	.career-our-values-sec {
		padding: 40px 0 50px;
	}
	.career-our-values-sec h3 {
		font-size: 22px;
	}
	.career-info-panel {
		padding: 40px 30px;
	}
	.career-banner.apply-job .btn {
		height: 44px;
		line-height: 44px;
		margin-top: 20px;
	}
	.job-apply-wrapper .job-features-wrapper {
		padding: 30px 0 20px 0;
	}
	.job-features-wrapper .icon-tik-list li {
		width: 100%;
		padding-right: 20px;
	}
	.questions-accordian .apply-now {
		height: 44px;
		line-height: 44px;
	}
	.apply-for-job-outer textarea.large {
		height: 100px;
	}
	.success-everyday {
		padding: 40px 0;
	}
	.success-everyday p {
		font-size: 14px;
		line-height: 26px;
	}
	.icon-tik-list li h6 {
		font-size: 14px;
	}
	.call-action-bar.border.two-sided .download-box {
		text-align: center;
	}
	.call-action-bar.two-sided .download-box {
		text-align: center;
	}
	.call-action-bar.border {
		padding: 30px 30px;
	}
	.call-action-bar.border.two-sided {
		padding-top: 10px;
	}
	.call-action-bar.gradient {
		padding: 30px;
	}
	.call-action-bar.gradient hr {
		margin: 20px auto;
	}
	.download-box .top {
		padding: 20px 0;
	}
	.download-box .bottom {
		padding: 20px 0 40px;
	}
	.download-box .button-box a {
		margin: 0 5px !important;
	}
	.contact-wrapper-outer {
		background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(244, 246, 247) 50%) repeat scroll 0 0;
	}
	.contact-info-wrapper h3 {
		font-size: 22px;
	}
	.contact-wrapper-outer .container {
		width: 100%;
		max-width: 100%;
	}
	.contact-info-wrapper .contact-info {
		margin: 0;
	}
	.contact-info-wrapper .social-media-box {
		margin: 30px 0 0;
	}
	.contact-info-wrapper .social-media-box {
		text-align: left;
	}
	.contact-info-wrapper .social-media-box h6:before {
		display: none;
	}
	.contact-info-wrapper .social-media-box h6 span {
		padding: 0px;
	}
	.login-form-holder h3 {
		padding: 0 0 25px;
	}
	.login-form-holder input {
		margin: 0 0 10px;
	}
	.login-form .forgot {
		max-width: 300px;
	}
	.login-form .forgot label span a {
		margin-left: -10px;
	}
	.error-page-bg {
		background-size: 100%;
	}
	.error-page-bg .error-inner h1 {
		font-size: 100px;
	}
	.count-dwn-cnt {
		margin: 0 -10px;
	}
	.count-dwn-cnt li {
		padding: 0 20px;
	}
	.countdown-container h3 {
		font-size: 20px;
	}
	.countdown-wrapper {
		padding: 20px 15px;
	}
	.countdown-wrapper h1 {
		font-size: 60px;
		padding: 0 0 20px;
	}
	.count-dwn-cnt span.count {
		font-size: 50px;
		line-height: 70px;
	}
	.comingsoon .social-media-box {
		margin: 0;
	}
	.comingsoon .social-media-box ul {
		padding: 0px;
	}
	.comingsoon .social-media-box:before,
	.comingsoon .social-media-box:after {
		max-width: 28%;
	}

	div.references div.card {
		margin-bottom: 1.5rem !important;
	}

	div.references-buttons div:nth-child(2) {
		margin-top: 0.5rem !important;
	}
}

/* Sehr kleine Geräte (Smartphones im Hochformat, weniger als 576px)*/
@media (max-width: 575px) {

	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
		line-height: 32px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.banner {
		min-height: 550px;
	}
	.banner .cnt-block .left {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.banner .left h1, .banner .text-center h1,
	.banner.banner2 .left h1 {
		font-size: 34px;
		line-height: 40px;
	}
	.banner .left p, .banner .text-center p,
	.banner.banner2 .left p,
	.banner.slide3 .left p {
		font-size: 16px;
	}
	.banner.slide1 .cnt-block img {
		width: 48%;
	}
	.banner.slide2 .cnt-block {
		padding-bottom: 52px;
	}
	.banner.slide3 .cnt-block .left {
		padding-bottom: 30px;
	}
	.content-marketing .head-block p {
		font-size: 13px;
		line-height: 24px;
	}
	ul.marketing-list li h3 {
		font-size: 20px;
	}
	ul.features-listing li {
		width: 100%;
	}
	ul.features-listing li,
	ul.features-listing li:nth-last-child(2) {
		padding-bottom: 30px;
	}
	.generate-forms p {
		padding-bottom: 15px;
	}
	.features-section ul.features-listing {
		padding-top: 20px;
	}
	.signup-form .email,
	.signup-form .password {
		width: 49%;
	}
	.signup-form .signup-btn {
		margin-top: 30px;
	}
	.advices-outer .search-outer {
		padding: 0 0 0 20px;
	}
	.advices-outer .search-outer input {
		height: 40px;
	}
	.advices-outer .search-outer .go-btn {
		width: 40px;
		height: 40px;
		font-size: 16px;
		margin: 0px;
	}
	.portfolio-outer ul.portfolio li {
		margin-bottom: 20px;
	}
	.mfp-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.how-it-work-items .content-area,
	.how-it-work-items figure {
		text-align: center;
		padding: 0 20px;
	}
	.how-it-work-items .content-area {
		padding: 0 20px 30px 20px;
	}
	.how-it-work-items .content-area .icon {
		margin: 0 auto 20px;
	}
	.how-it-work-items .content-area .text-area {
		display: block;
		width: 100%;
	}
	.career-our-values-sec h3 {
		padding: 0 0 30px;
	}
	.career-our-values-sec .our-perks h3 {
		padding: 0 0 10px;
	}
	.questions-accordian .card-header h3 {
		width: calc(100% - 30px);
		float: none;
		font-size: 15px;
	}
	.questions-accordian.faq .card-header h3 {
		font-size: 15px;
		line-height: 24px;
	}
	.questions-accordian .card-header h6 {
		width: 100%;
		width: 100%;
		float: none;
		display: block;
		padding-right: 30px;
		font-size: 13px;
	}
	.questions-accordian .card-header h6 span {
		padding-left: 0;
	}
	.box-hav-accnt p {
		font-size: 13px;
	}
	.how-it-work-items .content-area .icon span {
		width: 46px;
		height: 46px;
		font-size: 20px;
		line-height: 46px;
	}
	.blog-sigle-item ul.blog-info li:last-child {
		display: block;
		width: 100%;
		padding: 20px 0 0;
		float: none;
	}
	.owl-feature .owl-nav .icon-know-more-arrow {
		font-size: 34px;
	}
	.seo-reports .sided-item-wrapper {
		text-align: left;
	}
	.seo-reports .sided-item-wrapper .icon-tik-list li:before {
		top: 10px;
	}
	.custom-opacity .item figure {
		width: 97%;
	}
	.call-to-action .btn {
		height: 46px;
		font-size: 15px;
		line-height: 46px;
		padding: 0 20px;
	}
	.call-action-bar.gradient .btn {
		max-width: inherit;
		display: inline-block;
	}
	.download-box .button-box a {
		margin: 10px 5px 0 !important;
	}
	.contact-wrapper-outer {
		background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 57%, rgb(244, 246, 247) 57%) repeat scroll 0 0;
	}
	.login-form-holder h3 {
		font-size: 22px;
	}
	.login-form-holder input {
		height: 44px;
		line-height: 44px;
	}
	.login-btn {
		height: 48px;
		line-height: 48px;
	}
	.login-form-holder .login-form {
		padding: 40px 25px;
	}
	.login-form label span {
		font-size: 12px;
		padding: 0 8px;
	}
	.privacy-policy p {
		padding-bottom: 15px;
	}
	.privacy-policy hr {
		margin: 20px 0 30px;
	}
	.error-page-bg {
		background-position: bottom 10% center;
	}
	.error-page-bg .error-inner h1 {
		font-size: 80px;
	}
	.countdown-wrapper h1 {
		font-size: 38px;
	}
	.count-dwn-cnt li {
		padding: 0 10px;
	}
	.count-dwn-cnt li:before {
		font-size: 34px;
		left: -5px;
	}
	.countdown-container p {
		font-size: 14px;
		line-height: 22px;
	}
	.count-dwn-cnt span.count,
	.count-dwn-cnt.border span.count {
		font-size: 40px;
		line-height: 50px;
	}
	.count-dwn-cnt span {
		font-size: 12px;
		line-height: 30px;
		font-weight: 400;
	}
	.comingsoon .social-media-box:before,
	.comingsoon .social-media-box:after {
		max-width: 22%;
	}

}

/* Landscape */
@media (max-width: 480px) {

	.banner {
		min-height: 480px;
	}
	.banner.solid-bg,
	.banner.gradient-bg {
		min-height: 440px;
		margin-bottom: 70px;
	}
	.banner .left h1, .banner .text-center h1 {
		font-size: 30px;
		line-height: 38px;
	}
	.banner.banner2 .left h1 {
		font-size: 30px;
	}
	.banner.banner3 .cnt-block {
		padding-bottom: 30px;
	}
	.banner.slide3 .cnt-block {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.banner.banner5 .left h1 {
		font-size: 28px;
	}
	.simple-editor .right a.play-btn {
		width: 62px;
		font-size: 50px;
		margin: -48px auto 0;
	}
	.simple-editor .right a.play-btn2 {
		width: 50px;
		left: -74px;
		font-size: 40px;
		margin: -42px auto 0;
	}
	.footer .recent-post ul li figure {
		width: 15%;
	}
	.about-video .cnt-block h2 {
		font-size: 32px;
		padding: 15px 0 10px;
	}
	.blog-sigle-item ul.blog-tag li:last-child {
		display: block;
		padding-top: 10px;
	}
	.blog-sigle-item ul.blog-tag li:last-child p.time {
		margin-left: 0px;
	}
	.portfolio-outer ul.portfolio li {
		max-width: 100%;
	}

	a.video-buttons, button.video-buttons {
		width: 100%;
	}
}

/* Landscape iPhone 6 Plus */
@media (max-width: 414px) {

	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		/*font-size: 14px;*/
	}
	.banner {
		min-height: 460px;
	}
	.banner.solid-bg,
	.banner.gradient-bg {
		min-height: 420px;
		margin-bottom: 60px;
	}
	.banner.banner3 {
		min-height: 438px;
	}
	.banner.slide2 .cnt-block {
		padding-bottom: 48px;
	}
	.banner.slide3 .cnt-block .left {
		padding-top: 0px;
		padding-bottom: 16px;
	}
	.banner.banner5 .left h1 {
		font-size: 24px;
	}
	.simple-editor .right a.play-btn2 {
		left: -59px;
		margin: -32px auto 0;
	}
	.signup-form .email {
		width: 100%;
		margin-bottom: 25px;
	}
	.signup-form .password {
		width: 100%;
	}
	.theme-demo-listing li {
		max-width: 100%;
		flex: auto;
	}
	.footer .recent-post ul li figure {
		width: 19%;
	}
	.footer .tweet .icon {
		font-size: 55px;
	}
	.custom-opacity .frame {
		top: -13px;
	}
	.custom-opacity .item figure {
		border-width: 3px;
	}
	.about-video .cnt-block a {
		font-size: 48px;
	}
	.comingsoon .social-media-box:before,
	.comingsoon .social-media-box:after {
		max-width: 16%;
	}

}

/* Landscape iPhone 6 */
@media (max-width: 375px) {

	.banner {
		min-height: 450px;
	}
	.banner.solid-bg,
	.banner.gradient-bg {
		min-height: 390px;
	}
	.banner .left h1, .banner .text-center h1 {
		font-size: 26px;
		line-height: 32px;
	}
	.banner .cnt-block .left {
		padding-top: 20px;
	}
	.banner.banner2 .left h1 {
		font-size: 26px;
		line-height: 32px;
	}
	.banner.banner2.slide1 .cnt-block img {
		width: 54.5%;
	}
	.banner.banner3 {
		min-height: 418px;
	}
	.banner.banner3 .cnt-block {
		padding-bottom: 40px;
	}
	.banner.slide2 .cnt-block {
		padding-bottom: 72px;
	}
	.banner.slide3 .cnt-block {
		padding-bottom: 55px;
	}
	.banner5 .fixed-txt {
		display: none;
	}
	.client-speak #bx-pager .client-detail h4 {
		font-size: 14px;
	}
	.footer .recent-post ul li figure {
		width: 21%;
	}
	.about-video .cnt-block a {
		font-size: 47px;
	}
	ul.blog-info li {
		padding-left: 30px;
		border-left: none;
		margin-bottom: 8px;
	}
	ul.blog-info li:before {
		left: 0;
	}
	.blog-sigle-item ul.blog-info li,
	.blog-sigle-item ul.blog-tag li {
		margin-bottom: 10px;
	}
	ul.counter-listing li span {
		font-size: 36px;
		line-height: 26px;
	}
	ul.counter-listing li .sub-title {
		font-size: 12px;
	}
	.login-form-holder input {
		height: 38px;
		line-height: 38px;
	}
	.generate-forms ul.counter-listing li span {
		font-size: 34px;
	}
	ul.our-values.opt2 li .text-area {
		width: 76%;
	}

}

/* iPhone 4 */
@media (max-width: 320px) {

	.banner .left h1, .banner .text-center h1 {
		font-size: 24px;
	}
	.banner.banner2.slide1 .cnt-block img {
		width: 56.5%;
	}
	.banner.slide2 .cnt-block {
		padding-bottom: 71px;
	}
	.client-speak #bx-pager .client-detail h4 {
		font-size: 12px;
	}
	.client-speak #bx-pager .client-detail .designation {
		font-size: 11px;
	}
	.footer .recent-post ul li figure {
		width: 25%;
	}
}

@media (max-width: 980px) {
	.navbar {
		padding: 0 !important;
	}
}