/**
* Template Name: Tempo - v4.7.0
* Template URL: https://bootstrapmade.com/tempo-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

 /************************************************/
/* Fontface CHILLER für Überschriften und Modale */
/*************************************************/
@font-face {
  font-family: 'Chiller';
  src: url('../fonts/CHILLER.eot'); /* IE9 Compat Modes */
  src: url('../fonts/CHILLER.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/CHILLER.ttf')  format('ttf'); /* Safari, Android, iOS */
}

 /* Style the top navigation bar */
 /* Farben : var (--hintergrund_mll_blau) = RGB 164 / 191 / 216 	Hellblau */
 /* Farben : #f2f2f2 = RGB 242 / 242 / 242 	Hellgrau */
 /* Farben : #4c81b1 = RGB  76 / 129 / 177 	Dunkelblau */
 /* Farben : #ccc    = RGB 204 /  12 /   0 	Grau */

:root{
	--main_background : #ccc;/*rgb(105,105,105);*/
	--light_textcolor : #000/*rgb(105,105,105)*/;
	--predator_grey : grey;
	--highlight_textcolor :#cc6600;
	--panel_start : rgb(105,105,105);
	--panel_end : var(--highlight_textcolor)/*rgb(105,105,105)*/;
	--schriftfarbe_weiss : #fff;
	--schriftfarbe_schwarz : #000;
	--schriftfarbe_hellgrau : #333;
	--schriftfarbe_dunkelgrau : #ccc;
	--hintergrund_site: gray; /*gray - var(--schriftfarbe_weiss) - #ccc - var(--schriftfarbe_weiss) - #eee*/
	--hintergrund_mll_blau : #a4bfd8;
	--hintergrund_mll_blau_start : #a4bfd8;
	--hintergrund_mll_blau_end : #91A9BF;
	--hintergrund_mll_button : #f2f2f2; /*var(--hintergrund_mll_button)*/
	--hintergrund_mll_button_start : #f2f2f2;
	--hintergrund_mll_button_end : #f2f2f2;
	--hintergrund_mll_modal : #a4bfd8; /*var(--hintergrund_mll_acc)*/
	--hintergrund_mll_modal_start : #a4bfd8;
	--hintergrund_mll_modal_end : #C7C7C7;
	--hintergrund_mll_acc : #DADADA; /*var(--hintergrund_mll_acc)*/
	--hintergrund_mll_acc_start : #DADADA;
	--hintergrund_mll_acc_end : #C7C7C7;
	--hintergrund_mll_column : #f2f2f2;
	--hintergrund_mll_column_start : #f2f2f2;
	--hintergrund_mll_column_end : #f2f2f2;
	--hintergrund_mll_row : #999; /* #ccc - #a4bfd8 -gray//farbe für die panels in main, ... */
	--hintergrund_mll_row_start : #999; /* #ccc - #a4bfd8 //farbe für die panels in main, ... */
	--hintergrund_mll_row_end : #aaa; /* #aaa - #91A9BF //farbe für die panels in main, ... */
	--hintergrund_basic : white;
	--hintergrund_intern : #a4bfd8;
	--hintergrund_pro : var(--highlight_textcolor);
	--hintergrund_premium : #fff;
	--hintergrund_warn : var(--highlight_textcolor);
	--hintergrund_free : green;
	--hintergrund_stop : red;
	--hintergrund_hellgrau : #fff;
	--hintergrund_panelgrau : #eee;
	--hintergrund_panelorange : #cc6600;
	--hintergrund_grau : #ccc;
	--border_round : 5px;
	--border_shaddow : 5px;
	--border_farbe : #a4bfd8;
	--hover_row : var(--highlight_textcolor);
	--hover_button : green;
	--table_footer : red;
	--table_row : white;
	--table_row_alter : #fff;
	--element_normal : white;/*var(--element_normal)*/
	--element_focus : var(--highlight_textcolor);/*var(--element_focus)*/
	--title_color : white; /* white - #4c81b1 //Schriftfarbe Titel und div. Button */
	--general_text : black;
	--container_text : black;
	--accordion_text : black;/*var(--accordion_text)*/
	--badge_text_color : white;
}


/*--------------------------------------------------------------
# General #e43c5c #444444
--------------------------------------------------------------*/
body {
	font-family: "Open Sans", sans-serif;
	color: var(--light_textcolor);
}

a {
	color: var(--highlight_textcolor);
	text-decoration: none;
}

a:hover {
	color: #ea6981;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Nunito", sans-serif;
	color:black;
}

#main {
	background-color:var(--hintergrund_hellgrau);
	opacity:1;
}

#main {
	background-color:var(--hintergrund_hellgrau);
	opacity:1;
}

label {
    position:relative;   
    cursor:pointer;
    border-radius: var(--border_round);
	margin:2px 2px 2px 2px;
}

label [type="radio"] {
	margin:1px;
	padding:0px;
    display:inline-block;
	position:absolute;
	top : 5px;
	left : 5px;
    border-radius: var(--border_round);
}

[type="radio"] + span {
	margin:1px;
	background:#a4bfd8;
    display:inline-block;
    border-radius: var(--border_round);
    padding: 5px 5px 5px 23px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

[type="radio"][disabled] + span {
    background:var(--highlight_textcolor);
}
[type="radio"]:checked + span {
    background:var(--highlight_textcolor);
    display:inline-block;  
	color:white;
}

/* Checkbox Design */

label [type="checkbox"] {
	margin:1px;
	padding:0px;
    display:inline-block;
	position:absolute;
	top : 5px;
	left : 5px;
	background-color:red;
    border-radius: var(--border_round);
}

[type="checkbox"] + span {
	margin:1px;
	background:var(--hintergrund_hellgrau);
    display:inline-block;
    border-radius: var(--border_round);
    padding: 5px 5px 5px 23px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

[type="checkbox"][disabled] + span {
    background:var(--highlight_textcolor);
}

[type="checkbox"]:checked + span {
    background:var(--hintergrund_free);
    display:inline-block;   
	color:white;
}
[type="checkbox"]:checked + span:after {
   color:red;
}

:hover +span {
     background:var(--highlight_textcolor);
}

button.btn_ml {
	margin:1px;	
	background:#a4bfd8;
    display:inline-block;
    border-radius: var(--border_round);
    padding: 5px 5px 5px 5px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

button.btn_ml:hover {
    background:var(--highlight_textcolor);
}

button.btn_ml:active {
    background:var(--highlight_textcolor);
}

button.btn_ml_save {
	margin:0px 0px 0px 0px;	
	background:green;
    display:inline-block;
    border-radius: var(--border_round);
    padding: 5px 5px 5px 5px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

button.btn_ml_save:hover {
    background:var(--highlight_textcolor);
}

button.btn_ml_save:active {
    background:var(--highlight_textcolor);
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: var(--hintergrund_site);
	width: 40px;
	height: 40px;
	border-radius: 50px;
	transition: all 0.4s;
}
.back-to-top i {
	font-size: 28px;
	color: var(--schriftfarbe_weiss);
	line-height: 0;
}
.back-to-top:hover {
	background: var(--highlight_textcolor);
	color: #range;
}
.back-to-top i:hover {
	font-size: 28px;
	color: black;
	line-height: 0;
}
.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	transition: all 0.5s;
	z-index: 997;
	padding: 20px 0;
}

#header .logo {
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 2px;
}

#header .logo a {
	color: var(--schriftfarbe_weiss);
}
#header .logo img {
	max-height: 40px;
}
#header.header-scrolled, #header.header-inner-pages {
	background: rgba(0, 0, 0, 0.9);
	padding: 12px 0;
}

/*--------------------------------------------------------------
# Detail Header
--------------------------------------------------------------*/
#detail_header {
	transition: all 0.5s;
	z-index: 997;
	padding: 20px 0;
	background-color: var(--hintergrund_mll_blau);
}
#detail_header .logo {
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 2px;
}

#detail_header .logo a {
	color:var(--schriftfarbe_weiss);
}
#detail_header .logo img {
	max-height: 40px;
}
#detail_header.header-scrolled, #detail_header.header-inner-pages {
	background: rgba(0, 0, 0, 0.9);
	padding: 12px 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/*******************************************/
/** Google Translate Designs 			****/
/*******************************************/
/*Google logo colors*/
.g-blue{ color:#4285F4; }
.o-red{ color:#DB4437; }
.o-yellow{ color:#F4B400; }
.l-green{ color:#0F9D58; }
.e-red { display:inline-block;transform:rotate(-20deg); }

#google_trans_custom {
	font-family: 'Poppins', sans-serif;
	display: flex;
	color:orange;
	font-weight:bold;
	font-size:15px;
	position: absolute; 
	margin:0;
	padding:2px;
	left: 0; 
	top: 0; 
	z-index: -1;
	opacity:1;
}

/*google translate link | logo */
 .goog-logo-link{
	display:none!important;
}
 
.goog-te-gadget{
	color:transparent!important;
}
 
/* google translate banner-frame */
 
.goog-te-banner-frame{
	display:none !important;
}
 
#goog-gt-tt, .goog-te-balloon-frame{display: none !important;}
.goog-text-highlight { background: none !important; box-shadow: none !important;}
 body{top:0!important;}
/************************************/
/************************************/

/**
* Desktop Navigation 
*/
.navbar {
	padding: 0;
}
.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}
.navbar li {
	position: relative;
}
.navbar > ul > li {
	white-space: nowrap;
	padding: 10px 0 10px 24px;
}
.navbar a, .navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: "Poppins", sans-serif;
	color: var(--schriftfarbe_weiss);
	font-size: 15px;
	padding: 0 4px;
	white-space: nowrap;
	transition: 0.3s;
	letter-spacing: 0.4px;
	position: relative;
}
.navbar a i, .navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}
.navbar > ul > li > a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -6px;
	left: 0;
	background-color: var(--highlight_textcolor);
	visibility: hidden;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
	visibility: visible;
	transform: scaleX(1);
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
	color: var(--schriftfarbe_weiss);
}
.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 24px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0.9;
	visibility: hidden;
	background: var(--schriftfarbe_weiss);
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}
.navbar .dropdown ul li {
	min-width: 200px;
}
.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 14px;
	text-transform: none;
	color: #493c3e;
}
.navbar .dropdown ul a i {
	font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
	color: var(--highlight_textcolor);
}
.navbar .dropdown:hover > ul {
	opacity: 0.9;
	top: 100%;
	visibility: visible;
}
.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
	opacity: 0.9;
	top: 0;
	left: 100%;
	visibility: visible;
}
@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}
	.navbar .dropdown .dropdown:hover > ul {
		left: -100%;
	}
	
	#header {
		transition: all 0.5s;
		z-index: 997;
		padding: 20px 0;
	}

	#header .logo {
		font-size: 20px;
		margin: 0;
		padding: 0;
		line-height: 1;
		font-weight: 600;
		letter-spacing: 2px;
	}

	#header .logo a {
		color: var(--schriftfarbe_weiss);
	}
	#header .logo img {
		max-height: 30px;
	}
	#header.header-scrolled, #header.header-inner-pages {
		background: rgba(0, 0, 0, 0.9);
		padding: 5px 0;
	}
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
	color: var(--schriftfarbe_weiss);
	font-size: 20px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

@media (max-width: 1300px) {	
	#header {
		transition: all 0.5s;
		z-index: 997;
		padding: 20px 0;
	}

	#header .logo {
		font-size: 20px;
		margin: 0;
		padding: 0;
		line-height: 1;
		font-weight: 600;
		letter-spacing: 2px;
	}

	#header .logo a {
		color: var(--schriftfarbe_weiss);
	}
	#header .logo img {
		max-height: 30px;
	}
	#header.header-scrolled, #header.header-inner-pages {
		background: rgba(0, 0, 0, 0.9);
		padding: 5px 0;
	}
}

@media (max-width: 910px) {
	.mobile-nav-toggle {
		display: block;
	}

	.navbar ul {
		display: none;
	}
	
	#header {
		transition: all 0.5s;
		z-index: 997;
		padding: 20px 0;
	}

	#header .logo {
		font-size: 20px;
		margin: 0;
		padding: 0;
		line-height: 1;
		font-weight: 600;
		letter-spacing: 2px;
	}

	#header .logo a {
		color: var(--schriftfarbe_weiss);
	}
	#header .logo img {
		max-height: 30px;
	}
	#header.header-scrolled, #header.header-inner-pages {
		background: rgba(0, 0, 0, 0.9);
		padding: 5px 0;
	}
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
	color: var(--schriftfarbe_weiss);
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(45, 37, 38, 0.9);
	transition: 0.3s;
	z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}
.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	background-color: var(--schriftfarbe_weiss);
	overflow-y: auto;
	transition: 0.3s;
}
.navbar-mobile > ul > li {
	padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
	visibility: hidden;
}
.navbar-mobile a, .navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #493c3e;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
	color: var(--highlight_textcolor);
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
	margin: 15px;
}
.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: var(--schriftfarbe_weiss);
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
	min-width: 200px;
}
.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
	color: var(--highlight_textcolor);
}
.navbar-mobile .dropdown > .dropdown-active {
	display: block;
}

/*--------------------------------------------------------------
# Hero Section #e43c5c
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height: 100vh;
	background: url("../img/Lab4.jpg") top center;
	background-size: cover;
	position: relative;
}
#hero:before {
	content: "";
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
#hero .hero-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 0 15px;
}
#hero h3 {
	background: rgba(255, 255, 255, 0.1);
	color: var(--schriftfarbe_weiss);
	font-size: 26px;
	padding: 10px 30px;
	margin-bottom: 30px;
	border-radius: 50px;
}
#hero h1 {
	margin: 0 0 10px 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	text-transform: uppercase;
	color: var(--schriftfarbe_weiss);
}
#hero h2 {
	color: #eee;
	margin-bottom: 40px;
	font-size: 24px;
}
#hero h5 {
	color: #eee;
	margin-bottom: 40px;
	font-size: 20px;
}
#hero .btn-get-started {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1px;
	display: inline-block;
	margin: 10px;
	padding: 8px 30px 9px 30px;
	border-radius: 50px;
	transition: 0.5s;
	border: 2px solid var(--schriftfarbe_weiss);
	color: var(--schriftfarbe_weiss);
}
#hero .btn-get-started:hover {
	background: var(--highlight_textcolor);
	border: 2px solid var(--highlight_textcolor);
}
@media (min-width: 1024px) {
	#hero {
		background-attachment: fixed;
	}
}
@media (max-width: 768px) {
	#hero h5 {
		font-size: 18px;
	}
	#hero h3 {
		font-size: 22px;
	}
	#hero h1 {
		font-size: 28px;
		line-height: 36px;
	}
	#hero h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
	}
}
@media (max-height: 500px) {
	#hero {
		height: 150vh;
	}
}

/*--------------------------------------------------------------
# Hero Section #e43c5c
--------------------------------------------------------------*/
#hero_predator {
	width: 100%;
	height: 100vh;
	background: url("../img/big_data3_grey.jpg") top center;
	background-size: cover;
	position: relative;
}
#hero_predator:before {
	content: "";
	background: rgba(50, 50,50, 0.6);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
#hero_predator .hero_predator-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 0 15px;
}
#hero_predator h3 {
	background: rgba(255, 255, 255, 0.1);
	color: var(--schriftfarbe_weiss);
	font-size: 26px;
	padding: 10px 30px;
	margin-bottom: 30px;
	border-radius: 50px;
}
#hero_predator h1 {
	margin: 0 0 10px 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	color: var(--schriftfarbe_weiss);
}
#hero_predator h2 {
	color: #eee;
	margin-bottom: 40px;
	font-size: 24px;
}
#hero_predator h5 {
	color: #eee;
	margin-bottom: 40px;
	font-size: 20px;
}
#hero_predator .btn-get-started {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1px;
	display: inline-block;
	margin: 10px;
	padding: 8px 30px 9px 30px;
	border-radius: 50px;
	transition: 0.5s;
	border: 2px solid var(--schriftfarbe_weiss);
	color: var(--schriftfarbe_weiss);
}
#hero_predator .btn-get-started:hover {
	background: var(--highlight_textcolor);
	border: 2px solid var(--highlight_textcolor);
}
@media (min-width: 1024px) {
	#hero_predator {
		background-attachment: fixed;
	}
}
@media (max-width: 768px) {
	#hero_predator h5 {
		font-size: 18px;
	}
	#hero_predator h3 {
		font-size: 22px;
	}
	#hero_predator h1 {
		font-size: 28px;
		line-height: 36px;
	}
	#hero_predator h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
	}
}
@media (max-height: 500px) {
	#hero_predator {
		height: 150vh;
	}
}

/*--------------------------------------------------------------
# Hero Section #e43c5c
--------------------------------------------------------------*/
#hero_mylab {
	width: 100%;
	height: 100vh;
	background: url("../img/Lab3.jpg") top center;
	background-size: cover;
	position: relative;
}
#hero_mylab:before {
	content: "";
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
#hero_mylab .hero_mylab-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 0 15px;
}
#hero_mylab h3 {
	background: rgba(255, 255, 255, 0.1);
	color: var(--schriftfarbe_weiss);
	font-size: 26px;
	padding: 10px 30px;
	margin-bottom: 30px;
	border-radius: 50px;
}
#hero_mylab h1 {
	margin: 0 0 10px 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	color: var(--schriftfarbe_weiss);
}
#hero_mylab h2 {
	color: #eee;
	margin-bottom: 40px;
	font-size: 24px;
}
#hero_mylab h5 {
	color: #eee;
	margin-bottom: 40px;
	font-size: 20px;
}
#hero_mylab .btn-get-started {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 30px 9px 30px;
	border-radius: 50px;
	transition: 0.5s;
	border: 2px solid var(--schriftfarbe_weiss);
	color: var(--schriftfarbe_weiss);
}
#hero_mylab .btn-get-started:hover {
	background: var(--highlight_textcolor);
	border: 2px solid var(--highlight_textcolor);
}
@media (min-width: 1024px) {
	#hero_mylab {
		background-attachment: fixed;
	}
}
@media (max-width: 768px) {
	#hero_mylab h5 {
		font-size: 18px;
	}
	#hero_mylab h3 {
		font-size: 22px;
	}
	#hero_mylab h1 {
		font-size: 28px;
		line-height: 36px;
	}
	#hero_mylab h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
	}
}
@media (max-height: 500px) {
	#hero_mylab {
		height: 150vh;
	}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
}

.section-bg {
	background-color: white;
}

.section-title {
	text-align: center;
	padding-bottom: 30px;
}
.section-title h2 {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 700;
	padding: 8px 20px;
	line-height: 1;
	margin: 0;
	background: #fdeff2;
	color: var(--highlight_textcolor);
	display: inline-block;
	text-transform: uppercase;
	border-radius: 50px;
}
.section-title h3 {
	margin: 15px 0 0 0;
	font-size: 32px;
	font-weight: 700;
}
.section-title h3 span {
	color: var(--highlight_textcolor);
}
.section-title p {
	margin: 15px auto 0 auto;
	font-weight: 600;
}
@media (min-width: 1024px) {
	.section-title p {
		width: 50%;
	}
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
	font-weight: 600;
	font-size: 26px;
}
.about .content ul {
	list-style: none;
	padding: 0;
}
.about .content ul li {
	padding-left: 28px;
	position: relative;
}
.about .content ul li + li {
	margin-top: 10px;
}
.about .content ul i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 20px;
	color: var(--highlight_textcolor);
	line-height: 1;
}
.about .content p:last-child {
	margin-bottom: 0;
}
.about .content .btn-learn-more {
	font-family: "Nunito", sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 50px;
	transition: 0.3s;
	line-height: 1;
	color: var(--highlight_textcolor);
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	margin-top: 6px;
	border: 2px solid var(--highlight_textcolor);
}
.about .content .btn-learn-more:hover {
	background: var(--highlight_textcolor);
	color: var(--schriftfarbe_weiss);
	text-decoration: none;
}

/*--------------------------------------------------------------
# Services #e43c5c; var(--schriftfarbe_weiss);
--------------------------------------------------------------*/
.services {
	padding-bottom: 30px;
}
.services .icon-box {
	padding: 60px 30px;
	position: relative;
	overflow: hidden;
	background: var(--highlight_textcolor);
	box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
	z-index: 1;
	text-align: center;
	color:black;

	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe5cc), to(rgb(105,105,105)));
	background-image: -webkit-linear-gradient(top,  #ffe5cc,rgb(105,105,105));
	background-image: -moz-linear-gradient(top, #ffe5cc, rgb(105,105,105));
	background-image: -ms-linear-gradient(top, #ffe5cc, rgb(105,105,105));
	background-image: -o-linear-gradient(top, #ffe5cc, rgb(105,105,105));
	background-image: linear-gradient(to bottom,#ffe5cc, rgb(105,105,105)));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffe5cc, endColorstr=rgb(105,105,105));
}
.services .icon-box::before {
	content: "";
	position: absolute;
	background: #fdeff2;
	right: 0;
	left: 0;
	bottom: 0;
	top: 100%;
	transition: all 0.4s;
	z-index: -1;
}
.services .icon-box:hover::before {
	background: gray;
	top: 0;
	border-radius: 0px;
}
.services .icon-box img {
	background-size: cover;
	position: relative;
}

.services .icon {
	margin-bottom: 15px;
}
.services .icon i {
	font-size: 48px;
	line-height: 1;
	color: var(--highlight_textcolor);
	transition: all 0.3s ease-in-out;
}

.services .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}
.services .title a {
	color: #111;
}
.services .description {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
	color:black;
}
.services .icon-box:hover .title a, .services .icon-box:hover .description {
	color: var(--schriftfarbe_weiss);
}
.services .icon-box:hover .icon i {
	color: var(--schriftfarbe_weiss);
}

.services .icon-box .btn-wrap {
	padding: 15px;
	text-align: center;
}

.services .icon-box .btn-get-started {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 30px 9px 30px;
	border-radius: 50px;
	transition: 0.5s;
	border: 2px solid var(--schriftfarbe_weiss);
	color: var(--schriftfarbe_weiss);
}
.services .icon-box .btn-get-started:hover {
	background: var(--highlight_textcolor);
	border: 2px solid var(--highlight_textcolor);
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
	padding-top: 20px;
}
.features .icon-box {
	display: flex;
	align-items: center;
	padding: 20px;
	transition: ease-in-out 0.3s;
	box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
}
.features .icon-box i {
	font-size: 32px;
	padding-right: 10px;
	line-height: 1;
}
.features .icon-box h3 {
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 16px;
}
.features .icon-box h3 a {
	color: #493c3e;
	transition: ease-in-out 0.3s;
}
.features .icon-box:hover a {
	color: var(--highlight_textcolor);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
	background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.8)), url("../img/Lab3.jpg") center center;
	background-size: cover;
	padding: 60px 0;
}
.cta h3 {
	color: var(--schriftfarbe_weiss);
	font-size: 28px;
	font-weight: 700;
}
.cta p {
	color: var(--schriftfarbe_weiss);
}
.cta .cta-btn {
	font-family: "Nunito", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 25px;
	transition: 0.5s;
	margin-top: 10px;
	border: 2px solid var(--schriftfarbe_weiss);
	color: var(--schriftfarbe_weiss);
}
.cta .cta-btn:hover {
	background: var(--highlight_textcolor);
	border: 2px solid var(--highlight_textcolor);
}
@media (min-width: 1024px) {
	.cta {
		background-attachment: fixed;
	}
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 25px auto;
	list-style: none;
	text-align: center;
	border-radius: 50px;
}
.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 7px 17px 9px 17px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #444444;
	margin: 0 3px 10px 3px;
	transition: all ease-in-out 0.3s;
	background: #ede9e9;
	border-radius: 50px;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
	color: var(--schriftfarbe_weiss);
	background: var(--highlight_textcolor);
}

.portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}

.portfolio .container-fluid {
	overflow: hidden;
	border-radius:10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(var(--hintergrund_panelgrau)), to(var(--hintergrund_panelorange)));
	background-image: -webkit-linear-gradient(top,  var(--hintergrund_panelgrau),var(--hintergrund_panelorange));
	background-image: -moz-linear-gradient(top, var(--hintergrund_panelgrau), var(--hintergrund_panelorange));
	background-image: -ms-linear-gradient(top, var(--hintergrund_panelgrau),var(--hintergrund_panelorange));
	background-image: -o-linear-gradient(top, var(--hintergrund_panelgrau), var(--hintergrund_panelorange));
	background-image: linear-gradient(to bottom,var(--hintergrund_panelgrau), var(--hintergrund_panelorange));
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=var(--hintergrund_panelgrau), 
		endColorstr=var(--hintergrund_panelorange));
 }

.portfolio .portfolio-item {
	overflow: hidden;
	border-radius:10px;
	margin-bottom:20px;
    box-shadow: 10px, 10px;
}
.portfolio .portfolio-item img {
	transform:scale(1.0);
	position: absolute;
	top:20px;
	right:30px;
	transition: all .2s ease-in-out;
}	
.portfolio .portfolio-item .portfolio-info {
	opacity: 0;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: -50px;
	z-index: 3;
	border-radius:10px;
	transition: all ease-in-out 0.3s;
	background: var(--hintergrund_mll_blau, #a4bfd8);
}
.portfolio .portfolio-item .portfolio-info h4 {
	font-size: 14px;
	color: #444;
	font-weight: 600;
}
.portfolio h4 {
	font-size: 16px;
	color: #444;
	font-weight: 600;
}
.portfolio h5 {
	font-size: 14px;
	color: #444;
	font-weight: 600;
}
.portfolio h6 {
	font-size: 12px;
	color: #444;
	font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
	color: #444;
	font-size: 12px;
	margin-bottom: -20px;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
	position: absolute;
	right: 50px;
	font-size: 24px;
	top: calc(50% - 30px);
	color: #444;
	transition: ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
	color: #f7c2cc;
}
.portfolio .portfolio-item .portfolio-info .details-link {
	right: 15px;
}

.details-link-heart
.portfolio .portfolio-item:hover img {
	transform:scale(1.2);
	transition: all .2s ease-in-out;
}
.portfolio .portfolio-item:hover .portfolio-info {
	opacity: 0.8;
	bottom: 3px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.predator-details {
	font-family: "Poppins", sans-serif;
	background-color: var(--predator_grey);
}
.predator-details .small-box{
	background-color: var(--panel_start);
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
	padding-top: 40px;
}

.portfolio-details .btn-get-started {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 30px 9px 30px;
	border-radius: 50px;
	background: grey;
	transition: 0.5s;
	border: 2px solid var(--schriftfarbe_weiss);
	color: var(--schriftfarbe_weiss);
}
.portfolio-details .btn-get-started:hover {
	background: var(--highlight_textcolor);
	border: 2px solid var(--highlight_textcolor);
}


.portfolio-details .portfolio-details-slider img {
	width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: var(--schriftfarbe_weiss);
	opacity: 1;
	border: 1px solid var(--highlight_textcolor);
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--highlight_textcolor);
}
.portfolio-details .portfolio-info {
	padding: 30px;
	box-shadow: 0px 0 30px rgba(70, 70, 70, 0.08);
}
.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
	list-style-type: square;
	list-style: square;
	margin-left: 20px;
	margin-top: 5px;
}
.portfolio-details .portfolio-description {
	padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
	padding: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
	padding: 20px;
	background: #f9f9f9;
	text-align: center;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	border: 2px solid #f9f9f9;
}
.pricing .box h3 {
	font-weight: 400;
	padding: 15px;
	margin-top: 15px;
	font-size: 20px;
	font-weight: 600;
	color: #493c3e;
}
.pricing .box h4 {
	font-size: 42px;
	color: var(--highlight_textcolor);
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 20px;
}
.pricing .box h4 sup {
	font-size: 20px;
	top: -15px;
	left: -3px;
}
.pricing .box h4 span {
	color: #bababa;
	font-size: 16px;
	font-weight: 300;
}
.pricing .box ul {
	padding: 0;
	list-style: none;
	color: #493c3e;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}
.pricing .box ul li {
	padding-bottom: 16px;
}
.pricing .box ul i {
	color: var(--highlight_textcolor);
	font-size: 18px;
	padding-right: 4px;
}
.pricing .box ul .na {
	color: #ccc;
	text-decoration: line-through;
}
.pricing .box .btn-wrap {
	padding: 15px;
	text-align: center;
}

.pricing .box .btn-get-started {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 30px 9px 30px;
	border-radius: 50px;
	transition: 0.5s;
	border: 2px solid var(--schriftfarbe_weiss);
	color: var(--schriftfarbe_weiss);
}
.pricing .box .btn-get-started:hover {
	background: var(--highlight_textcolor);
	border: 2px solid #var(--highlight_textcolor);
}
.pricing .box .btn-buy {
	display: inline-block;
	padding: 8px 40px 10px 40px;
	border-radius: 50px;
	border: 2px solid var(--highlight_textcolor);
	color: var(--highlight_textcolor);
	font-size: 14px;
	font-weight: 400;
	font-family: "Nunito", sans-serif;
	font-weight: 600;
	transition: 0.3s;
}
.pricing .box .btn-buy:hover {
	background: var(--highlight_textcolor);
	color: var(--schriftfarbe_weiss);
}
.pricing .recommended {
	border-color: var(--highlight_textcolor);
}
.pricing .recommended .btn-buy {
	background: var(--highlight_textcolor);
	color: var(--schriftfarbe_weiss);
}
.pricing .recommended .btn-buy:hover {
	background: #d91e42;
	border-color: #d91e42;
}
.pricing .recommended-badge {
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	font-size: 13px;
	padding: 3px 25px 6px 25px;
	background: #fce6ea;
	color: var(--highlight_textcolor);
	border-radius: 50px;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
	padding: 60px 0;
}
.faq .faq-list {
	padding: 0;
	list-style: none;
}
.faq .faq-list li {
	border-bottom: 1px solid #f1eeef;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.faq .faq-list .question {
	display: block;
	position: relative;
	font-family: var(--highlight_textcolor);
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	padding-left: 25px;
	cursor: pointer;
	color: #d01d3f;
	transition: 0.3s;
}
.faq .faq-list i {
	font-size: 16px;
	position: absolute;
	left: 0;
	top: -2px;
}
.faq .faq-list p {
	margin-bottom: 0;
	padding: 10px 0 0 25px;
}
.faq .faq-list .icon-show {
	display: none;
}
.faq .faq-list .collapsed {
	color: black;
}
.faq .faq-list .collapsed:hover {
	color: var(--highlight_textcolor);
}
.faq .faq-list .collapsed .icon-show {
	display: inline-block;
	transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
	display: none;
	transition: 0.6s;
}
@media (min-width: 1280px) {
	.faq .container {
		padding: 0 120px;
	}
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
	background: var(--main_background);
	padding: 60px 0;
}
.team .member {
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
	border-radius: 5px;
	background: var(--schriftfarbe_weiss);
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.team .member .member-img {
	position: relative;
	overflow: hidden;
}
.team .member .social {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 40px;
	opacity: 0;
	transition: ease-in-out 0.3s;
	background: rgba(255, 255, 255, 0.85);
	display: flex;
	align-items: center;
	justify-content: center;
}
.team .member .social a {
	transition: color 0.3s;
	color: #493c3e;
	margin: 0 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.team .member .social a i {
	line-height: 0;
}
.team .member .social a:hover {
	color: var(--highlight_textcolor);
}
.team .member .social i {
	font-size: 18px;
	margin: 0 2px;
}
.team .member .member-info {
	padding: 25px 15px;
}
.team .member .member-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 18px;
	color: #493c3e;
}
.team .member .member-info span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #aaaaaa;
}
.team .member .member-info p {
	font-style: italic;
	font-size: 14px;
	line-height: 26px;
	color: #777777;
}
.team .member:hover .social {
	opacity: 1;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
	width: 100%;
	background: var(--main_background);;
}
.contact .info {
	width: 100%;
	background: var(--main_background);;
}
.contact .info i {
	font-size: 20px;
	color: var(--highlight_textcolor);
	float: left;
	width: 44px;
	height: 44px;
	background: #fdeff2;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}
.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #493c3e;
}
.contact .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	font-size: 14px;
	color: #816a6e;
}
.contact .info .email, .contact .info .phone {
	margin-top: 40px;
    background: var(--main_background);;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
	background: var(--highlight_textcolor);
	color: var(--light_textcolor);
}
.contact .php-email-form {
	width: 100%;
	background: var(--main_background);;
}
.contact .php-email-form .form-group {
	padding-bottom: 8px;
}
.contact .php-email-form .error-message {
	display: none;
	color: var(--schriftfarbe_weiss);
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}
.contact .php-email-form .error-message br + br {
	margin-top: 25px;
}	
.contact .php-email-form .sent-message {
	display: none;
	color: var(--schriftfarbe_weiss);
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}
.contact .php-email-form .loading {
	display: none;
	background: var(--schriftfarbe_weiss);
	text-align: center;
	padding: 15px;
}
.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
	border-color: var(--highlight_textcolor);
}
.contact .php-email-form input {
	height: 44px;
}
.contact .php-email-form textarea {
	padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
	background: var(--highlight_textcolor);
	border: 0;
	padding: 10px 28px;
	color: var(--schriftfarbe_weiss);
	transition: 0.4s;
	border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
	background: #d01d3f;
}
@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 15px 0;
	background: #f6f4f4;
	margin-top: 67px;
}
@media (max-width: 992px) {
	.breadcrumbs {
		margin-top: 50px;
	}
}
.breadcrumbs h2 {
	font-size: 26px;
	font-weight: 600;
	margin-top: 40px;
}
.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
}
.breadcrumbs ol li + li {
	padding-left: 10px;
}
.breadcrumbs ol li + li::before {
	display: inline-block;
	padding-right: 10px;
	color: #655356;
	content: "/";
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
	padding: 40px 0 20px 0;
}
.blog .entry {
	padding: 30px;
	margin-bottom: 60px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .entry .entry-img {
	max-height: 440px;
	margin: -30px -30px 20px -30px;
	overflow: hidden;
}
.blog .entry .entry-title {
	font-size: 28px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 20px 0;
}
.blog .entry .entry-title a {
	color: #493c3e;
	transition: 0.3s;
}
.blog .entry .entry-title a:hover {
	color: var(--highlight_textcolor);
}
.blog .entry .entry-meta {
	margin-bottom: 15px;
	color: #b1a0a3;
}
.blog .entry .entry-meta ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
	padding: 0;
	margin: 0;
}
.blog .entry .entry-meta ul li + li {
	padding-left: 20px;
}
.blog .entry .entry-meta i {
	font-size: 16px;
	margin-right: 8px;
	line-height: 0;
}
.blog .entry .entry-meta a {
	color: #777777;
	font-size: 14px;
	display: inline-block;
	line-height: 1;
}
.blog .entry .entry-content p {
	line-height: 24px;
}
.blog .entry .entry-content .read-more {
	-moz-text-align-last: right;
	text-align-last: right;
}
.blog .entry .entry-content .read-more a {
	display: inline-block;
	background: var(--highlight_textcolor);
	color: var(--schriftfarbe_weiss);
	padding: 6px 20px;
	transition: 0.3s;
	font-size: 14px;
	border-radius: 4px;
}
.blog .entry .entry-content .read-more a:hover {
	background: #e7526f;
}
.blog .entry .entry-content h3 {
	font-size: 22px;
	margin-top: 30px;
	font-weight: bold;
}
.blog .entry .entry-content blockquote {
	overflow: hidden;
	background-color: #fafafa;
	padding: 60px;
	position: relative;
	text-align: center;
	margin: 20px 0;
}
.blog .entry .entry-content blockquote p {
	color: #444444;
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 22px;
}
.blog .entry .entry-content blockquote::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #493c3e;
	margin-top: 20px;
	margin-bottom: 20px;
}
.blog .entry .entry-footer {
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
	color: #9a8487;
	display: inline;
}
.blog .entry .entry-footer a {
	color: #57484a;
	transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
	color: var(--highlight_textcolor);
}
.blog .entry .entry-footer .cats {
	list-style: none;
	display: inline;
	padding: 0 20px 0 0;
	font-size: 14px;
}
.blog .entry .entry-footer .cats li {
	display: inline-block;
}
.blog .entry .entry-footer .tags {
	list-style: none;
	display: inline;
	padding: 0;
	font-size: 14px;
}
.blog .entry .entry-footer .tags li {
	display: inline-block;
}
.blog .entry .entry-footer .tags li + li::before {
	padding-right: 6px;
	color: #6c757d;
	content: ",";
}
.blog .entry .entry-footer .share {
	font-size: 16px;
}
.blog .entry .entry-footer .share i {
	padding-left: 5px;
}
.blog .entry-single {
	margin-bottom: 30px;
}
.blog .blog-author {
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
	width: 120px;
	margin-right: 20px;
}
.blog .blog-author h4 {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 0px;
	padding: 0;
	color: #493c3e;
}
.blog .blog-author .social-links {
	margin: 0 10px 10px 0;
}
.blog .blog-author .social-links a {
	color: rgba(73, 60, 62, 0.5);
	margin-right: 5px;
}
.blog .blog-author p {
	font-style: italic;
	color: #b7b7b7;
}
.blog .blog-comments {
	margin-bottom: 30px;
}
.blog .blog-comments .comments-count {
	font-weight: bold;
}
.blog .blog-comments .comment {
	margin-top: 30px;
	position: relative;
}
.blog .blog-comments .comment .comment-img {
	margin-right: 14px;
}
.blog .blog-comments .comment .comment-img img {
	width: 60px;
}	
.blog .blog-comments .comment h5 {
	font-size: 16px;
	margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
	font-weight: bold;
	color: #444444;
	transition: 0.3s;
}
.blog .blog-comments .comment h5 a:hover {
	color: var(--highlight_textcolor);
}
.blog .blog-comments .comment h5 .reply {
	padding-left: 10px;
	color: #493c3e;
}
.blog .blog-comments .comment h5 .reply i {
	font-size: 20px;
}
.blog .blog-comments .comment time {
	display: block;
	font-size: 14px;
	color: #655356;
	margin-bottom: 5px;
}
.blog .blog-comments .comment.comment-reply {
	padding-left: 40px;
}
.blog .blog-comments .reply-form {
	margin-top: 30px;
	padding: 30px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form h4 {
	font-weight: bold;
	font-size: 22px;
}
.blog .blog-comments .reply-form p {
	font-size: 14px;
}
.blog .blog-comments .reply-form input {
	border-radius: 4px;
	padding: 10px 10px;
	font-size: 14px;
}
.blog .blog-comments .reply-form input:focus {
	box-shadow: none;
	border-color: #f096a7;
}
.blog .blog-comments .reply-form textarea {
	border-radius: 4px;
	padding: 10px 10px;
	font-size: 14px;
}
.blog .blog-comments .reply-form textarea:focus {
	box-shadow: none;
	border-color: #f096a7;
}
.blog .blog-comments .reply-form .form-group {
	margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
	border-radius: 4px;
	padding: 10px 20px;
	border: 0;
	background-color: #493c3e;
}
.blog .blog-comments .reply-form .btn-primary:hover {
	background-color: #57484a;
}
.blog .blog-pagination {
	color: #816a6e;
}
.blog .blog-pagination ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
.blog .blog-pagination li {
	margin: 0 5px;
	transition: 0.3s;
}
.blog .blog-pagination li a {
	color: #493c3e;
	padding: 7px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
	background: var(--highlight_textcolor);
}
.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
	color: var(--schriftfarbe_weiss);
}
.blog .sidebar {
	padding: 30px;
	margin: 0 0 60px 20px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .sidebar .sidebar-title {
	font-size: 20px;
	font-weight: 700;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
	color: #493c3e;
	position: relative;
}
.blog .sidebar .sidebar-item {
	margin-bottom: 30px;
}
.blog .sidebar .search-form form {
	background: var(--schriftfarbe_weiss);
	border: 1px solid #ddd;
	padding: 3px 10px;
	position: relative;
}
.blog .sidebar .search-form form input[type=text] {
	border: 0;
	padding: 4px;
	border-radius: 4px;
	width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 15px;
	margin: -1px;
	background: var(--highlight_textcolor);
	color: var(--schriftfarbe_weiss);
	transition: 0.3s;
	border-radius: 0 4px 4px 0;
	line-height: 0;
}
.blog .sidebar .search-form form button i {
	line-height: 0;
}
.blog .sidebar .search-form form button:hover {
	background: #e64e6b;
}
.blog .sidebar .categories ul {
	list-style: none;
	padding: 0;
}
.blog .sidebar .categories ul li + li {
	padding-top: 10px;
}
.blog .sidebar .categories ul a {
	color: #493c3e;
	transition: 0.3s;
}
.blog .sidebar .categories ul a:hover {
	color: var(--highlight_textcolor);
}
.blog .sidebar .categories ul a span {
	padding-left: 5px;
	color: #aaaaaa;
	font-size: 14px;
}
.blog .sidebar .recent-posts .post-item + .post-item {
	margin-top: 15px;
}
.blog .sidebar .recent-posts img {
	width: 80px;
	float: left;
}
.blog .sidebar .recent-posts h4 {
	font-size: 15px;
	margin-left: 95px;
	font-weight: bold;
}
.blog .sidebar .recent-posts h4 a {
	color: #493c3e;
	transition: 0.3s;
}
.blog .sidebar .recent-posts h4 a:hover {
	color: var(--highlight_textcolor);
}
.blog .sidebar .recent-posts time {
	display: block;
	margin-left: 95px;
	font-style: italic;
	font-size: 14px;
	color: #aaaaaa;
}
.blog .sidebar .tags {
	margin-bottom: -10px;
}
.blog .sidebar .tags ul {
	list-style: none;
	padding: 0;
}
.blog .sidebar .tags ul li {
	display: inline-block;
}
.blog .sidebar .tags ul a {
	color: #8e767a;
	font-size: 14px;
	padding: 6px 14px;
	margin: 0 6px 8px 0;
	border: 1px solid #f6f4f4;
	display: inline-block;
	transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
	color: var(--schriftfarbe_weiss);
	border: 1px solid var(--highlight_textcolor);
	background: var(--highlight_textcolor);
}
.blog .sidebar .tags ul a span {
	padding-left: 5px;
	color: #dfd8d9;
	font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	color: #444444;
	font-size: 14px;
	background: #f6f4f4;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-top {
	background: var(--schriftfarbe_weiss);
}
#footer .footer-top .footer-contact {
	margin-bottom: 10px;
}
#footer .footer-top .footer-contact h4 {
	font-size: 22px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
}
#footer .footer-top .footer-contact p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Nunito", sans-serif;
	color: #777777;
}
#footer .footer-top h4 {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	position: relative;
	padding-bottom: 12px;
}
#footer .footer-top .footer-links {
	margin-bottom: 0px;
}
#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: var(--highlight_textcolor);/*#ea6981;*/
	font-size: 18px;
	line-height: 1;
}
#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}
#footer .footer-top .footer-links ul a {
	color: #777777;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
	text-decoration: none;
	color: var(--highlight_textcolor);
}
#footer .footer-newsletter {
	font-size: 15px;
}
#footer .footer-newsletter h4 {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	position: relative;
	padding-bottom: 12px;
}
#footer .footer-newsletter form {
	margin-top: 30px;
	background: var(--schriftfarbe_weiss);
	padding: 6px 10px;
	position: relative;
	border-radius: 50px;
	text-align: left;
	border: 1px solid #f7c2cc;
}
#footer .footer-newsletter form input[type=email] {
	border: 0;
	padding: 4px 8px;
	width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
	position: absolute;
	top: 0;
	right: -2px;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 15px;
	padding: 0 22px;
	background: var(--highlight_textcolor);
	color: var(--schriftfarbe_weiss);
	transition: 0.3s;
	border-radius: 50px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
	background: grey;
}
#footer .c#e43c5cits {
	padding-top: 5px;
	font-size: 13px;
	color: #444444;
}
#footer .social-links a {
	font-size: 18px;
	display: inline-block;
	background: var(--highlight_textcolor);
	color: var(--schriftfarbe_weiss);
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}
#footer .social-links a:hover {
	background: grey;
	color: var(--schriftfarbe_weiss);
	text-decoration: none;
}

.wrapper2 .icon{
  position: relative;
  background-color: #ffffff;
  border-radius: 50%;
  padding-left:15px;
  margin: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  display: inline-block;
  align-items: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #333;
  text-decoration: none;
}
.wrapper3 .icon{
  position: relative;
  background-color: orange;
  border-radius: 50%;
  padding-left:15px;
  margin: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  display: inline-block;
  align-items: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #333;
  text-decoration: none;
}
.wrapper2 .tooltip {
  position: absolute;
  top: 0;
  line-height: 1.5;
  font-size: 14px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper2 .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper2 .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.wrapper2 .icon:hover span,
.wrapper2 .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.wrapper2 .facebook:hover,
.wrapper2 .facebook:hover .tooltip,
.wrapper2 .facebook:hover .tooltip::before {
  background-color: #3b5999;
  color: #ffffff;
}
.wrapper2 .twitter:hover,
.wrapper2 .twitter:hover .tooltip,
.wrapper2 .twitter:hover .tooltip::before {
  background-color: #46c1f6;
  color: #ffffff;
}
.wrapper2 .instagram:hover,
.wrapper2 .instagram:hover .tooltip,
.wrapper2 .instagram:hover .tooltip::before {
  background-color: #e1306c;
  color: #ffffff;
}
.wrapper2 .github:hover,
.wrapper2 .github:hover .tooltip,
.wrapper2 .github:hover .tooltip::before {
  background-color: #333333;
  color: #ffffff;
}
.wrapper2 .youtube:hover,
.wrapper2 .youtube:hover .tooltip,
.wrapper2 .youtube:hover .tooltip::before {
  background-color: #de463b;
  color: #ffffff;
}
.wrapper2 .whatsapp:hover,
.wrapper2 .whatsapp:hover .tooltip,
.wrapper2 .whatsapp:hover .tooltip::before {
  background-color: green;
  color: #ffffff;
}
.wrapper2 .linkedin:hover,
.wrapper2 .linkedin:hover .tooltip,
.wrapper2 .linkedin:hover .tooltip::before {
  background-color: blue;
  color: #ffffff;
}
.wrapper2 .email:hover,
.wrapper2 .email:hover .tooltip,
.wrapper2 .email:hover .tooltip::before {
  background-color: orange;
  color: #ffffff;
}