@media all and (min-width:992px) {

	.line_height_48 {
		line-height: 48px;
	}

	.font_size_42 {
		font-size: 42px;
	}

	.roboto_font {
		font-family: 'Roboto', sans-serif;
	}

	::after, ::before {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.slider-text {
		background-color: transparent !important;
		color: white;
	}

	i.icon-big {
		font-size: 40px;
	}

	.slider-text h1 {
		text-shadow: 3px 3px 4px #000000;
	}

	.slider-text p {
		text-shadow: 2px 2px 2px #000000;
	}

	/*Navigation*/
	#main-header .container {
		display: flex;
		flex-wrap: nowrap;
	}

	.menu > ul {
		display: flex;
		flex-wrap: nowrap;
	}

	.logo {
		max-height: 50px;
		padding: 0!important;
		margin: 16px 156px 16px 0;
	}

	.affix {
		height: 44px !important;
		transition: 1s all;
	}

	.affix a:not(.logo) {
		font-size: 12px !important;
		padding: 14px 15px !important;
	}

	.affix .logo {
		padding: 0;
		width: 72px;
		margin: 0 156px 0 0;
	}

	.affix .logo img {
		display: none;
	}

	.affix form {
		margin: 0;
		padding-top: 7px;
	}

	.affix .header-buttons {
		margin: 2px !important;
		height: 20px !important;
	}

	.affix input {
		height: 24px !important;
	}

	.affix .btn {
		padding: 0 12px !important;
		height: 24px !important;
	}

	.affix a {
		max-height: 40px !important;
	}

	#main-header {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		transition: 0.3s all;
	}

	.bg_about_banner {
		height: 408px!important;
	}

	.position_relative {
		position: relative;
	}

	.detail_box {
		margin-bottom: 42px;
	}

	/* Responsive */

	.flex_align {
		align-items: center;
		justify-content: center;
		display: flex;
	}

	.affix .logos-4 {
		background-image: unset !important;
		width: auto !important;
	}

	.affix .logos-4 #scroll-logo {
		display: block;
		margin-top: 2px;
		max-height: 36px !important;
	}

	.affix-top .logos-4 #scroll-logo {
		display: none;
	}

	.quality_box > figure {
		padding-top: 50%;
		position: relative;
	}

	.quality_box > figure > picture {
		display: block;
		top: 0;
		position: absolute;
		overflow: hidden;
		width: 100%;
		height: 100%;
	}

	.quality_box > figure > img {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
	}

	.quality_box > figure > picture > img {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin-top: -33px;
	}
}
@media all {
	body {
		overflow-x: hidden;
		/* background-color: #f4f9fb; */
	}
	#body .highlight {
		color: #1694d2;
	}
	.round {
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	}

	.meta .modules {
		display: none;
	}

	#scroll-logo {
		display: none;
	}

	.table tr {
		background: #1694d2 !important;
	}

	/*Saas Farben*/
	.bg_color {
		background: #1694d2 !important;
	}

	.bg_color.pricing {
		/*background-color: #F37833 !important;*/
	}

	input.pull-left.bg_color {
		background-color: #2C2C2C !important;
	}

	input.pull-left.bg_color:hover {
		background-color: #F37833 !important;
	}

	/* Body */
	#body {
		top: 0 !important;
		z-index: -1; /* Navigation Dropdown lässt sich sonst nicht klicken. */
	}

	.background_shape {
		margin-top: -71px;
	}

	.btn-primary {
		background-color: #1694d2;
		border-color: #1694d2;
	}

	.btn-primary:hover {
		background-color: #ff8f5d;
		border-color: #ff8f5d;
	}

	#body > div > section:first-of-type {
		margin-top: 0 !important;
		clip-path: unset !important;
	}

	.stick.z-index4 > li:last-of-type a {
		padding-left: 2px;
	}

	.menu > ul > li > a:hover,
	.menu > ul > li > a:focus {
		color: #FE8F5D!important;
	}

	.slider-text {
		position: relative;
		z-index: 5;
	}

	.slider-text:before {
		content: " ";
		position: absolute;
		-webkit-box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
		box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
		background-color: black !important;
		opacity: 0.5;
		width: 120%;
		height: 120%;
		left: -10%;
		top: -10%;
		z-index: -1;
	}

	.BLOCK-text_img picture img,
	.BLOCK-teaser_img picture img {
		width: 100%;
	}

	.slider-text h1,
	.slider-text p {
		color: white !important;
		text-shadow: unset !important;
	}

	section.aslant + section {
		margin-top: -71px;
	}

	/*
	testimonial
	*/

	.testimonial_content {
		border: 1px solid #eee;
		padding: 25px;
		text-align: left;
		background-color: white;
	}

	.testimonial_content span {
		color: #1694d2;
	}

	.special-li {
		display: none !important;
	}

	.testimonial_content span a {
		color: #777;
	}

	.testimonial_content p {
		margin-bottom: 20px;
	}

	.testimonial_box p {
		color: #000000;
		font-size: 14px;
	}

	.testimonial_box {
		border: none;
	}
	.arrow_shape::before {
		content: "";
		position: absolute;
		right: 100%;
		top: 20px;
		width: 15px;
		height: 15px;
		left: 1px;
		background: url("../../assets/images/testimonial-pointer.png");
	}

	#arrows::before {
		content: "";
		position: absolute;
		left: -123px;
		width: 68%;
		border: 1px solid #1694d2;
		height: 1px;
		top: 83px;
		background: #1694d2 !important;
	}

	.testimonial_box .carousel-control.left {
		left: 50% !important;
		top: 70px !important;
		background-image: url("../../assets/images/left_handle_blue.png");
		background-repeat: no-repeat;
		background-size: cover;
		width: 35px;
		height: 35px;
		display: inline-block;
	}

	.testimonial_box .carousel-control.right {
		right: 37% !important;
		top: 70px !important;
		background-image: url("../../assets/images/right_handle_blue.png");
		background-repeat: no-repeat;
		background-size: cover;
		width: 35px;
		height: 35px;
		display: inline-block;
	}

	.testimonial_box .carousel-control.left:hover {
		background-image: url("../../assets/images/left_handle_hover_blue.png");
		width: 35px;
		height: 35px;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.testimonial_box .carousel-control.right:hover {
		background-image: url("../../assets/images/right_handle_hover_blue.png");
		width: 35px;
		height: 35px;
		background-repeat: no-repeat;
		background-size: cover;
	}

	#footer ul {
		margin-top: 20px;
	}

	.reviews .carousel .carousel-indicators {
		width: 60%;
	}

	.reviews .carousel-indicators {
		left: 47% !important;
		margin-left: -30% !important;
	}

	.testimonial_box:hover {
		box-shadow: none;
	}

	.reviews .carousel-indicators {
		text-align: center;
		list-style: none;
	}

	.width85 {
		width: 85px!important;
		margin-top: 18px;
	}

	/*Startseite*/
	.price_box h4 {
		font-size: 46px!important;
	}

	.dropdown-menu>li>a:hover {
		background: #1694d2 !important;
	}

	.footer_links li a {
		color: #333;
	}

	/* Social Sticky */
	.stick {
		background-color: #FFFFFF;
		position: fixed;
		right: 0;
		z-index: 5;
		width: 60px;
		top: 50%;
		transform: translate(0, -50%);
	}

	.stick .fa {
		font-size: 22px;
		color: #000;
	}

	.stick ul {
		display: flex;
		flex-direction: column;
		-webkit-box-shadow: -3px 3px 11px -3px rgba(0,0,0,0.75);
		-moz-box-shadow: -3px 3px 11px -3px rgba(0,0,0,0.75);
		box-shadow: -3px 3px 11px -3px rgba(0,0,0,0.75);
	}

	.stick icon {
		left: 2px;
	}

	.stick a {
		left: 2px;
	}

	.stick ul li {
		list-style-type: none;
		position: relative;
		transition: all 0.3s ease-in;
		width: 100%;
		right: 0;
		background-color: #FFFFFF;
		padding: 10px;
		z-index:1;
		margin-left: 4px;
	}

	.stick ul li .animation_saas + div {
		padding: 6px 0;
	}

	.stick ul li:hover {
		width: 200px;
		right: 100px;
		-webkit-box-shadow: -3px 3px 11px -3px rgba(0,0,0,0.75);
		-moz-box-shadow: -3px 3px 11px -3px rgba(0,0,0,0.75);
		box-shadow: -3px 3px 11px -3px rgba(0,0,0,0.75);
		z-index: 0;
	}

	.stick ul li div {
		display: flex;
		opacity: 0;
		position: absolute;
		left: 55px;
		top: 12px;
		white-space: nowrap;
		transition: all 0.6s;
	}

	.language img {
		margin-right: 3px;
	}

	.box-shadow-4 {
		-webkit-box-shadow: -2px 10px 18px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: -2px 10px 18px 0px rgba(0,0,0,0.75);
		box-shadow: -2px 10px 18px 0px rgba(0,0,0,0.75);
	}

	#main-header.menu-container {
		position: relative;
		width: 100%;
		z-index: 6;
		left: 0;
		top: 0;
	}

	#body {
		margin-top: 125px;
	}

	.affix .fixed-header-logo {
		max-height: 36px !important;
		position: relative !important;
		top: 2px !important;
	}

	.perc {
		width: 100%;
	}

	.thumbnail {
		border: 0 !important;
	}

	#meta-header {
		position: relative !important;
	}

	.saas img,
	.saas {
		transition: all 0.3s ease-in;
	}

	.BLOCK-social .social {
		display: flex;
		justify-content: space-around;
	}

	.BLOCK-social .social a {
		color: white;
	}

	.stick ul li:hover div {
		color: #555;
		opacity: 1;
	}

	.stick ul li > a, .stick ul li form > a {
		width: 100%;
		display: flex;
		padding-left: 6px;
	}

	.stick .icon i:hover {
		color: #1694d2;
	}

	/* Sticky Animation */
	.animation_saas {
		display: block;
	}

	.saas a {
		padding-left: 0!important;
	}

	.partners figure img {
		max-height: 120px;
		max-width: 160px;
		margin-bottom: 10px;
	}

	.saas p {
		padding: 6px 0;
		opacity: 0;
		transition: all 0.5s;
		font-weight: 600;
	}

	.saas:hover .animation_saas{
		transform: rotate(-360deg);
	}

	.price_box h4,
	.price_box span,
	.price_box p {
		word-break: break-word;
	}

	/* Navigation */
	.menu-container:not(#meta-header) {
		background: white;
	}

	.menu ul li a {
		color: #1694d2 !important;
	}

	.menu.nav4 ul li a {
		color: #2C2C2C !important;
	}

	.meta-dropdown ul li:nth-last-child(2) {
		background-color: #CA202C !important;
	}

	.meta-dropdown ul li:nth-last-child(3):hover > a {
		color: white !important;
	}

	a.icon {
		text-align: center;
	}

	.login-mobile {
		display: none !important;
	}

	.meta-dropdown ul li a {
		color: #ffffff !important;
		font-weight: normal;
	}

	.meta-dropdown {
		float: left;
	}

	.menu > ul > li {
		position: relative;
	}

	/* Slider */
	.carousel.slide {
		z-index: 1;
	}

	.nav4 li ul {
		top: 100%;
	}

	.background_shape + section:not(.pricing),
	.bg-color + section:not(.pricing) {
		padding-top: 80px;
		margin-top: 0 !important;
	}

	.BLOCK-SPACE {
		margin-bottom: 80px;
	}

	.BLOCK-SPACE-INNER {
		margin-bottom: 30px;
	}

	.BLOCK-SPACE-OUTER {
		margin-bottom: 50px;
	}

	.BLOCK-SPACE-REMOVE {
		margin-top: -80px;
	}

	.BLOCK-SPACE-TOP {
		margin-top: 50px;
	}

	/*Block Zitat*/
	blockquote {
		border-left: #1694d2 solid 5px;
	}

	/*
	Buttons
	*/

	.price_box h4 span {
		font-size: inherit !important;
	}

	.banner_btn_02 {
		background: #fff;
		color: #F37833;
		border-color: #fff;
	}

	.btn.btn-sm.btn-primary {
		background-color: #1694d2;
		border-color: #1694d2;
	}

	.btn.btn-sm.btn-primary:hover {
		background-color: #ff8f5d;
		border-color: #ff8f5d;
	}

	.comment .egotec-comments form button[type=button]{
		background: #1694d2;
		color: #fff;
		border: none;
		margin-right: 10px;
		display: inline-block;
		text-shadow: none;
		padding: 12px 20px !important;
		border-radius: 25px;
		box-shadow: none;
	}

	.comment .egotec-comments form button[type=button]:hover {
		background-color: #ff8f5d;
		color: #fff;
		transition-duration: 0.5s;
		border-color: #ff8f5d;
		box-shadow: none;
		border: none;
	}

	/* Boxes */
	.flex {
		display: flex;
		flex-wrap: wrap;
	}

	.quality_box {
		height: 100%;
	}

	.price_box {
		height: 100%;
	}

	.btn_price_box {
		color: #fff;
		background-color: #1694d2;
		margin-bottom: 30px;
		border: none;
		display: inline-block;
	}

	tr td:first-child {
		color: #333;
	}

	.dropdown:hover > ul {
		display: block;
	}

	.dropdown:hover > ul > li {
		max-height: none !important;
	}

	/*
	Tabelle
	*/
	th {
		color: #1694D2;
	}

	/*Paginierung Blog*/
	.paging {
		height: 10px;
	}


	/* Meta Navigation Scrolldown */
	.meta a {
		font-size: 12px !important;
		padding: 14px 15px !important;
	}

	.footer-logo img {
		height: 205px;
		max-height: 126px;
	}
}

@media screen and (max-width: 991px) {
	.menu-mobile::after {
		color: #1694d2;
	}

	.stick {
		display: none;
	}

	.BLOCK-header img {
		display: none;
	}

	.BLOCK-header {
		margin-top: 0 !important;
	}

	.meta {
		position: fixed;
		z-index: 10;
		width: 50%;
		top: 0;
		right: 0;
		background-color: #1694D2;
		display:none;
	}

	#body {
		margin-top: 133px;
	}

	.testimonial_box .carousel-control.left {
		left: 45%!important;
	}

	.testimonial_box .carousel-control.right {
		right: 22%!important;
	}

	#meta-header {
		background-color: #1694D2!important;
	}

	.show-on-mobile {
		display: block!important;
	}

	.show-on-mobile .menu-mobile::after {
		color: white;
	}

	.meta-dropdown {
		width: 100%;
	}

	.meta .container {
		padding: 0;
	}

	.meta .modules {
		display: block;
		padding: 0 12px;
	}
}

@media only screen and (max-width: 766px) {
	.meta-dropdown .modules + .dropdown {
		margin-top: 30px;
	}

	.menu-mobile.closer:after {
		content: "\f00d" !important;
	}

	.menu.nav4 > ul.show-on-mobile {
		display: flex !important;
		flex-direction: column;
	}

	.menu.nav4 .dropdown > ul {
		width: 45%;
	}

	.meta.show-on-mobile {
		z-index: 25;
	}

	#body {
		margin-top: 80px;
	}

	.slider-text:before {
		display: none;
	}

	.home_page_banner {
		position: relative;
	}

	.home_page_banner:before {
		content: " ";
		position: absolute;
		background-color: black !important;
		opacity: 0.5;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	li.header-buttons {
		width: calc(50% - 10px) !important;
	}

	.special-li {
		display: block !important;
		padding: 15px 0px !important;
	}

	.slider-text h1 {
		line-height: 36px;
	}

	.slider-text > a:first-of-type {
		margin-bottom: 10px;
	}

	.reviews .carousel .carousel-indicators {
		margin-bottom: 30px !important;
	}

	.testimonial_box .carousel-control.left {
		left: 34%!important;
	}

	.testimonial_box .carousel-control.right {
		right: 26%!important;
	}

	.testimonial_box figure img {
		margin-bottom: 10px;
	}

	.login-mobile {
		width: 35%;
		position: relative !important;
		left: 65%;
		top: -53px;
		display: flex !important;
		flex-direction: column;
		align-items: center;
	}

	.login-mobile > a {
		padding: 0 !important;
		display: flex !important;
		flex-direction: column;
		align-items: center;
	}

	.login-mobile div {
		text-align: center;
		padding-top: 4px !important;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.header-buttons {
		display: none !important;
	}

	.meta {
		position: relative;
		width: 100%;
		display: block;
	}

	.menu ul li a {
		padding: 15px 15px;
	}

	.modules {
		display: none !important;
	}

	.slider-text {
		color: white;
		background-color: unset;
	}

	.slider-text h1 {
		text-shadow: 2px 2px 4px #000000;
	}

	.slider-text p {
		text-shadow: 1px 1px 2px #000000;
	}

	.special-li {
		position: absolute !important;
		right: 0;
		top: -46px;
		display: block !important;
	}

	.special-li .switch {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.nav-tabs>li.active>a,
	.nav-tabs>li.active>a:focus,
	.nav-tabs>li.active>a:hover {
		font-weight: bold;
	}

	.meta-dropdown ul.show-on-mobile {
		position: relative;
		top: -57px;
	}

	.box-shadow-4 {
		-webkit-box-shadow: unset;
		-moz-box-shadow: unset;
		box-shadow: unset;
	}

	.meta a {
		padding: 7px 15px !important;
	}

	.menu-mobile:after {
		z-index: 1000000000;
	}

	.menu.nav3.meta-dropdown {
		height: 0;
	}

	.navigation-container {
		position: relative;
	}

	.meta.show-on-mobile {
		height: 100%;
		position: absolute;
	}

	.slider-text {
		color: white;
		background-color: unset;
	}

	.slider-text h1 {
		text-shadow: 2px 2px 4px #000000;
		font-size: 26px;
	}

	.slider-text p {
		text-shadow: 1px 1px 4px #000000;
	}

	.slider-text p,
	.slider-text a {
		font-size: 16px;
	}
}

@media only screen and (max-width: 425px) {
	section.aslant + section {
		clip-path: polygon(0% 2%, 100% 0%, 100% 98%, 0 100%);
	}
}

@media (min-width: 481px) {
	section.aslant + section {
		clip-path: polygon(0% 7%, 100% 0%, 100% 93%, 0 100%);
		-webkit-clip-path: polygon(0% 7%, 100% 0%, 100% 93%, 0 100%);
	}
}