/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/*_______________ GLOBAL ________________*/


/*_______________ Fonts ________________*/

@font-face {
    font-family: 'Work Sans';
    src: url('webfonts/worksans-light-webfont.eot');
    src: url('webfonts/worksans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/worksans-light-webfont.woff2') format('woff2'),
         url('webfonts/worksans-light-webfont.woff') format('woff'),
         url('webfonts/worksans-light-webfont.ttf') format('truetype'),
         url('webfonts/worksans-light-webfont.svg#work_sanslight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Work Sans';
    src: url('webfonts/worksans-medium-webfont.eot');
    src: url('webfonts/worksans-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/worksans-medium-webfont.woff2') format('woff2'),
         url('webfonts/worksans-medium-webfont.woff') format('woff'),
         url('webfonts/worksans-medium-webfont.ttf') format('truetype'),
         url('webfonts/worksans-medium-webfont.svg#work_sansmedium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Work Sans';
    src: url('webfonts/worksans-regular-webfont.eot');
    src: url('webfonts/worksans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/worksans-regular-webfont.woff2') format('woff2'),
         url('webfonts/worksans-regular-webfont.woff') format('woff'),
         url('webfonts/worksans-regular-webfont.ttf') format('truetype'),
         url('webfonts/worksans-regular-webfont.svg#work_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Work Sans';
    src: url('webfonts/worksans-semibold-webfont.eot');
    src: url('webfonts/worksans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/worksans-semibold-webfont.woff2') format('woff2'),
         url('webfonts/worksans-semibold-webfont.woff') format('woff'),
         url('webfonts/worksans-semibold-webfont.ttf') format('truetype'),
         url('webfonts/worksans-semibold-webfont.svg#work_sanssemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/plus-jakarta-sans-v7-latin-700.eot');
  src: url('webfonts/plus-jakarta-sans-v7-latin-700.eot?#iefix') format('embedded-opentype'),
       url('webfonts/plus-jakarta-sans-v7-latin-700.woff2') format('woff2'),
       url('webfonts/plus-jakarta-sans-v7-latin-700.woff') format('woff'),
       url('webfonts/plus-jakarta-sans-v7-latin-700.ttf') format('truetype'),
       url('webfonts/plus-jakarta-sans-v7-latin-700.svg#PlusJakartaSans') format('svg');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  src: url('webfonts/plus-jakarta-sans-v7-latin-800.eot');
  src: url('webfonts/plus-jakarta-sans-v7-latin-800.eot?#iefix') format('embedded-opentype'),
       url('webfonts/plus-jakarta-sans-v7-latin-800.woff2') format('woff2'),
       url('webfonts/plus-jakarta-sans-v7-latin-800.woff') format('woff'),
       url('webfonts/plus-jakarta-sans-v7-latin-800.ttf') format('truetype'),
       url('webfonts/plus-jakarta-sans-v7-latin-800.svg#PlusJakartaSans') format('svg');
}

.font-base { font-family:'Work Sans', sans-serif !important; }
.font-headline { font-family:'Plus Jakarta Sans', sans-serif !important; }
.ts-16 { font-size: 16px !important; }
.ts-18 { font-size: 18px !important; }
.ts-20 { font-size: 20px !important; }
.ts-22 { font-size: 22px !important; }
.ts-24 { font-size: 24px !important; }
.ts-28 { font-size: 28px !important; }
.ts-32 { font-size: 32px !important; }
.ts-40 { font-size: 40px !important; }
.ts-70, .ts-70 h1, .ts-70 .h1, .ts-70 h2, .ts-70 .h2 { font-size: 70px !important; }
.ts-75, .ts-75 h1, .ts-75 .h1, .ts-75 h2, .ts-75 .h2 { font-size: 75px !important; }
.ts-100, .ts-100 h1, .ts-100 .h1, .ts-100 h2, .ts-100 .h2 { font-size: 100px !important; }
.tw-bold { font-weight: 700 !important; }
.tw-extrabold { font-weight: 800 !important; }
@media (max-width: 960px) {
	.ts-70, .ts-70 h1, .ts-70 .h1, .ts-70 h2, .ts-70 .h2 { font-size: 42px !important; }
	.ts-75, .ts-75 h1, .ts-75 .h1, .ts-75 h2, .ts-75 .h2 { font-size: 48px !important; }
	.ts-100, .ts-100 h1, .ts-100 .h1, .ts-100 h2, .ts-100 .h2 { font-size: 60px !important; }
}

body {
	font-family:'Work Sans', sans-serif;
}
strong, .strong {
	font-weight: 600 !important;
}
h1, .h1 {
	font-family:'Plus Jakarta Sans', sans-serif;
	font-weight:800;
	letter-spacing:0px;
}
h1:not([class*="fontsize-"]), .h1:not([class*="fontsize-"]){
	line-height:1.1em;
}
/*h2, h3, h4, h5, h6, p, ul li{
	letter-spacing:-0.03em;
}*/
h5 {
	font-weight:400;
}
.icon-box-heading h4, .icon-box-heading .h4, .icon-box-heading h5, .icon-box-heading .h5 {
	margin: 0;
}
.h7 {
	font-size:10px;
}
.text-lead, .text-lead:not(ul) > * {
    line-height: 30px;
}
.text-small, .text-small > * {
	line-height: 18px;
}
p {
	line-height: 24px;
}
@media (min-width: 960px) {
	.text-lead-padding { padding-left: 15%; padding-right: 15%; }
}
.bigtext {
	font-size:22px !important;
	letter-spacing: -0.8px;
}
.mark{
	border-bottom:1px solid #ffffff;
}
h2:not([class*="fontsize-"]), .h2:not([class*="fontsize-"]){
	line-height:1.1;
}
figcaption{
	font-size: 13px;
    color: #031B21;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.3px;
}


/*_______________ Colors ________________*/
.maincolor{
	color:#79C9D0;
}
.seccolor{
	color:#fd9a82;
}


/*_______________ Elements ________________*/
/*_ Buttons _*/
body.uncode-btn-round .btn:not(.btn-default-shape):not(.btn-square):not(.btn-circle) {
	border-radius: 5px;
}
.btn, .btn-link{
	font-family:'Plus Jakarta Sans', sans-serif;
	font-weight: 700;
	font-size:18px;
	line-height:29px;
	letter-spacing:-0.4px !important;
	padding: 10px 30px !important;
	display:inline-block;
	white-space: nowrap;
}
.btn-sm{
	font-size:16px !important;
	line-height:29px;
	letter-spacing:-0.4px !important;
	padding: 4px 20px !important;
	max-height:42px;
}
.btn-lg{
	font-size:19px !important;
	line-height:24px;
	letter-spacing:0px !important;
	padding: 13px 19px !important;
	max-height:inherit;
}
.style-light .btn-default.btn-outline{
	color:#ffffff !important;
	border-color:#ffffff !important;
}
.style-light .btn-default.btn-outline:not(.icon-animated):not(.icon-automatic-video):hover{
	background-color: #79c9d0 !important;
	border-color: #79c9d0 !important;
}
.row .style-light .btn-color-nhtu.btn-outline,
.row .btn-color-nhtu.btn-outline{
	color:#79c9d0 !important;
}
.btn-color-lxmt{
	color:#031B21 !important;
}
/*_ Deco Elements _*/
.decoration01{
	position: absolute !important;
    left: -40%;
    width: 463px;
    margin-top: -62px !important;
}
.decoration02{
	position: absolute !important;
    width: 463px;
    right:-85%;
    top: -34%;
}
/*_ Positioning _*/
.float-left{
	float:left;
}
.hidden{
	display: none;
}


/*_______________ Global Settings ________________*/

.ia-borders-rounded-8 { border-radius: 8px; }
.ia-borders-rounded-10 { border-radius: 10px; }

/*_ Header _*/
.menu-with-logo .menu-smart > li, .menu-with-logo .menu-smart > li > a{
	height: 60% !important;
    margin-top: 15px;
    line-height: 1.5 !important;
    padding-left:0 !important;
    padding-right:0 !important;
}
.menu-dark .menu-smart > li.active > a, .menu-dark .menu-smart > li a.active, .menu-dark .menu-smart > li.current-menu-ancestor > a, .menu-dark .menu-smart > li.current-menu-item:not(.menu-item-type-custom) > a{
	color:#FF6F61;
	border-bottom:1px solid #FF6F61;
}
.drop-menu {
	top: 75% !important;
}
@media (min-width: 960px) {
	.menu-horizontal .menu-smart ul, .top-menu .menu-sub-enhanced.menu-horizontal ul.menu-smart > li ul {
		padding: 0px 15px 15px 15px;
	}
	/*.menu-smart ul > li > a::before {
		content: '';
		display: inline-block;
		width: 9px;
		height: 9px;
		border-radius: 5px;
		margin-right: 8px;
		vertical-align: 5%;
		background-color: #FFFFFF;
	}
	.menu-smart ul > li > a:hover::before, .menu-smart ul > li > a:focus::before {
		background-color: #FF6F61;
	}*/
	.menu-smart ul > li > a {
		letter-spacing: -0.02em;
		font-weight: 600;
		padding: 0;
		margin-bottom: 5px;
	}
	.menu-smart ul > li:last-child > a {
		margin-bottom: 0px;
	}
	.submenu-dark .menu-horizontal:not(.menu-sub-enhanced) .menu-smart ul a:hover, .submenu-dark .menu-horizontal:not(.menu-sub-enhanced) .menu-smart ul a:focus {
		background-color: transparent !important;
	}
}
/*_ Language Selector _*/

@media (min-width: 960px) {
	body[class*=hmenu] header ul.menu-smart > li.wpml-ls-item-de {
		padding-right: 0 !important;
	}
	body[class*=hmenu] header ul.menu-smart > li.wpml-ls-item-en {
		padding-left: 0 !important;
		padding-right:0 !important;
	}
}
header .wpml-ls-item a {
	display:inline;
}
header .wpml-ls-item.wpml-ls-current-language a,
header.menu-dark .menu-smart > li.wpml-ls-item.wpml-ls-current-language.current-menu-item:not(.menu-item-type-custom) > a{
	border:1px solid #ffffff;
	border-radius:80px;
}
header .wpml-ls-item-de a::before,
header .wpml-ls-item-en a::before{
    content: "DE" !important;
    padding: 7px;
    margin-top: -2px;
	/*border:2px solid transparent;
    border-radius: 153px;
    height: 42px !important;*/
}
header .wpml-ls-item-de a span{
	width:16px !important;
}
header .wpml-ls-item-en a::before{
    content: "EN" !important;
}
header .wpml-ls-item a i, header .wpml-ls-item a span {
	display:none !important
}
@media (max-width: 960px) {
	header .wpml-ls-item-de a::before, header .wpml-ls-item-en a::before {
		content: "DE" !important;
		padding: 5px 0 0 0;
		margin-top: -4px;
		height: 32px;
	}
}

.calendly-overlay {
    z-index: 999999 !important;
}
/*_ Main Page Area _*/
.main-container .row-container .row-parent .uncont .mainimage{
	width: 583px;
    margin-top: -35% !important;
    margin-left: -25%;
}
body[class*=hmenu] ul.menu-smart > li{
	padding-left: 14px !important;
    padding-right: 14px !important;
}
body[class*=hmenu] .isotope-system ul.menu-smart > li{
	padding-left: 0px !important;
    padding-right: 0px !important;
}
/*_ Footer _*/
.footer .uncode-single-media-wrapper{
	width: 100%;
    max-width: 177px;
    margin-bottom:28px;
}
/*.footer h4,
.footer h4 span{
	font-size:22px !important;
	font-weight:500;
}*/
.footer h4{
	padding-top:15px;
	padding-bottom: 29px;
}
.footer h6,
.footer h6 span,
#bigtext-id4 .bigtext-line0{
	font-size:18px !important;
	line-height: 1.4;
}
.footer .fa{
	color:#FD9A82;
	font-size:51px !important;
}
.footer .footer_slogan{
	width:72%;
	float:left;
	margin-top:0 !important;
} 
.footer .wpb_column:first-child .uncode-vc-social{
	width:28%;
	float:left;
	margin-top:0 !important;
}
.footer p{
	line-height:1.4;
}
.icon-box.icon-inline{
	padding-right:0 !important;
	text-align: right;
    width: 100%;
    padding-bottom: 8px;
}
#menu-footer_menu, #menu-footer_social_menu {
	padding-left:0 !important;
	margin-top:5px !important;
}
#menu-footer_menu li, #menu-footer_social_menu li {
	margin-bottom: 12px;
}
#menu-footer_bottom_menu li {
	display: inline-block;
	padding-right: 30px;
}
#menu-footer_bottom_menu li a {
	color: #FFFFFF;
	font-size: 14px;
}
#menu-footer_menu li a:hover, #menu-footer_social_menu li a:hover, #menu-footer_bottom_menu li a:hover, #menu-footer_bottom_menu li a:focus {
	color: #FF6F61;
}
.main-container .footer .vc_wp_custommenu{
	margin-top:0 !important;
}
@media (min-width: 960px) {
	.footer #menu-footer_menu {
		height: 200px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	/*.footer #menu-footer_menu li {
		width: 50%;
		float: left;
	}*/
}
.footer #menu-footer_menu li, .footer #menu-footer_social_menu li {
	list-style: none;
}
.footer .vc_wp_custommenu li a{
	font-size:18px;
	line-height:24px;
	color:#FFFFFF;
}
#menu-item-4053 a{
	font-weight:600;
}
.main-container .footer .vc_wp_custommenu{
	clear: both;
    min-height: 123px;
}

/*_ Language Switch _*/
footer .col-lg-4:last-child .uncode_text_column{
	margin-top:18px !important;
}
.wpml-ls-legacy-list-horizontal{
	padding:0;
	border:0;
}
.wpml-ls-legacy-list-horizontal ul li:first-child {
	padding-right: 30px;
}
.wpml-ls-legacy-list-horizontal a { 
	padding: 0;
}
.wpml-ls-legacy-list-horizontal a:hover .wpml-ls-native, .wpml-ls-legacy-list-horizontal a:focus .wpml-ls-native { 
	color: #FF6F61;
}
.wpml-ls-legacy-list-horizontal a span {
	font-size: 14px !important;
    /*text-transform: uppercase;
    letter-spacing: 0.2px;*/
}
.wpml-ls-native{
	 color: #ffffff;
}
.wpml-ls-current-language{
	font-weight:700;
}
.wpml-ls-current-language a {
	color: #FFFFFF !important;
}

.single-media-overlay-large-text .t-entry-title {
	font-size: 12rem !important;
	color: #FFFFFF !important;
}

.row-container.style-color-211522-bg li {
	color: #FFFFFF;
}

.grid-filters ul.menu-smart a:not(.social-menu-link) {
	letter-spacing: 0;
}

.post-content ul:not(.no-list):not(.navigation):not(.pagination):not(.term-filters-list):not(.uncode-woocommerce-sorting-dropdown) {
	list-style: none;
}

.agenda-item-row {
	margin-top: 15px !important;
}

.icon-box-top .icon-box-icon img {
	padding: 0 15%;
}


/*_______________ HOME ________________*/
/*_ Global _*/
.row_home_benefits h3,
.row_home_successstories h3,
.row_home_staerken h3,
.row_home_staerken h5,
.row_home_events h3{
	text-align:center;
	width:100%;
}
/*_ Header _*/
/*.page-id-3584 .menu-container,
.page-id-4616 .menu-container{
	background: none;
}*/
/*.page-id-3584 .main-container,
.page-id-4616 .main-container{
	margin-top:-103px;
}*/
/*_ Animated circles _*/
.home-hero-circle-1 {
	width: 175px;
	height: 175px;
	border-radius: 175px;
	background-color: #B3D9DD;
	position: absolute;
	top: -130px;
	right: 5%;
	opacity: 0;
	animation: fadeIn 1s ease-in;
	animation-delay: 500ms;
	animation-fill-mode: forwards;
}
.home-hero-circle-2 {
	width: 250px;
	height: 250px;
	border-radius: 250px;
	background-color: #084C61;
	position: absolute;
	top: 150px;
	left: -75px;
	opacity: 0;
	animation: fadeIn 1s ease-in;
	animation-delay: 750ms;
	animation-fill-mode: forwards;
}
.pre-footer-cta-circle-1 {
	width: 175px;
	height: 175px;
	border-radius: 175px;
	background-color: #084C61;
	position: absolute;
	top: -75px;
	left: 5%;
}
.pre-footer-cta-circle-2 {
	width: 125px;
	height: 125px;
	border-radius: 125px;
	background-color: #FF6F61;
	position: absolute;
	top: 50px;
	right: 4%;
}
.pre-footer-cta-circle-3 {
	width: 175px;
	height: 175px;
	border-radius: 175px;
	background-color: #B3D9DD;
	position: absolute;
	bottom: -225px;
	right: 6%;
}
@keyframes fadeIn {  
   from {  
       opacity:0;  
   }  
   to {  
       opacity:1;  
   }  
}
/*.row_home_start .btn-lg{
	float:left;
	margin-right:10px;
	margin-bottom:8px;
	min-width: 300px;
}*/
.row_home_start h1, .row_home_start h2, .row_home_start h3, .row_home_start h4, .row_home_start h5, .row_home_start h6, .row_home_start p{
	color:#ffffff;
}
.row_home_start h2{
	/*opacity:0.7;*/
	max-width: 70%;
	line-height: 1.2;
}
.row_home_start .vc_custom_heading_wrap{
	margin-top:22px !important;
}
#hero_memberlogin {
	width: 130px;
	height: 130px;
	max-height: none;
	border-radius: 130px;
	white-space: normal;
    line-height: 1.25rem;
    padding-top: 45px !important;
}
#hero_conferencebutton {
	width: 180px;
    height: 180px;
    max-height: none;
    border-radius: 999px;
    white-space: normal;
    line-height: 1.25;
    padding-top: 42px !important;
	padding-left: 32px !important;
	padding-right: 32px !important;
    font-size: 19px !important;
	transform: unset;
}
@media (min-width: 769px) {
	#hero_conferencebutton {
		position: absolute;
		bottom: 0;
    	right: 0;
	}
}
@media (min-width: 1000px) {
	#hero_conferencebutton {
		width: 250px;
    	height: 250px;
		padding-top: 85px !important;
    	font-size: 24px !important;
	}
}
@media (min-width: 1400px) {
	#hero_conferencebutton {
		width: 300px;
    	height: 300px;
		padding-top: 120px !important;
    	font-size: 26px !important;
		bottom: 75px;
    	right: 2%;
	}
}
@media (min-width: 1750px) {
	#hero_conferencebutton {
		bottom: 75px;
    	right: 10%;
	}
}
/*.row_home_start .btn-default.btn-outline{
	float: right;
	margin-left:10px;
	min-width: 170px;
}*/
/*_ Slogan _*/
.row_home_slogan h4{
	text-align: center;
	line-height: 1.3;
	max-width: 97%;
	margin: 0 auto;
	display: block;
}
/*_ Stärken _*/
.row_home_staerken .row-parent{
	-webkit-box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.1); 
	box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.1);
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	background: #ffffff;
	margin-top:-140px;
}
.row_home_staerken p{
	line-height:1.3;
	color:#7B7B7B;
	max-width:70%;
	margin:0 auto;
}
.row_home_staerken img{
	max-width:208px;
	margin:0 auto;
	display: block;
}
.row_home_staerken h5{
	line-height: 1.25;
	max-width: 85%;
	margin: 0 auto;
}
.row_home_staerken .btn-container{
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
/*_ Warum _*/
.row_home_warum .icon-box img{
	width:81px;
}
.row_home_warum h5{
	font-size:20px;
}
.row_home_warum .uncode-single-media{
	width: 120%;
    margin-left: 15%;
}
.main-container .row_home_warum .uncode-single-media .single-wrapper .t-entry-visual{
	margin-top:-34% !important;
}
.bigpicture_horizontal .uncode-single-media{
	width:230%;
}
.row_startups_list .uncode-single-media{
	width: 145%;
    margin-left: 15%;
}
.main-container .row_startups_list .uncode-single-media .single-wrapper .t-entry-visual{
	margin-top: -8% !important;
}
.main-container .bigpicture_horizontal .uncode-single-media .single-wrapper .t-entry-visual{
	margin-top:-15% !important;
}
.row_home_warum .uncode-single-media img{
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
}
.row_home_warum .icon-box{
	margin-top:24px !important;
}
.row_home_warum .icon-expand .icon-box-icon{
	width:13% !important;
}
.row_home_warum .icon-expand .icon-box-content{
	width: 52%;
    padding-left: 0;
}
/*_ Benefits _*/
.row_home_benefits .t-entry-title{
	text-align:left;
}
.row_home_benefits .t-entry-meta span{
	text-align: left;
	font-weight:400 !important;
	font-size:20px !important;
	line-height:1.3;
	-moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; 
}
.tmb-media-first.tmb-content-under.tmb-round.tmb > .t-inside .t-entry-visual a:not(.tmb-term-evidence):not(.product_button_loop){
	border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
.row_home_benefits .single-block-padding{
	padding:20px 0;
}
.row_home_benefits .btn-container{
	text-align:center;
}
.owl-carousel-container.half-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots{
	margin-bottom:20px;
}
/*_ Success _*/
.success_stories .btn .fa, .success_stories .btn-link .fa, .politik_news .btn .fa, .politik_news .btn-link .fa {
	top: 0.4em;
}
.row_home_successstories h3{
	opacity:0.7;
}
.secondary-dummy-image{
	z-index: 999999;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    border-radius: 50%;
    float: right;
    width: 140px;
    height: 140px;
    padding-top: 0 !important;
    border: 8px solid #B3D9DD;
    margin: 17% 1% 17% 0 !important;
    background-position: center center;
}
.row_home_successstories .t-entry-visual-cont a{
	max-width:96%;
}
.row_home_successstories .tmb .t-entry-visual:hover img.has-secondary-featured-image{
	opacity:1;
}
.row_home_successstories h2{
	font-size:34px !important;
}
.row_home_successstories .tmb .t-entry-visual .t-overlay-text{
	width:77%;
	float:left;
}
/*_ Events _*/
.row_home_events .t-inside{
	background:#FD9A82 !important;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.row_home_events .tmb .t-entry-visual{
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.row_home_events .t-entry-title,
.row_home_events .t-entry-title a,
.row_home_events .t-entry-meta{
	color:#ffffff !important;
	text-align:left;
}
.row_home_events .ect-list-title,
.row_home_events .ect-event-url{
	line-height:1.3 !important;
}
.row_home_events .ect-event-url{
	font-size:22px;
	font-weight:600 !important;
}
.row_home_events .t-entry-meta{
	font-size:18px;
}
.tmb-light.tmb-bordered.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual{
	border:0;
}
.row_home_events .t-entry-title{
	max-width:70%;
}
.t-entry-cf-ev-date{
	font-size:35px;
	line-height: 0.75;
	color:#ffffff;
	font-weight:600;
	display:block;
	position:absolute;
	background:#FD9A82;
	padding: 27px 10px;
    right: 15px;
    top: -72px;
    max-width: 77px;
    text-align: center;
    z-index: 999;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 2px 23px 0px rgba(0,0,0,0.2); 
	box-shadow: 0px 2px 23px 0px rgba(0,0,0,0.2);
}
.t-entry-cf-ev-date .month{
	font-size:22px;
	font-weight:400;
}
.t-entry-cf-ev-location, .t-entry-cf-ev-time{
	font-size:18px;
	color:#ffffff;
	float:left;
	width: 40% !important;
    padding-bottom: 10px;
}
.t-entry-cf-ev-location::before, .t-entry-cf-ev-time::before{
	font-family: "Font Awesome 5 Free";
   	display: inline-block;
   	padding-right: 6px;
   	vertical-align: middle;
   	font-weight: 900;
   	margin-top:-3px;
}
.t-entry-cf-ev-location::before{
	content: "\f041";
}
.t-entry-cf-ev-time::before{
	content: "\f017";
}
.row_home_events .tmb-no-bg:not(.tmb-content-lateral).tmb .single-block-padding{
	padding: 10px 25px !important;
}
/*_ Call to action _*/
.row_home_cta .row-parent{
	-webkit-box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.1); 
	box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.1);
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	max-width: 72%;
    margin: 0 auto;
}
.row_home_cta h2{
	max-width: 68%;
	line-height:1.1;
    margin: 0 auto;
    display: block !important;
}
.row_politik_cta h2{
	max-width: 90%;
}
.row_home_cta p{
	color:#7B7B7B;
	line-height: 1.5;
    max-width: 74%;
    margin: 0 auto;
	}
.row_home_cta .uncode_text_column{
	margin-top:15px !important;
}
/*_ Partner _*/
.row_partner .row-internal{
	margin-top:0px !important;
}
.row_partner h4{
}
.row_partner p a{
	color:#BFC0C0;
}
.row_partner .col-lg-6{
	vertical-align:middle !important;
}
/*_______________ PAGE ________________*/
.row_page_staerken .row-parent{
	margin-top:-28%;
}
.row_page_staerken .icon-box .icon-media{
	margin:0 auto !important;
}
.row_page_businessangels a span{
	text-align: center;
}
.row_page_businessangels .tmb-dark.tmb .t-entry-visual *:not(.add_to_cart_text):not(.view-cart){
	color:#ffffff;
	text-align: center;
	font-weight:600;
}
.row_page_businessangels .t-entry-title{
	font-weight:600 !important;
}
.row_home_warum h3{
	color:#18214D;
}
.row_home_warum ol, .styled-ol ol {
   list-style: none;
   counter-reset: item;
   margin-left:58px;
}
.row_home_warum ol li, .styled-ol ol li {
   counter-increment: item;
   margin-bottom: 25px;
   font-size:20px;
   line-height:1.3;
   font-weight:normal;
}
.row_home_warum ol li:before, .styled-ol ol li:before {
	margin-right: 21px;
    margin-left: -58px;
    content: counter(item);
    background: #FF6F61;
    border-radius: 100%;
    color: #ffffff;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 24px;
    line-height: 1.45;
    font-weight: 700;
    display: inline-block;
 }
#startups-ol-right ol li:nth-child(1):before {
	content: '4';
}
#startups-ol-right ol li:nth-child(2):before {
	content: '5';
}
 .row_startups_list ol li:before{
 	background:#fd9a82;
 }
 .row_home_warum ol li a{
 	color:#FAA68B;
 }
 /*_ Pricing Tables _*/
.ia-plan h4 {
	padding: 36px 18px;
}
.ia-plan .ia-plan-target-group-text {
	padding: 36px 24px 18px 24px;
}
.ia-plan-highlighted .ia-plan-target-group-text {
	padding: 36px 36px 18px 36px;
}
.ia-plan .ia-plan-target-group-text p {
	font-size: 18px !important;
	line-height: 20px;
}
.ia-plan .ia-plan-price-period-text {
	padding: 12px 36px 36px 36px;
}
.ia-plan .ia-plan-info-text {
	padding: 28px 14px 36px 14px;
}
.ia-plan-highlighted .ia-plan-info-text {
	padding: 28px 28px 36px 28px;
}
.ia-plan .ia-plan-cta {
	margin-bottom: 40px;
}
.plan{
 	background:#031B21 !important;
 	border:0;
 	/*border-left:1px solid rgba(255, 255, 255, 0.25);*/
	border-radius:10px;
 }
.pricing-plan-highlighted .plan {
	background:#FF6F61 !important;
}
 .plan-list ul li strong{
 	font-weight: normal !important;
 	color:#ffffff;
 }
 .plan-price span{
 	font-size:20px;
 	opacity:0.5;
 	letter-spacing:-0.5px;
 	line-height:1.6;
 }
.plan-most-popular .plan-price span{
 	opacity:0.9;
 }
 .plan .plan-price{
 	padding: 26px 36px 21px;
 }
 .plan .item-list > li{
 	padding:21px;
 }
.plan-most-popular .item-list > li{
 	padding:21px 28px;
 }
 .plan .plan-price .price{
 	font-size:52px;
 	opacity:1;
 	letter-spacing:-2px !important;
 }
 .plan .plan-title{
 	padding: 25px 36px 21px;
 }
 .plan .plan-title > h3{
 	font-size:28px;
 	font-weight:400;
 }
 .plan .item-list{
 	min-height:280px;
 }
 .plan .item-list li{
 	line-height:1.3;
 	opacity:0.5;
 	letter-spacing:-0.5px;
 }
.plan-most-popular .item-list li{
  	opacity:0.9;
}
.plan.plan-most-popular > .plan-container .plan-title{
	padding: 46px 36px 36px;
}
.plan .plan-button{
	border-top:0;
	padding: 15px 36px 30px;
}
.plan .plan-button .btn-default{
	color:#ffffff !important;
	background:#79C9D0 !important;
	border-color:#79C9D0 !important;;
}
.plan-most-popular .plan-button .btn-default{
	color:#ffffff !important;
	background:#0A808E !important;
	border-color:#0A808E !important;
}
/*.pricingtable_last .plan{
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}*/
.row_startup_info p{
	color:#BFC0C0;
	font-size:28px;
	line-height:1.3;
}
.row_startup_info{
	-webkit-border-bottom-right-radius: 90px;
	-webkit-border-bottom-left-radius: 90px;
	-moz-border-radius-bottomright: 90px;
	-moz-border-radius-bottomleft: 90px;
	border-bottom-right-radius: 90px;
	border-bottom-left-radius: 90px;
}
.row_startup_info .uncode-single-media{
	width: 150%;
    float: right;
}


/*_______________ POPUP ________________*/

#popmake-9757 .row-internal .col-lg-6:nth-child(1) {
	padding: 24px 8px 24px 0;
}
#popmake-9757 .row-internal .col-lg-6:nth-child(2) {
	padding: 24px 0 24px 8px;
}
#popmake-9757 .btn {
	color: #FF6F61 !important;
}
#popmake-9757 .btn:hover {
	color: #FFFFFF !important;
}
.pum-theme-9755 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
	color: #FFFFFF;
	font-size: 26px;
}

/*_______________ BLOG ________________*/
 /*_ Single _*/
.single-aaia_blog .post-content .row-container .row h2,
.single-aaia_blog .post-content .row-container .row h3,
.single-aaia_blog .post-content .row-container .row h4,
.single-aaia_blog .post-content .row-container .row h5,
.single-aaia_blog .post-content .row-container .row h6,
.single-aaia_blog .post-content .row-container .row p b,
.single-aaia_blog .post-content .row-container .row p strong,
.single-aaia_blog .post-content .row-container .row p a{
 	color:#031B21;
}
.single-aaia_blog .post-content .row-container .row p b,
.single-aaia_blog .post-content .row-container .row p strong{
	font-size:26px;
	line-height:1.4;
}
.single-aaia_blog .post-content .row-container .row p a{
	color:#FF6F61;
}
.single-aaia_blog .post-content .row-container .row p a:hover,
.single-aaia_blog .post-content .row-container .row a:hover{
	color:#FF6F61 !important;
}
.single-aaia_blog .post-content .row-container .row h4{
	font-size:38px !important;
}
.single-aaia_blog .header-wrapper .header-content-inner{
	padding: 40px 36px 90px 36px !important;
}
 /*_ Archive _*/
}
.isotope-system .t-entry-text-tc{
	padding-top:20px !important;
}
.isotope-system h2{
	font-size: 30px !important;
	line-height:1.2;
}
.isotope-filters ul.menu-smart a:not(.social-menu-link), .isotope-filters .mobile-toggle-trigger:not(.social-menu-link){
	font-size:20px;
	color:#000000;
	font-weight:400;
}
.isotope-filters ul.menu-smart > li > span{
	padding: 0px 9px 50px 9px;
}
/*_______________ SUCCESS STORIES ________________*/
 /*_ Single _*/
.single-success_stories .col-lg-9 .uncol{
 	padding-left: 5%;
    padding-right: 15%;
    padding-top: 2%;
    padding-bottom:15%;
 }
 .single-success_stories .col-lg-9 .btn-container{
 	float: left;
    margin-right: 10px;
 }

/*_______________ EVENTS ________________*/
 /*_ Single _*/
#tribe-events-pg-template{
	max-width: 1100px;
	padding-top: 120px;
}
.tribe-events-back a, .tribe-events-back a:visited{
    font-family: 'Work Sans';
    color: #222222 !important;
    font-weight: 400;
    font-size: 20px;
   /* width:40%;
    float:left;*/
    border:0;
    margin-bottom:20px;
 }
 .tribe-events-notices{
 	width:60%;
 	float: right;
 	color:#222222;
 	border-bottom:none;
 	text-align: right;
 }
 .tribe-events-notices li{
 	text-align: right;
 	color:#aaaaaa;
 }
.tribe-events-single .tribe-events-single-event-title{
	clear: both;
    font-family: 'Plus Jakarta Sans';
    font-size: 56px;
    font-weight: 700;
    line-height:1.2;
 	margin-top:60px;
}
.tribe-events-single .tribe-events-schedule h2,
.tribe-events-single .tribe-event-date-start,
.tribe-events-single .tribe-event-time{
	font-size: 32px;
	font-weight:600;
	color:#FF6F61;
}
.tribe-events-meta-group-details dd,
.tribe-events-meta-group-details dt,
.tribe-events-meta-group-venue dd,
.tribe-events-meta-group-venue dt{
	line-height:1.2;
}
.tribe-events-single  .tribe-events-event-url{
	margin-top:40px !important;
}
.tribe-events-schedule h2{
	margin-top:0;
}
.tribe-events-single>.tribe_events{
	display: block;
}
.tribe-events-event-image{
	width: 45% !important;
	float: right;
}
.tribe-events-content{
	width: 50% !important;
	float: left;
}
.tribe-events-cal-links{
	clear: both;
}
.tribe-events-schedule .recurringinfo, .tribe-events-schedule h2, .tribe-related-event-info .recurringinfo,
.tribe-events-cal-links {
    font-family: 'Work Sans';
    color: #222222;
}
.tribe-events-content, .tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul{
    font-family: 'Work Sans';
    color: #222222;
    font-size:20px;
}
.tribe-events-schedule h2{
	font-size: 28px;
	color:#7B7B7B;
}
.tribe-events-event-meta{
    font-family: 'Work Sans';
}
/*.tribe-events-single .tribe-events-sub-nav a{
	color:#0A808E;
}
.tribe-events-single .tribe-events-sub-nav a:hover{
	color:#79C9D0;
}*/
/*.tribe-events-event-meta a, .tribe-events-event-meta a:visited,
.tribe-events-content a, .tribe-events-content a:visited,.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical{
    border-bottom: 1px solid #0A808E;
    color:#0A808E;
}*/
/*.tribe-events-event-meta a:hover, .tribe-events-content a:hover, .tribe-events-cal-links .tribe-events-gcal:hover, .tribe-events-cal-links .tribe-events-ical:hover{
	border-bottom: 1px solid #79C9D0;
	color: #79C9D0;
}*/
.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical{
	padding-left:0;
}
abbr[title]{
	border-bottom: 0px;
	text-decoration: none;
}
.single-tribe_events .tribe-events-single .tribe-events-event-meta{
	width:100%;
}
.tribe-events-meta-group{
	width:50%;
}
.tribe-events-meta-group dl{
    margin: 18px 0 0px 0;
}
.tribe_events .tribe-events-event-url a,
body.textual-accent-color .post-content dd.tribe-events-event-url a:not(.btn-text-skin)
{
	font-weight: 600 !important;
    font-family: 'Work Sans' !important;
    letter-spacing: 0em;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.4px !important;
    padding: 10px 30px !important;
    display: inline-block;
    white-space: nowrap;
    color: #ffffff !important;
    background-color: #FF6F61 !important;
    border-color: #FF6F61 !important;
    border-radius: 10px;
    border:1px solid #FF6F61;
}
.tribe_events .tribe-events-event-url a:hover,
body.textual-accent-color .post-content dd.tribe-events-event-url a:not(.btn-text-skin):hover{
	color: #FF6F61 !important;
	background-color: transparent !important;
    border-color: #FF6F61 !important;
    border:1px solid #FF6F61;
}
.tribe-events-meta-group .tribe-events-single-section-title{
    color: #FF6F61 !important;
    font-size:22px;
    font-weight:bold;
    text-transform: none;
    letter-spacing: 0;
}
.tribe-events-content a, .tribe-events-content a:hover, .tribe-events-meta-group a, .tribe-events-meta-group a:hover {
	color: #FF6F61;
}
.tribe-events-content a, .tribe-events-content a:hover {
	border-bottom: none;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__container, .tribe-events .tribe-events-c-subscribe-dropdown__container {
	display: block;
}
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container {
	width: 300px;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__button {
	width: 275px;
}

/* ---- Alle Veranstaltungen (Archiv) ---*/
.tribe-common .tribe-common-h3, .tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6, .tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8, .tribe-common .tribe-common-b2, .tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
	font-family: 'Work Sans';
}
.tribe-common .tribe-common-h3 {
	font-size: 22px !important;
}
/*.tribe-common .tribe-common-h7 {
	font-size: 22px !important;
}*/
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	background-color: #031B21;
	color: #FFFFFF;
	border: 1px solid #031B21;
	transition: none;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus {
	background-color: #FFFFFF;
	color: #031B21;
}
.tribe-events-c-subscribe-dropdown__list-item {
	font-size: 16px;
}
.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
	background-color: transparent;
}
.tribe-events-calendar-list__month-separator-text {
	font-size: 32px !important;
}
.tribe-events-calendar-list header{
	z-index:1;
}
.tribe-events-c-top-bar__today-button,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__today-button{
	display: none !important; /* ---- "Heute"-Button ausblenden (wäre möglich, sobald ein Datum ausgewählt wurde) ---*/
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector{
	display:none !important; /* Button für zB Kalender-Ansicht, Monat/Tag usw. */
}
.tribe-filter-bar .select2-container--default .select2-results__option--highlighted[data-selected]{
	background: #ffffff;
	color:#000000;
}
.tribe-common .tribe-common-anchor-thin, .tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover {
	border-bottom: none;
}
.tribe-filter-bar .select2-container--default .select2-selection--single,
.tribe-filter-bar .select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
	border:0;
	color: #ffffff !important;
    background: #79C9D0 !important;
    border-radius:100px;
    padding:5px;
}
.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection__clear{
	padding: 9px;
}
.tribe-filter-bar .select2-container .select2-selection--single .select2-selection__rendered{
	padding-right:0;
}
.tribe-filter-bar .select2-container--default .select2-selection--single span{
	color: #ffffff !important;
}
/*.tribe-common button{
	background-color: #ffffff;
}*/
.tribe-filter-bar .select2-container--default .select2-selection--single .select2-selection__arrow{
	display: none;
}
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-legend{
	display: none;
}
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container{
    box-shadow: rgb(0 0 0 / 10%) 4px 4px 20px;
    border-radius: 20px;
    padding: 20px 20px 10px 20px;
}
.tribe-filter-bar .tribe-filter-bar-c-pill--button.tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill{padding: 8px 12px;}
.datepicker table tr td.active.active{
	color: #ffffff !important;
    background: #FF6F61 !important;
    border-radius: 100px;
    text-shadow: none;
    font-weight: bold;
}
.tribe-common a{
    color: #031B21;}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row{
    background: #031B21 !important;
    color:#ffffff;
    border-radius: 10px;
    overflow: hidden;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row--featured{
	background: #FF6F61 !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row>.tribe-common-g-col{
	padding-right:0;
	padding-bottom: 0;
}
.tribe-common h3 a,
.tribe-common h3 a:hover{
	color:#ffffff !important;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime{
    padding-top: 20px;
}
.tribe-events .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events .tribe-events-calendar-list__event-title{
	margin-bottom:2px;
}
.tribe-events-calendar-list__event-date-tag-weekday {
	font-size: 16px !important;
	color: #FFFFFF !important;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-daynum{
	font-size: 56px !important;
	font-weight: bold;
	color: #FFFFFF !important;
}
.tribe-events .tribe-events-calendar-list__event-datetime, .tribe-events-calendar-list__event-venue {
	color: #FFFFFF !important;
	font-size: 18px !important;
}
.tribe-events-calendar-list__event-title-link {
	font-size: 42px !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details{
	padding:20px 0;
}
address.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-venue,
address{
	font-style: normal !important;
}
.tribe-events-calendar-list__event-description p{
	line-height: 1.4;
}
.tribe-events .tribe-events-calendar-day__event-featured-image-link, .tribe-events .tribe-events-calendar-list__event-featured-image{
    min-width: 100%;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper{
	width: 50%
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details{
	width:50%;
}
.tribe-events .tribe-events-calendar-list__month-separator{
	font-size:50px;
    color: #222222;
    line-height: 1.2;
    margin: 80px 0 0;
    letter-spacing: -0.03em;
    font-weight: 300;
    font-family: 'Work Sans';
    text-align: center;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical__link{
	font-weight: 600 !important;
    font-family: 'Work Sans' !important;
    letter-spacing: 0em;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.4px !important;
    padding: 10px 30px !important;
    display: inline-block;
    white-space: nowrap;
    color: #ffffff !important;
    background-color: #79c9d0 !important;
    border-color: #79c9d0 !important;
    border-radius: 100px;
    border:1px solid #79c9d0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical__link:hover{
	color: #79c9d0 !important;
	background-color: transparent !important;
    border-color: #79c9d0 !important;
    border:1px solid #79c9d0;
}
.tribe-common button[disabled], .tribe-common input[disabled]{
	color:#dddddd;
}
.tribe-events .tribe-events-calendar-list__event-datetime-featured-icon,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text{
	display: none;
}
.tribe-events .tribe-events-c-events-bar{
	display:none;
}
.tribe-events-header{
	width:30%;
	float:left;
}
.tribe-filter-bar--horizontal{
	width:70% !important;
	float:left;
}
.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar{
	margin-top:-6px;
}
.tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__remove-button{
	right: 6px;
    border-radius: 50%;
}
.tribe-events-c-messages__message-list-item{
	line-height:1.3;
}
.tribe-common .tribe-common-c-svgicon--messages-not-found{
	margin-right:12px;
}
.tribe-filter-bar .tribe-filter-bar-c-clear-button__reset-icon{
	top:0;
}
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar__action-clear{
	display: none;
}
.tribe-filter-bar .tribe-filter-bar-c-pill__pill{
	background:#efefef;
	letter-spacing: -0.3px;
	padding: 6px 20px;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.tribe-filter-bar .tribe-filter-bar-c-pill--button.tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill{
	padding: 6px 30px 6px 20px;
}
.tribe-filter-bar .tribe-filter-bar-c-pill--button.tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill-selections{
	font-weight:500;
}
/*.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container{
	padding-left: 24px;
    padding-right: 24px;
    padding-top:11px;
    padding-bottom: 0;
}*/
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
	padding-top:20px;
}
.post-type-archive-tribe_events .double-bottom-padding .double-bottom-padding{
	padding-bottom: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description{
	display: none !important;
}
.post-type-archive-tribe_events .header-content-inner .header-title span::before{
	content:'Events';
}
.post-type-archive-tribe_events .post-content ul:not(.no-list),
.single-tribe_events .post-content ul:not(.no-list){
	list-style: none;
	padding:0;
}
.post-type-archive-tribe_events .row-parent .row-parent{
	padding-left:0;
	padding-right:0;
}
.tribe-events-calendar-list__event-venue-address,
.tribe-events-c-ical{
	display: none;
}
.post-type-archive-tribe_events .row-parent.double-top-padding{
	padding-top: 23px !important;
}
/* ---- Veranstaltungsteaser (Upcoming Events) ---*/
#ect-events-list-content .ect-list-post{
	display: block;
	float: left;
	width: 32%;
	margin-right:2%;
	border-radius: 10px;
	position: relative;
}
#ect-events-list-content .ect-list-post-right, #ect-events-list-content .ect-clslist-event-info {
	background: #FFFFFF !important;
}
#ect-events-list-content h2.ect-list-title, #ect-events-list-content h2.ect-list-title a.ect-event-url, #ect-events-list-content .ect-list-venue .ect-icon, #ect-events-list-content .ect-rate-area {
	color: #031B21 !important;
}
#ect-events-list-content .ect-list-venue .ect-venue-details, #ect-events-list-content .ect-list-venue .ect-venue-details a, #ect-events-list-content .ect-list-venue .ect-venue-details span {
	color: #031B21 !important;
	font-size: 16px !important;
	line-height: 1.9em !important;
}
#ect-events-list-content h2.ect-list-title, #ect-events-list-content h2.ect-list-title a.ect-event-url {
	text-align: left !important;
	font-size: 20px !important;
}
#ect-events-list-content .style-2 .modern-list-right-side {
	background: #031B21 !important;
}
#ect-events-list-content .modern-list-right-side, #ect-events-list-content .style-2 .modern-list-right-side {
	box-shadow: none !important;
	border-radius: 8px !important;
}
#ect-events-list-content .ect-list-post+.ect-list-post+.ect-list-post{
	margin-right: 0;
}
#ect-events-list-content .ect-list-post-left{
	width: 100%;
	display: block;
	float:left;
}
#ect-events-list-content .ect-list-post-right{
	width: 100%;
	display: block;
	float:left;
}
#ect-events-list-content .ect-list-img{
	min-height: 200px;
}
#ect-events-list-content .ect-list-post-right-table{
	display: block;
}
#ect-events-list-content .ect-featured-event .ect-list-post-right,
#ect-events-list-content .ect-featured-event.style-2 .modern-list-right-side{
	background: rgb(253, 154, 130) !important;
}
#ect-events-list-content .ect-featured-event h2.ect-list-title, #ect-events-list-content .ect-featured-event h2.ect-list-title a.ect-event-url, #ect-events-list-content .ect-featured-event .ect-list-description .ect-event-content a, #ect-events-list-content .ect-featured-event a.tribe-events-read-more, #ect-events-list-content .ect-featured-event .ect-rate-area, #ect-events-list-content .ect-featured-event.style-1 .ect-rate-area, #ect-events-list-content .ect-featured-event.style-2 .ect-list-venue .ect-icon, #ect-events-list-content .ect-featured-event.style-2 .ect-list-venue .ect-venue-details, #ect-events-list-content .ect-featured-event.style-2 .ect-list-venue .ect-venue-details .ect-google a, #ect-events-list-content .ect-featured-event.style-3 .ev-smalltime, #ect-events-list-content .ect-featured-event.style-3 .ect-list-venue .ect-icon, #ect-events-list-content .ect-featured-event.style-3 .ect-list-venue .ect-venue-details, #ect-events-list-content .ect-featured-event.style-3 .ect-list-venue .ect-venue-details .ect-google a{
	color:#ffffff !important;
}
#ect-events-list-content .ect-list-post-right .ect-list-description, #ect-events-list-content .ect-featured-event.style-1 .ect-list-post-right .ect-list-venue, #ect-events-list-content .ect-featured-event.style-2 .modern-list-right-side, #ect-events-list-content .ect-featured-event.style-3 .ect-list-date, #ect-events-list-content .ect-featured-event.style-3 .style-3-readmore a:hover{
	box-shadow:none;
	border:none;
}

#ect-events-list-content .ect-list-post-right .ect-list-description{
	padding:20px;
		box-shadow:none !important;
}
#ect-events-list-content .modern-list-right-side,
#ect-events-list-content .style-2 .modern-list-right-side{
	display: block;
	border-radius:20px;
	box-shadow: rgba(0,0,0,0.2) 0 2px 23px !important;
    width: 84px;
    height: auto;
    z-index: 100003;
    display: block;
    position: absolute;
    top:166px;
    right: 15px;
}
#ect-events-list-content .ect-event-content,
.ect-list-venue .ect-venue-details .tribe-address,
#ect-events-list-content .ect-featured-event.style-2 .ect-list-venue .ect-venue-details .ect-google a,
.ect-list-venue .ect-google,
.ect-list-date .ect-date-area .ev-yr{
	display: none !important;
}
#ect-events-list-content h2.ect-list-title{
	padding-right: 100px;
}
#ect-events-list-content .ect-list-date .ect-date-area .ev-mo{
	font-size: 22px;
	font-weight: 400;
	width: 3ch;
  	white-space: nowrap;
	overflow: hidden;
    margin-top: -4px;
}
#ect-events-list-content span.ect-icon {
    font-size: 24px;
    display: inline-block;
    width: 22px !important;
}
.ect-icon-location:before{

	content: "\f041" !important;
	font-family: 'uncodeicon' !important;
	margin:0 !important;

}
.style-2 .ect-list-post-right .ect-list-venue{
	margin:10px 0 0 0 !important;
}


/* ---------- Events Texte Englisch ------------ */
html[lang="en-US"] .tribe-events-c-nav__prev-label-plural,
html[lang="en-US"] .tribe-events-c-nav__next-label-plural{
	text-indent: -9999px;
	line-height: 0;
	display: inline-block;
}
html[lang="en-US"] .tribe-events-c-nav__prev-label-plural:after,
html[lang="en-US"] .tribe-events-c-nav__next-label-plural:after{
	visibility: visible;
	content: "events";
	display: block;
	line-height: initial;
	text-indent: 0;
	    margin-bottom: -5px;
}
}
/*_______________ UEBER UNS ________________*/
.row_ueberuns_start .empty-space,
.row_politik_start .empty-space,
.row_businessangels_start .empty-space{
	float:left !important;
}
/*.row_home_start .empty-space{
	float:left !important;
}*/
.main-container .row_ueberuns_start .col-lg-8 .uncol{
	z-index: 999;
	position: relative;
}
.row_ueberuns_staerken h3{
	max-width:80%
}
.row_ueberuns_staerken p{
	color: #79c9d0;
    max-width: 75%;
    font-size:26px;
}
.row_ueberuns_staerken .row-parent {
    margin-top: -28%;
}
.row_team_gallery .t-entry-meta span{
	font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
}
.row_team_gallery .t-entry p.t-entry-comments .extras a i {
    padding: 0px !important;
    background: #FFFFFF;
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 50%;
    color: #FF6F61;
    text-align: center;
    line-height: 1.7;
    font-size: 16px;
}
.row_team_gallery .t-entry p.t-entry-comments .extras a:hover i {
	background: #FF6F61;
	color: #FFFFFF !important;
}
.isotope-container .tmb-no-bg.tmb .t-entry-text .t-entry-text-tc{
	padding-top: 18px;
}
/*_______________ POLITIK ________________*/
.row_politik_staerken h3 strong{
	color: #79c9d0;
	font-weight:500 !important;
}
.row_politik_staerken h3{
	font-size:40px !important;
	max-width: 85%;
}
/*.row_politik_forderungen h2.h3,
.row_politik_news h2.h3,
.row_politik_ressourcen h2.h3{
	text-align:center;
	width:100%;
}*/
/*.row_politik_news p a{
    font-weight: 600 !important;
    font-size: 25px;
    line-height: 0.9;
}*/
.row_politik_news .t-entry-visual{
	margin-top:8px;
}
/*.row_politik_news p a {
	color: #031B21 !important;
}*/
/*.row_politik_ressourcen p,
.row_politik_ressourcen h3{
	line-height: 1.35;
}*/
/*.row_politik_ressourcen h3 a:hover{
	color:#0a808e !important;
}*/
.row_politik_forderungen .t-entry-text-tc{
	padding-top:15px !important;
}

/*_______________ NEWSLETTER SIGNUP ________________*/
@media (min-width: 960px) {
	#mc_embed_signup {
		max-width: 80%;
	}
	#mc_embed_signup.mc_embed_signup_conference {
		max-width: 50%;
		margin: 0 auto;
	}
}
#mc_embed_signup form{
	padding:0 !important;
}
#mc_embed_signup label{
	margin-bottom: 0;
}
#mc_embed_signup .email{
	font-size:14px !important;
	width: 100% !important;
    line-height: 25px;
    letter-spacing: -0.4px !important;
    padding: 8px 20px !important;
    border-color:#FFFFFF !important;
    border-width:1px;
	border-radius: 5px !important;
    font-family: 'Work Sans' !important;
}
.newsletter{
	margin-top:10px !important;
}
#mc_embed_signup .email:focus{
    border-color:rgba(255,255,255,0.6) !important;
}
#mc_embed_signup .btn{
    font-size: 14px !important;
	line-height: 18px !important;
    padding: 9px 15px !important;
	border-radius: 5px !important;
}
.footer h4{
	font-weight: 600;
}
#mc-embedded-subscribe-form .mc_fieldset{
	border:none;
	min-height: 0px;
	padding:0 !important;
}
#mc-embedded-subscribe-form .mc_fieldset label{
	font-size:14px !important;
	line-height: 1.4 !important;
}
#mc_embed_signup.mc_embed_signup_conference #mc-embedded-subscribe-form .mc_fieldset label, #mc_embed_signup.mc_embed_signup_conference #mc-embedded-subscribe-form .mc_fieldset label span a {
	color: #FFFFFF !important;
}
#mc_embed_signup.mc_embed_signup_conference #mc_embed_signup_scroll {
	text-align: center;
}

/*_______________ ACADEMY EVENT PAGE ________________*/

.uncode-accordion:not(.default-typography) .panel-title > a > span{
	letter-spacing:-0.02em;
	font-size:18px;
	color:#031B21;
}

/*_______________ RESPONSIVE ________________*/
@media screen and (min-width: 2150px) {
	.vc_custom_1617875030669{
		margin-top:-24% !important;
	}
	.vc_custom_1618598752023{
		margin-top: -12% !important;
	}
}
@media screen and (max-width: 1699px) {
	/* ---- Decoration ---*/
	.decoration01{
		left: -39%;
    	width: 400px;
    	margin-top: -70px !important;
	}
	/* ---- Picture Right ---*/
	.row_home_warum .uncode-single-media{
		width:100%;
	}
	.main-container .row_home_warum .uncode-single-media .single-wrapper .t-entry-visual{
		margin-top: 0 !important;
	}
}
@media screen and (max-width: 1499px) {
	/* ---- Home ---*/
	body:not(.vc-safe-mode) .row_home_start .shift_y_neg_triple:not(.shift_y_fixed),
	body:not(.vc-safe-mode) .shift_y_neg_triple:not(.shift_y_fixed){
		margin-top:-108px !important;
	}
	.row_home_slogan h4{
		padding-bottom: 40px;
		max-width: 80%;
	    margin: 0 auto;
	    display: block !important;
	}
	.row_home_slogan .background-inner{
		background-size:100% !important;
	}
	/* ---- Decoration ---*/
	.decoration01{
		left: -30%;
	    width: 400px;
	    margin-top: -105px !important;
	}
	.decoration02{
		width: 400px;
	    right: -60%;
	    top: -28%;
	}
	.vc_custom_1617875030669{
		margin-top: -38% !important;
    	padding-bottom: 90px;
	}
}
@media screen and (max-width: 1199px) {
	.main-container .row-container .row-parent .uncont .mainimage{
		width: 120%;
    	margin-top: -10% !important;
    	margin-left: -10%;
	}
}
@media screen and (max-width: 1139px) {
	.row_home_staerken .row-parent{
		-webkit-border-radius: 0 !important;
    	-moz-border-radius: 0 !important;
    	border-radius: 0 !important;
	} 
	.vc_custom_1617875030669{
		display: none;
	}
	.main-container .row-container .row-parent .uncont .plan{
		-webkit-border-radius: 30px;
    	-moz-border-radius: 30px;
    	border-radius: 30px;
	}
	.uncode-pricing{
		margin-left:5px;
		margin-right:5px;
	}
}
@media screen and (max-width: 1035px) {
	.row_home_cta h2,
	.row_home_cta p{
		max-width:100%;
	}
	.row_home_staerken p{
		max-width: 90%;
	}
	.isotope-filters .text-uppercase a{
		text-transform: none !important;
	}
	.isotope-filters ul.menu-smart a:not(.social-menu-link), .isotope-filters .mobile-toggle-trigger:not(.social-menu-link){
		font-size:14px;
	}
	body[class*=hmenu] .isotope-system ul.menu-smart > li{
		padding-left: 2px !important;
   		padding-right: 2px !important;
	}
}
@media screen and (max-width: 959px) {
	/* ---- Fonts ---*/
	h2:not([class*="fontsize-"]), .h2:not([class*="fontsize-"]){
		font-size:50px;
	}
	h3:not([class*="fontsize-"]), .h3:not([class*="fontsize-"]){
		font-size:45px;
	}
	h4:not([class*="fontsize-"]), .h4:not([class*="fontsize-"]){
		font-size:35px;
	}
	/* ---- Buttons ---*/
	.btn-lg{
		padding: 12px 32px !important;
	}
	.btn-sm{
		font-size: 16px !important;
	    line-height: 25px;
	    letter-spacing: -0.4px !important;
	    padding: 3px 15px !important;
	    max-height: 35px;
	}
	/* ---- Decoration ---*/
	.decoration02{
		display: none;
	}
	/* ---- Header ---*/
	.menu-container .logo-container{
		/*background: #222F50;*/
		padding: 20px 36px !important;
	}
	.row_home_start .uncont .empty-space::first-child{
		padding-top: 18px !important;
	}
	.row_home_start .empty-space.empty-quad.float-left{
		padding-top:130px;
	}
	/* ---- Mobile Menu ---*/
	.font-size-menu-mobile, .menu-container:not(.isotope-filters) ul.menu-smart a:not(.social-menu-link){
		text-transform: none;
	}
	.menu-with-logo .menu-smart > li, .menu-with-logo .menu-smart > li > a{
		margin-top: 0;
		height: 100% !important;
		padding-left: inherit !important;
    	padding-right: inherit !important;
	}
	.menu-horizontal-inner > div:first-child:not(.navbar-social) .menu-smart:not(.menu-icons), .menu-horizontal-inner > div.navbar-social + div .menu-smart:not(.menu-icons), .menu-horizontal-inner > div.navbar-cta + div .menu-smart:not(.menu-icons){
		padding: 5px 0px !important;
	}
	/* ---- Home ---*/
	.row_home_start .btn-default.btn-outline{
		min-width: 160px;
	}
	.row_home_slogan .background-inner{
		background-size: 140% !important;
	}
	.row_home_slogan h4{
		padding-bottom:80px;
	}
	.main-container .bigpicture_horizontal .uncode-single-media .single-wrapper .t-entry-visual{
		margin-top:20px !important;
	}
	#ect-events-list-content h2.ect-list-title{
		padding-right: 0;
	}
	#ect-events-list-content .modern-list-right-side, #ect-events-list-content .style-2 .modern-list-right-side{
		top:10px;
		right:10px;
	}
	.row_home_warum .icon-box{
		width:80%;
	}
	.row_home_warum .icon-expand .icon-box-icon{
		width:8% !important;
	}
	.row_home_warum .uncode-single-media{
		margin-left:0;
	}
	.bigpicture_horizontal .uncode-single-media{
		width:100%;
	}
	.row_home_successstories .tmb .t-entry-visual .t-overlay-text{
		width: 67%;
	}
	.secondary-dummy-image{
		width:110px;
		height:110px;
	}
	.row_home_successstories h2{
		font-size: 28px !important;
	}
	/* ---- Footer ---*/
	.footer .col-md-33{
		float:left;
		clear:none !important;
	}
	/* ---- Business Angels ---*/
	.row_home_start .col-lg-4{
		display: none;
	}
	.icon-box-icon{
		width: 29%;
	    float: left;
	    margin-right: 1%;
	}
	/*.icon-box-content{
		width:69%;
		margin-left:1%;
		float:left;
	}*/
	.row_home_staerken img{
		width: 100%;
		max-width:120px;
		float:right;
	}
	.row_home_staerken .icon-box .icon-media{
		margin:0 !important;
		float:right;
	}
	.row_home_staerken h5{
		line-height: 1.2 !important;
	    text-align: left;
	    margin-top:12px;
	}
	.row_home_staerken p{
		max-width:90%;
	}
	.main-container .row_home_warum .uncode-single-media .single-wrapper .t-entry-visual{
		margin-top:0 !important;
	}
	.main-container .row_home_warum .uncode-single-media{
		max-height:400px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		overflow: hidden;
	}
	.main-container .row_home_warum .uncode-list{
		margin-bottom:40px;
	}
	.row_home_warum .uncode-single-media img{
		margin-top: -40%;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	.plan .plan-price .price{
		font-size:5.9vw;
	}
	.plan .btn, .plan .btn-link{
		padding-left:15px !important;
		padding-right:15px !important;
	}
	/* ---- Footer ---*/
	.footer .vc_wp_custommenu li{
		width:100%;
	}
	.footer .footer_slogan,
	.footer .wpb_column:first-child .uncode-vc-social{
		width: 100%;
	}
	.icon-box.icon-inline{
		margin-right: 3px !important;
	    text-align: left;
	    width: 44px;
	    padding-bottom: 8px;
	    float: left;
	    margin-top: 15px !important;
	}
	.ect-list-date .ect-date-area .ev-day, .ect-list-date .ect-date-area .ev-mo, .ect-list-date .ect-date-area .ev-yr{
		float:none !important;
		margin-left:0 !important;
	}
}
@media screen and (max-width:767px){
	.tribe-common .tribe-common-g-row--gutters{
		margin-left:0;
		margin-right:0;
	}
	.tribe-events .tribe-events-calendar-day__event-featured-image-link, .tribe-events .tribe-events-calendar-list__event-featured-image{
		min-width: inherit;
		width:100%;
	}
	.tribe-events .tribe-events-calendar-list__event-date-tag{
		width:20%;
	}
	.tribe-events .tribe-events-calendar-list__event-wrapper{
		width:80%;
	}
	.tribe-events .tribe-events-calendar-list__event-date-tag-datetime{
		height: auto;
	    background: #79C9D0 !important;
	    color: #ffffff;
	    border-radius: 30px;
	    padding: 25px 5px;
	    max-width: 100px;
	}

	.tribe-events .tribe-events-calendar-list__event-date-tag-daynum{
		font-size:9vw;
		font-weight:600;
	}
	.tribe-events .tribe-events-calendar-day__event-featured-image-link, .tribe-events .tribe-events-calendar-list__event-featured-image{
		border-radius: 30px;
	}
	.tribe-common h3 a{
		color: #79C9D0;
	}
	.tribe-common h3 {
		font-size: 38px;
	    font-weight: 500;
	    letter-spacing: -2px;
	    padding-top: 10px;
	}
	.tribe-events-event-image,
	.tribe-events-content{
		width: 100% !important;
	}
	.tribe-events-event-image img{
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}
	.tribe-events-schedule h2{
		color: #79C9D0;
		font-size: 32px;
		font-weight: 600;
		margin-top: 16px;
	}
	.tribe-events-back a, .tribe-events-back a:visited{
		font-family: 'Work Sans';
	    color: #79C9D0;
	    font-weight: 600;
	    font-size: 18px;
	    width: 100%;
	    padding-bottom: 20px !important;
	}
	.tribe-common-g-row address{
		padding-top:10px !important;
	}
	.tribe-common h3{
		font-size:36px !important;
	}
	.tribe-events-c-view-selector{
		display: none;
	}
}
@media screen and (max-width: 839px) {
	.tribe-events .tribe-events-calendar-day__event-featured-image-link, .tribe-events .tribe-events-calendar-list__event-featured-image{
		min-width: 100%;
		width:100%;
	}
	.tribe-events .tribe-events-calendar-list__event-row{
		background: #79C9D0 !important;
    	color: #ffffff;
    	border-radius: 40px;
    	overflow: hidden;
	}
	.tribe-events .tribe-events-calendar-list__event-row--featured{
		background: rgb(253, 154, 130) !important;
	}
	.tribe-events .tribe-events-calendar-list__event-date-tag{
		width:18%;
	}
	.tribe-events .tribe-events-calendar-list__event-featured-image-link{
   		overflow: hidden;
   		-webkit-border-top-right-radius: 30px;
		-webkit-border-bottom-left-radius: 30px;
		-moz-border-radius-topright: 30px;
		-moz-border-radius-bottomleft: 30px;
		border-top-right-radius: 30px;
		border-bottom-left-radius: 30px;
	}
	.tribe-events .tribe-events-calendar-list__event-details{
		margin-bottom: 22px;
	}
	.tribe-filter-bar{
		display: contents;
	}
	.tribe-filter-bar--horizontal,
	.tribe-events-header{
		float:none;
		width:100% !important;
	}
	.tribe-events .tribe-events-l-container{
		padding-top:120px;
		padding-bottom:20px;
	}
	.tribe-filter-bar__selected-filters,
	.tribe-filter-bar--has-selected-filters.tribe-filter-bar .tribe-filter-bar__actions{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.tribe-events .tribe-events-calendar-list__event-date-tag-datetime{
		background: none !important; 
	}
	/*.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col,
	.tribe-common .tribe-common-l-container{
		padding-right: 0;
		padding-left:0;
	}*/
	.tribe-events-calendar-list__event-title{
		padding-right:15px !important;
	}
	.tribe-events .tribe-events-calendar-list__event-featured-image-link{
   		-webkit-border-top-right-radius: 30px;
		-webkit-border-bottom-left-radius: 30px;
		-moz-border-radius-topright: 30px;
		-moz-border-radius-bottomleft: 30px;
		border-top-right-radius: 30px;
		border-bottom-left-radius: 30px;
	}
	.tribe-events .tribe-events-calendar-day__event-featured-image-link, .tribe-events .tribe-events-calendar-list__event-featured-image{
		border-radius: 0;
		margin-top:0;
	}

}
@media screen and (max-width: 699px) {
	/* ---- Home ---*/
	.row_home_warum .icon-box{
		width: 100%;
	}
	.row_home_warum .icon-expand .icon-box-icon{
		width:25% !important;
	}
	.row_home_warum .icon-expand .icon-box-content{
		width:100%;
	}
	.row_home_warum .uncode-single-media img{
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}
	/* ---- Business Angels ---*/
	.vc_custom_1617875030669 .empty-space.empty-triple,
	.vc_custom_1617875030669 .empty-space.empty-single{
		padding:0 !important;
	}
	.vc_custom_1617875030669 .exa-bottom-padding{
		padding-bottom:90px !important;
	}
	.row_page_pricing .col-md-33{
		width: 100%;
    	float: left;
    	margin-bottom: 20px;
	}
	.plan .item-list{
		min-height: inherit;
    	padding-bottom: 10px !important;
	}
	.plan .btn, .plan .btn-link{
		padding-left: 30px !important;
    	padding-right: 30px !important;
	}
	.row_home_staerken p{
		max-width: 98%;
	}
	#ect-events-list-content .ect-list-post{
		width: 100%;
    	margin-right: 0;
	}
	.row_home_cta .row-parent{
		max-width:95%;
	}
	.row_politik_ressourcen .icon-box-left .icon-box-icon, .icon-box-right .icon-box-icon{
		width:13%;
		margin-right:1%;
	}
	.row_politik_ressourcen .icon-box-content{
		width: 85%;
    	margin-left: 1%;	
	}
	.single-aaia_blog .post-content .row-container .row .row{
		padding-left:0;
		padding-right:0;
	}

	
}
@media screen and (max-width: 569px) {
	/* ---- Fonts ---*/
	body, p, li, dt, dd, dl, address, label, pre, code{
		font-size:18px;
		line-height:1.3;
	}
	h1:not([class*="fontsize-"]), .h1:not([class*="fontsize-"]){
		font-size: 14vw;
	}
	h2:not([class*="fontsize-"]), .h2:not([class*="fontsize-"]){
		font-size: 44px;
	}
	h3:not([class*="fontsize-"]), .h3:not([class*="fontsize-"]){
		font-size:40px;
	}
	h4:not([class*="fontsize-"]), .h4:not([class*="fontsize-"]){
		font-size:24px;
	}
	h5:not([class*="fontsize-"]), .h5:not([class*="fontsize-"]){
		font-size: 22px;
	}
	h6:not([class*="fontsize-"]), .h6:not([class*="fontsize-"]){
		font-size: 18px;
	}
	.text-lead, .text-lead > * { font-size: 20px; }
	.row_politik_staerken h3{
		font-size: 28px !important;
		line-height:1.3;
   		max-width: 100%;
	}
	.row_home_benefits .t-entry-meta span{
		font-size:18px !important;
	}
	.row_politik_news p a{
		font-weight: 500 !important;
    	font-size: 23px;
	}
	/* ---- Buttons ---*/
	.btn, .btn-link{
		padding: 10px 20px !important;
	}
	.btn:not(input):not(.checkout-button):not(.btn-no-scale), .btn-link:not(input):not(.checkout-button):not(.btn-no-scale){
		transform: scale(0.92);
	}
	.row_home_start .btn-default.btn-outline{
		min-width: inherit;
		float:left;
		margin-bottom:5px;
	}
	/* ---- Home ---*/
	body:not(.vc-safe-mode) .row_home_start .shift_y_neg_triple:not(.shift_y_fixed){
		margin-top:-150px !important;
	}
	.row_home_successstories .tmb .t-entry-visual .t-overlay-text{
		width:77%;
	}
	.tmb-content-overlay .h5{
		font-size:7vw !important;
	}
	.row_home_cta .row-parent{
		max-width:95%;
	}
	.row_home_slogan h4,
	.row_home_staerken p,
	.row_home_start h2{
		max-width:100%;
	}
	.row_home_slogan .background-inner{
		background-size: 300% !important;
	}
	.main-container .row_home_staerken .column_child.single-internal-gutter .uncont > .btn-container{
		margin-top:5px !important;
	}
	.row_home_warum h3{
		text-align: center;
	}
	/* ---- Events ---*/
	#ect-events-list-content .ect-list-post{
		width:100%;
		margin-right:0;
	}
	#ect-events-list-content .ect-list-img{
		min-height: 290px;
	}
	/* ---- Decoration ---*/
	.decoration01{
		display: none;
	}
	/* ---- Business Angels ---*/
	.row_page_pricing .col-md-33{
    	margin-bottom: 20px;
	}
	.plan .plan-price .price{
		font-size: 52px;
	}
	.row_businessangels_start .empty-space.empty-quad{
		padding-top: 90px;
	}
	.row_home_warum .uncode-single-media img{
		margin-top:0;
	}
	.vc_custom_1618649725620{
		display: none;
	}
	.tmb-content-lateral-responsive.tmb-content-lateral.tmb > .t-inside .t-entry-visual{
		width:50% !important;
		min-width:205px;
	}
	.tmb-no-bg.tmb-content-lateral-responsive.tmb .t-entry-text .t-entry-text-tc{
		padding-top:16px !important;
	}
	.row_ueberuns_start .empty-space.empty-quad{
		padding-top:70px !important;
	}
	.row_ueberuns_staerken h3{
		max-width:100%;
	}
	.vc_custom_1618598752023{
		display: none;
	}
	

}



