/* CSS-Styles www.sommese.de */

/* Projektbeginn: 01-2022 */



/* Reset margin und border */



* {

	border: 0;

	margin: 0;

	color: #0d1c4b;

}

.overlay {
	fill: none;
    pointer-events: all;
}
.tooltip {
        fill: white;
        stroke: #cdcdcd;
    }
    
.tooltip-date {
        font-family: 'SeroLight';
        font-size: 12px;
    }
    
.tooltip-likes {
        font-family: 'SeroLight';
        font-size: 16px;
    }
    
a:focus, :-moz-focusring {

	color: transparent;

	border: 0;

	outline: 0;

	text-decoration: none;

}







a, a:link, a:visited {

	color: #0d1c4b;

	text-decoration: none;

}



a:-webkit-any-link {

	text-decoration: none;

}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

img {

	display: block;

	max-width: 100%;

	margin: auto;

}


.unvisible {
	visibility: hidden;
}

/* Clearfix */

.clearfix::after {

    clear: both;

    content: ".";

    display: block;

    height: 0;

    visibility: hidden;

}

.pointing {
	cursor: pointer;
}

/* ------------------ font-face-Deklarationen ------------------------------- */

/* SeroWeb-Bold */

@font-face {

    font-family: 'SeroBold';

    src: url('../fonts/SeroWeb-Bold.woff') format('woff');

}

/* SeroWeb-Medium */

@font-face {

    font-family: 'SeroMedium';

    src: url('../fonts/58960a60-b497-4da4-ac5b-9b952e4f789a.woff') format('woff');

}

/* SeroWeb-Light */

@font-face {

    font-family: 'SeroLight';

    src: url('../fonts/SeroWeb-Light.woff') format('woff');

}


/* SeroWeb-Regular */

@font-face {

    font-family: 'SeroRegular';

    src: url('../fonts/c1ae9304-a8c2-4773-95a6-9667be3774e0.woff') format('woff');

}


/* SeroWeb-Italic */

@font-face {

    font-family: 'SeroItalic';

    src: url('../fonts/SeroWeb-Italic.woff') format('woff');

}





/* SeroWeb-ItalicExtraLight */

@font-face {

    font-family: 'SeroItalicLight';

    src: url('../fonts/SeroWeb-ExtralightItalic.woff') format('woff');

}



/* SeroWeb-ItalicExtraLight */

@font-face {

    font-family: 'SeroItalicMedium';

    src: url('../fonts/SeroWeb-MediumItalic.woff') format('woff');

}



/* raleway-regular - latin-ext_latin */

@font-face {

  font-family: 'Raleway';

  font-style: normal;

  font-weight: 400;

  src: url('../fonts/raleway-v22-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */

  src: local(''),

       url('../fonts/raleway-v22-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */

       url('../fonts/raleway-v22-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */

       url('../fonts/raleway-v22-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */

       url('../fonts/raleway-v22-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */

       url('../fonts/raleway-v22-latin-ext_latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */

}



/* rozha-one-regular - latin-ext_latin */

@font-face {

  font-family: 'Rozha';

  font-style: normal;

  font-weight: 400;

  src: url('../fonts/rozha-one-v11-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */

  src: local(''),

       url('../fonts/rozha-one-v11-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */

       url('../fonts/rozha-one-v11-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */

       url('../fonts/rozha-one-v11-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */

       url('../fonts/rozha-one-v11-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */

       url('../fonts/rozha-one-v11-latin-ext_latin-regular.svg#RozhaOne') format('svg'); /* Legacy iOS */

}



/*------------------- Basic Layout ----------------------------------*/

/*--------- Spaltenbreiten --------------------------------*/



.wrapper {

	max-width: 1920px;

	margin: auto;

	background.color: #fff;

}



.wrapper.smallwrap {

	max-width: 1650px;

}



.inner_wrap {
	
	overflow: hidden;

}

.inner_wrap_1920 {
	overflow: hidden;
	max-width: 1920px;
	width: 100%;
	margin: auto;
}

.inner_520 {

	max-width: 520px;

	margin: auto;

}

@media (max-width: 550px) {
	.inner_520 {
		box-sizing: border-box;
		padding: 0px 20px;
		margin: auto;
	}
}

.inner_600 {

	max-width: 600px;

	margin: auto;

}


.inner_small {

	max-width: 860px;

	margin: auto;

}


.inner_small.blogheader {

	max-width: 900px;
	box-sizing: border-box;
	padding-left: 20px;
	margin: auto;

}



.inner_800 {

	width: 100%;

	max-width: 800px;

	/*margin-left: calc(50% - 28%);*/

	margin: auto;

}

@media (max-width: 900px) {
	.inner_small, .inner_wrap, .inner_wrap_1920, .inner_800 {
		box-sizing: border-box;
		padding: 0px 20px;
}
}

.inner_970 {

	width: 100%;

	max-width: 970px;

	/*margin-left: calc(50% - 28%);*/

	margin: auto;

}

@media (max-width: 1010px) {
	.inner_970 {
		box-sizing: border-box;
		padding: 0px 20px;
	}
	.blog_bg .inner_970 {
		padding: 0;
	}
}

.inner_medium {

	max-width: 1024px;

	margin: auto;

}



.inner_full {

	max-width: 1334px;

	margin: auto;

}


.inner_1400 {
	max-width: 1400px;

	margin: auto;
}





/*--- Header --*/

.header {

	width: 100%;
	max-width: 1920px;

	height: 176px;

	position: relative;

}



.head_logo {

	float: left;

	width: 270px;

	height: 75px;

	position: absolute;

	left: 125px;

	bottom: 43px;

}

.head_logo_wl {

	float: left;

	width: 270px;

	height: 75px;

	position: absolute;

	bottom: 43px;

}

@media (max-width: 1279px) {
	.head_logo_wl {
		left: 20px;
	}
}

@media (max-width: 768px) {
	.head_logo_wl {
		width: 180px;
	}
}

/*----- Navigation Header ------------*/

.head_nav_mob {
	display: none;
}

.head_nav_desk {

	float: right;

	width: 745px;

	position: absolute;

	right: 0;

	bottom: 32px;

}



.nav-ul {

	list-style-type: none;

	padding: 0;

}



.nav-li {

	float: left;

	margin-right: 20px;
	

}



.nav-li a {

	font-family: 'SeroBold';

	font-size: 20px;

	letter-spacing: 1.5px;

	text-transform: uppercase;

	color: #0d1c4b;
	display: inline-block;
	height: 44px;
    padding: 14px 10px;
    box-sizing: border-box;


}

.nav-li.selected, .nav-li:hover {
	background: #ceaf43;
	transition: all 0.1s linear 0s;
}

.nav-li.selected a, .nav-li:hover a {

	transition: all 0.1s linear 0s;
}


.head_nav_login {

	position: absolute;

	box-sizing: border-box;

	width: 154px;

	height: 44px;

	bottom: 32px;

	right: 131px;

	border: 1px solid #be9b20;

	color: #be9b20;

	font-size: 17px;

	letter-spacing: 1px;

	text-align: center;

	font-family: 'SeroBold';

	padding: 13px 10px; 
	transition: all 0.1s linear 0s;

}

.head_nav_login_wl {
	position: absolute;
	box-sizing: border-box;
	width: 154px;
	height: 44px;
	bottom: 0px;
	right: 0;
	border: 1px solid #be9b20;
	color: #be9b20;
	font-size: 17px;
	letter-spacing: 1px;
	text-align: center;
	font-family: 'SeroBold';
	padding: 13px 10px; 
	transition: all 0.1s linear 0s;
}

.head_nav_login_wl:hover, .head_nav_login:hover {
		background-color: #be9b20;
		color: #fff;
}

@media (max-width: 1279px) {
	.head_nav_login_wl {
		right: 20px;
		bottom: 48px;
	}
}

.head_nav_lounge {
	position: absolute;
	box-sizing: border-box;
	width: 154px;
	height: 0px;
	bottom: 120px;
	right: 131px;
	color: #be9b20;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	text-align: right;
	font-family: 'SeroLight';
	/*padding: 13px 10px;*/ 
}

.head_nav_special {
	position: absolute;
	box-sizing: border-box;
	width: 370px;
	height: 0px;
	bottom: 120px;
	right: 331px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	color: #be9b20;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	
	font-family: 'SeroBold';
	/*padding: 13px 10px;*/ 
}

.head_nav_special_entry {
	flex: 0 1 45px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

.head_nav_special_entry a, .head_nav_special_entry span {
	/*color: #53abb3;*/
	color: #3eb5c2;
	transition: all 0.1s linear 0s;
}

.head_nav_special_entry:hover a, .head_nav_special_entry:hover span {
	color: #be9b20;
}

.head_nav_lounge_wl {
	position: absolute;
	box-sizing: border-box;
	width: 154px;
	height: 13px;
	bottom: 85px;
	right: 0;
	color: #be9b20;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	text-align: right;
	font-family: 'SeroLight';
	/*padding: 13px 10px;*/ 
	transition: all 0.1s linear 0s;
}

.head_nav_lounge_wl_back {
	position: absolute;
	box-sizing: border-box;
	width: 154px;
	height: 13px;
	bottom: 65px;
	right: 0;
	color: #be9b20;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	text-align: right;
	font-family: 'SeroBold';
	/*padding: 13px 10px;*/ 
	transition: all 0.1s linear 0s;
}

@media (max-width: 1280px) {
	.head_nav_login_wl {
		display: none;
	}
	.head_nav_lounge_wl_back {
		display: none;
	}
	.head_nav_lounge_wl {
		display: none;
	}
}

.head_nav_lounge span.fett, .head_nav_lounge_wl span.fett {

	font-family: 'SeroBold';

	color: #be9b20;
	transition: all 0.1s linear 0s;

}

.head_nav_lounge:hover span.fett, .head_nav_lounge_wl:hover span.fett, .head_nav_lounge:hover, .head_nav_lounge_wl:hover, .head_nav_lounge_wl_back:hover {
	color: #0d1c4b;
}

.topbutton {
	position: fixed;
	bottom: 0px;
	right: calc(50% - 930px);
	z-index: 1001;
	/*height: 80px;*/
	height: 40px;
	width: 224px;
}


@media (max-width: 1919px) {
	.topbutton {
		right: 60px;
}
}

@media (max-width: 1280px) {
	.topbutton {
		right: 0;
		bottom: 0px;
	}
}

@media (max-width: 768px) {
	.topbutton {
		right: 0;
		bottom: 0px;
	}
}

.toplink_footer {
	width: 60px;
	height: 30px;
	background: #be9b20;
	box-sizing: border-box;
	padding: 5px 20px;
	/*margin-top: 20px;*/
	margin-left: 20px;
	float: left;
}

.toplink_footer img {
	width: 30px;
	margin-top: 3px;
}

.floating_kontakt {
	width: 120px;
	height: 40px;
	background: #3eb5c2;
	box-sizing: border-box;
	padding: 2px 0px;
	
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	font-family: 'SeroMedium';
	text-align: center;
	line-height: 27px;
	transition: all 0.1s linear 0s;
	float: left;
}

.floating_kontakt:hover {
	color: #000;
}

.floating_kontakt img {
	margin: auto;
	height: 17px;
	width: 30px;
}

@media (max-width: 768px) {
	.floating_kontakt {
		float: right;
	}
	.toplink_footer {
		display: none;
	}
}

.head_h_wl {
	position: absolute;
	/*left: calc(50% - 175px);*/
	width: fit-content;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0px;
}

.head_h_blog {
	position: absolute;
	/*left: calc(50% - 175px);*/
	width: fit-content;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 43px;
}

/*---------Navi bis 786px----------*/
@media (max-width: 1280px) {
	.header {
		height: 105px;
	}
	.head_logo {
		width: 190px;
		left: 20px;
		bottom: 4px;
	}
	.head_nav_desk {
		display: none;
	}
	.head_nav_mob {
		display: block;
		position: fixed;
		top: 0px;
		right: 0px;
		z-index: 1001;
	}
	.head_nav_login, .head_nav_lounge, .head_nav_special {
		display: none;
	}
	.head_nav_mob_menbutton {
		width: 30px;
		position: fixed;
		top: 30px;
		right: 30px;
		z-index: 1001;
	}
	
	.mentarget_inner {
		margin-top: 105px;
		background: #B6941F;
		box-sizing: border-box;
		padding: 70px 20px 50px 20px;
		width: 100vw;
		height: 100vh;
		position: relative;
	}
	
	.mentarget_inner.blogmen {
		margin-top: 145px;
	}
	.closemenu {
		position: absolute;
		top: 20px;
		right: 30px;
		cursor: pointer;
		width: 30px;
		height: 30px;
	}
	
	.nav-ul_mob {
		list-style-type: none;
		padding: 0px 0px 0px 13%;
		/*text-align: center;*/
	}
	.nav-li_mob a {
		font-family: 'SeroBold';
		color: #fff;
		font-size: 27px;
		line-height: 50px;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 15px;
		
	}
	.nav-li_mob_special a {
		font-family: 'SeroBold';
		color: #0A3255;
		font-size: 18px;
		line-height: 32px;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 15px;
	}
	.nav-li_mob_special_light a {
		font-family: 'SeroLight';
		color: #0A3255;
		font-size: 18px;
		line-height: 32px;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 15px;
	}
	.nav-li_mob_special_cloud a {
		font-family: 'SeroBold';
		background: #fff;
		color: #B6941F;
		width: 220px;
		height: 40px;
		letter-spacing: 2px;
		display: inline-block;
		text-align: center;
		box-sizing: border-box;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.nav-li_mob_special_lounge a {
		font-family: 'SeroLight';
		background: #fff;
		color: #B6941F;
		width: 220px;
		height: 40px;
		letter-spacing: 2px;
		display: inline-block;
		text-align: center;
		box-sizing: border-box;
		line-height: 46px;
		font-size: 15px;
		text-transform: uppercase; 
	}
}

/*--------------- Claim ----------------------------*/

.claim {
	width: 100%;
	/*max-width: 1920px;*/

	height: 400px;

	margin: auto;

	background-color: #be9b20;

	position: relative;

}



.claim_aufstieg {

	position: absolute;

	left: calc(50% - 500px);

	bottom: -1px;

	width: 500px;

}



.claim_vermoegen p {

	font-family: 'SeroBold';

	text-transform: uppercase;

	font-size: 16px;

	letter-spacing: 1.5px;

	color: #fff;

	position: absolute;

	bottom: 195px;

	left: calc(50% - 50px);

}



.claim_sicher p {

	font-family: 'SeroLight';

	text-transform: uppercase;

	font-size: 16px;

	letter-spacing: 1.5px;

	color: #fff;

	position: absolute;

	bottom: 219px;

	left: calc(50% - 26px);

}



.claim_klug p {

	font-family: 'SeroLight';

	text-transform: uppercase;

	font-size: 16px;

	letter-spacing: 1.5px;

	color: #fff;

	position: absolute;

	bottom: 243px;

	left: calc(50% - 10px);

}



.claim_aufbauen p {

	font-family: 'SeroLight';

	text-transform: uppercase;

	font-size: 16px;

	letter-spacing: 1.5px;

	color: #fff;

	position: absolute;

	bottom: 267px;

	left: calc(50% - 0px);

}

@media(max-width: 767px) {
	.claim {
		height: 250px;
	}
	.claim_aufstieg {
		height: 100px;
	}
	.claim_vermoegen p {
		bottom: 94px;
	}
	.claim_sicher p {
		bottom: 120px;
	}
	.claim_klug p {
		bottom: 146px;
	}
	.claim_aufbauen p {
		bottom: 172px;
	}
}

/*------- Footer ---------------------------*/

.footer {

	width: 100%;

	/*max-width: 1920px;*/

	margin:auto;

	box-sizing: border-box;
	padding-bottom: 80px;
	min-height: 240px;

	background-color: #00213A;
	background-image: url('/media/sommese-emblem-footer.svg');
	background-position: center 80px;
	background-repeat: no-repeat;
	background-size: 120px 120px;

}

.foot_right {
	width: 50%;
	float: right;
	box-sizing: border-box;
	padding: 80px 0px 0px 0px;
}

.foot_left {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 80px 12.5% 0px 12.5%;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

@media(max-width: 639px) {
	.foot_left {
		width: 33%;
		padding: 80px 20px 0px 20px;
	}
	.foot_right {
		width: 66%;
	}
	.socialicons {
		width: 100%;
	}
}

.foot_adress_left, .foot_adress_right {
	width: 50%;
	float: right;
}

.foot_adress_left a {
	color: #6e7a84;
}

.foot_adress_left_legals {
	width: 75%;
	float: right;

}

.foot_adress_left, .foot_adress_left_legals {
	box-sizing: border-box;
	padding-left: 20%;
}

@media (max-width: 1279px) {
	.foot_adress_left, .foot_adress_right, .foot_adress_left_legals {
		width: 100%;
		float: left;
		box-sizing: border-box;
		padding-left: 20%;
		margin-bottom: 20px;
	}
}

.foot_adress_right p.gold, .foot_adress_left p.gold {
	font-family: 'SeroMedium';
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 5px 0;
	color: #be9b20;
}

.foot_adress_right p, .foot_adress_left p {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 3px 0;
	color: #6e7a84;
}

img.foot_icons {
	width: 16px;
	height: 16px;
	margin: 0 8px  0 0;
	display: inline-block;
}

.foot_flex {
	max-width: 200px;
	margin-bottom: 30px;
}

a.foot_main {
	font-family: 'SeroMedium';
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	color: #be9b20;
	text-transform: uppercase;
	letter-spacing: 2px;
}

ul.foot_list {
	margin: 8px 0 0 0;
	padding: 0;
	list-style-type: none;
}

ul.foot_list li {
	margin-bottom: 2px;
}

ul.foot_list li a {
	font-family: "SeroLight";
	font-size: 16px;
	line-height: 22px;
	color: #6e7a84;
}
	
p.foot_legal, p.foot_legal a {
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 12px;
	color: #6e7a84;
	line-height: 22px;
}

.footer a {
	transition: all 0.1s linear 0s;
}

.footer a:hover {
	color: #fff;
}

img.foot_social {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 15px;
}
/*---- Diverses -------------*/

.the-icon {

	max-width: 273px;

	margin: auto;

}

@media (max-width: 640px) {
	.the-icon {
		width: 50%;
		margin: auto;
	}
}


.nodisplay {

	opacity: 0;

}

.nodisplay3 {

	opacity: 0;

}



/*------------ Linkbuttons ----------------------------*/

.linkbutton_all {

	margin: auto;

	text-align: center;

	font-family: 'SeroItalicMedium';

	color: #3eb5c2;

	font-size: 20px;

	

}



.linkbutton_all p {

	text-align: center;

	font-family: 'SeroItalic';

	color: #3eb5c2;

	font-size: 20px;

}

.flexbox2 p.klapptrigger {
	box-sizing: border-box;
	background: #BE9B20;
	box-sizing: border-box;
	color: #0A3255;
	font-family: 'SeroLight';
	letter-spacing: 1px;
	font-size: 16px;
	padding: 7px 40px 5px 40px;
	max-width: 150px;
	line-height: 16px;
	margin: 30px auto 20px auto;
	cursor: pointer;
	display: block;
	text-align: center;
}

.linkbutton_all p.linkbutton, a.buch_link {

	box-sizing: border-box;

	/*background: #3eb5c2;*/
	/*background: #3eb5c2e0;*/
	
	box-sizing: border-box;
	
	border: 1px solid #3eb5c2e0;

	color: #0d1c4b;

	font-family: 'SeroLight';

	letter-spacing: 1px;

	font-size: 16px;

	/*border-radius: 7px;*/

	padding: 7px 40px 5px 40px;

	max-width: 400px;

	margin: auto;

	line-height: 16px;

	margin-bottom: 10px;

	cursor: pointer;
	
	display: inline-block;

}

@media (max-width: 500px) {
	a.buch_link {
		font-size: 14px;
		padding: 7px 20px 5px 20px;
	}
}

.linkbutton_all p.linkbutton:hover, a.buch_link:hover {
	transition: all 0.1s linear 0s;
	background: #3eb5c2e0;
	color: #fff;
}

/*------ Farben ----------------*/

.gold {

	color: #be9b20;

}



.blau {

	color: #0a182c;

}


.bg-soft {
	background: #fcfbf3;
	padding: 80px 0px;
}


.over_max {
	padding: 0; 
	margin: 97px auto;
}

@media(max-width: 768px) {
	.bg-soft {
		padding: 0px 0px;
	}
	.over_max { 
		margin: 0px auto;
	}
}


/*------------- Variabler Spacer -----------------------*/
.spacer20 {
	margin: 10px 0px 10px 0px;
	height: 1px;
}

.spacer50 {
	margin: 25px 0px 25px 0px;
	height: 1px;
}

.spacer70 {
	margin: 35px 0px 35px 0px;
	height: 1px;
}

.spacer90 {
	margin: 45px 0px 45px 0px;
	height: 1px;
}

.spacer100 {
	margin: 50px 0px 50px 0px;
	height: 1px;
}

.spacer120 {
	margin: 60px 0px 60px 0px;
	height: 1px;
}

.spacer150 {
	margin: 75px 0px 75px 0px;
	height: 1px;
}

.spacer200 {
	margin: 100px 0px 100px 0px;
	height: 1px;
}

.spacer250 {
	margin: 125px 0px 125px 0px;
	height: 1px;
}

.spacerXXL {
	margin: 175px 0px 175px 0px;
	height: 1px;
}

@media (max-width: 640px) {
	.spacer50 {
	margin: 15px 0px 15px 0px;
}

.spacer70 {
	margin: 20px 0px 20px 0px;
}

.spacer90 {
	margin: 15px 0px 15px 0px;
}

.spacer100 {
	margin: 25px 0px 25px 0px;
}

.spacer120 {
	margin: 30px 0px 30px 0px;
}

.spacer150 {
	margin: 55px 0px 55px 0px;
}
.spacerXXL {
		margin: 100px 0px 100px 0px;
}
}

/*------------- Variabler wl_spacer Aufklapper Wissenslounge-----------------------*/
.wl_spacer50 {
	padding: 25px 0px 25px 0px;
}

.wl_spacer70 {
	padding: 35px 0px 35px 0px;
}

.wl_spacer90 {
	padding: 45px 0px 45px 0px;
}

.wl_spacer100 {
	padding: 50px 0px 50px 0px;
}

.wl_spacer120 {
	padding: 60px 0px 60px 0px;
}

.wl_spacer150 {
	padding: 75px 0px 75px 0px;
}

@media (max-width: 640px) {
	.wl_spacer50 {
	padding: 25px 0px 25px 0px;
}

.wl_spacer70 {
	padding: 35px 0px 35px 0px;
}

.wl_spacer90 {
	padding: 45px 0px 45px 0px;
}

.wl_spacer100 {
	padding: 25px 0px 25px 0px;
}

.wl_spacer120 {
	padding: 30px 0px 30px 0px;
}

.wl_spacer150 {
	padding: 55px 0px 55px 0px;
}
}


/*------------- Basic Margins- und Paddings -------------*/

.topmargin-extrasmall {

	margin-top: 30px;

}


.topmargin {

	margin-top: 60px;

}


.bottommargin_40 {
	margin-bottom: 40px;
}

.bottommargin-smaller {

	margin-bottom: 50px;

}



.bottommargin {

	margin-bottom: 60px;

}



.topmargin-medium {

	margin-top: 90px;

}  

.topmargin_100 {

	margin-top: 100px;

}


.topmargin-large {

	margin-top: 120px;

}  




.bottommargin-small {

	margin-bottom: 90px;

}  



.bottommargin-medium {

	margin-bottom: 124px;

}  



.bottommargin-large {

	margin-bottom: 224px;

}  



.text310 {

	margin-top: 50px;

	width: 360px;

}

.padding_standard {
	box-sizing: border-box;
	padding: 60px 0px;
}

@media (max-width: 768px) {
	.text310 {
		margin: 30px 0px 70px 0px;
	}
	.topmargin {
		margin-top: 20px;
	}
	.topmargin-medium {
		margin-top: 35px;
	}  
	.topmargin-large {
		margin-top: 60px;
	}  
	.bottommargin {
		margin-bottom: 30px;
	}
	.bottommargin-smaller {
		margin-bottom: 21px;
	}
	.padding_standard {
		box-sizing: border-box;
		padding: 10px 0px;
	}
}


@media (max-width: 640px) {
	.bottommargin_40 {
		margin-bottom: 20px;
	}
	.bottommargin-smaller {
		margin-bottom: 21px;
	}
	.bottommargin-small {
		margin-bottom: 45px;
	}
	.bottommargin-medium {
		margin-bottom: 60px;
	} 
	.bottommargin-large {
		margin-bottom: 100px;
	}
	.topmargin_100 {
		margin-top: 50px;
	}
}
/*------- Schriftgrï¿½ï¿½en und so ----------------------------*/

h1 {

	font-family: 'SeroLight';

	font-size: 44px;

	line-height: 53px;

	font-weight: normal;

}

h1.abo_h1 {
	font-family: 'SeroLight';

	font-size: 44px;

	line-height: 53px;

	font-weight: normal;
}

h2, h3 {

	font-family: 'SeroLight';

	font-size: 32px;

	line-height: 44px;

	font-weight: normal;

}





.bluebox h1, h1.wissenh1 {

	margin: auto;

	font-weight: normal;

	font-family: 'SeroLight';

	font-size: 50px;

	line-height: 60px;

	text-align: center;

}

@media (max-width: 640px) {
	h1, .bluebox h1, h1.wissenh1 {
		font-size: 32px;
		line-height: 35px;
		margin-bottom: 12px;
	}
	
	h2 {
		font-size: 24px;
		line-height: 28px;
	}
	h1.wissenh1.bottommargin-smaller {
		margin-bottom: 20px;
	}
	h2.lounge2 {
		line-height: 32px;
	}
}


h1.wissenh1 strong {

	font-family: 'SeroBold';

}

h1.wissenh1.gold strong, h1.gold strong {
	color: #be9b20;
	font-family: 'SeroBold';
}

span.gold {
	color: #be9b20;
}

span.gold strong {
	color: #be9b20;
	font-family: 'SeroMedium';
	display: inline-block;
	letter-spacing: 2px;
	margin-bottom: 7px;
	font-size: 20px;
}

@media (max-width: 640px) {
	span.gold strong {
		margin-bottom: 7px;
		font-size: 16px;
		letter-spacing: 1px;
	}
}

.bluebox-case h1 {

	font-weight: normal;

	font-family: 'SeroLight';

	font-size: 44px;

	line-height: 52px;

	

}

.heads h1.smallhead_gold {
	font-size: 36px;

	line-height: 53px;

	font-weight: normal;
}

@media (max-width: 640px) {
	.heads h1.smallhead_gold {
		line-height: 36px;
		font-size: 30px;
	}
}

.gold_nummer {
	color: #be9b20;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 1px;
}

span.podcast_weitere_titel {
	font-family: 'SeroMedium';
	display: inline-block;
	line-height: 24px;
}

@media (max-width: 768px) {
	span.podcast_weitere_titel {
		line-height: 20px;
		font-size: 17px;
	}
	
}

p {

	font-family: 'SeroLight';

	font-weight: normal;

	font-size: 29px;

	line-height: 38.7px;

	color: #0d1c4b;
	
	margin-bottom: 20px;
}

p.p13px, .flexbox2 p.p13px {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-family: 'SeroLight';
	/*color: #be9b20;*/
	line-height: 26px;
}

.zitate p.p13px {
	font-family: 'SeroMedium';
	letter-spacing: 2.5px;
}

p.p18px, .flexbox2 p.p18px {
	font-size: 18px;
	line-height: 26px;
}

p.p20px {
	font-size: 20px;

	line-height: 28px;
}


p.p22px {
	font-size: 21px;

	line-height: 28px;
}

.loungeboxpadding p {
	font-size: 20px;
	line-height: 26px;
}

@media (max-width: 600px) {
	.loungeboxpadding p {
		font-size: 19px;
	}
}

strong {

	font-family: 'SeroBold';

	font-weight: normal;

}



p.small, .inner_970 p {

	font-size: 24px;

	line-height: 33px;

}

@media (max-width: 640px) {
	p.small, .inner_970 p, p.p22px {
		font-size: 17px;
		line-height: 21px;
	}
	p.p22px span.seromedium span.gold {
		font-size: 16px;
		letter-spacing: 0.5px;
	}
}

.flex-bubble p {

	font-size: 22px;

	line-height: 28px;

}



.flexbox2 p {

	font-size: 22px;

	line-height: 28px;
	
	margin-bottom: 0;

}



.extrasmall {

	font-size: 18px;

}

.flexbox3 p.extrasmall {

	font-size: 18px;
	text-align: left;
	line-height: 21px;

}

.large {

	font-size: 34px;

	font-family: 'SeroBold';

}

.flexbox2_top p span.large.blau {
	font-size: 34px;
}

@media (max-width: 640px) {
	.large {
		font-size: 22px;
		font-family: 'SeroBold';
	}
}

.italicmedium {

	font-family: 'SeroItalicMedium';

	font-weight: normal;

}

.seromedium, .blog .blog_teaser_main {
	font-family: 'SeroMedium';

	font-weight: normal;
}

@media (max-width: 640px) {
	p {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 12px;
	}
	p.poddi {
		font-size: 19px; 
	}
}

@media (max-width: 767px) {
	div.flexbox2 p span.italicmedium span.gold {
		font-size: 17px;
		line-height: 24px;
	}
}
/*---------------- Slider Startseite Top ---------------------------------*/

.img_desk {
	display: block;
}

.img_mob {
	display: none;
}

@media (max-width: 500px) {
	.img_desk {
		display: none;
	}
	.img_mob {
		display: block;
	}
}

.kachel_cont {

	position: relative;

}



.kachel_insert {

	position: absolute;

	top: 35%;

	width: 100%;

	text-align: center;

}



.kachel_insert h1 {

	font-family: 'Rozha';

	color: #fff;

	font-size: 68px;

	line-height: 63px;

	margin-bottom: 30px;

	font-weight: normal;

}



.kachel_insert h2 {

	font-family: 'Raleway';

	color: #fff;

	font-size: 23px;

	font-weight: normal;

	letter-spacing: 1.5px;

}



.kachel_aufstieg {

	position: absolute;

	bottom: 0;

	right: 46%;

	width: 585px; 

}

@media (min-width: 1281px) and (max-width: 1919px) {
	.kachel_insert {
		top: 19%;
	}
	.kachel_aufstieg {
		width: 570px;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.kachel_insert {
		top: 14%;
	}
	.kachel_aufstieg {
		width: 400px;
	}
}

@media (max-width: 1024px) {
	.kachel_insert {
		top: 18%;
	}
	.kachel_aufstieg {
		width: 370px;
	}
}

@media (min-width: 768px) and (max-width: 1023px){
	.kachel_insert {
		top: 18%;
	}
	.kachel_insert h1 {
		font-size: 39px;
		line-height: 33px;
		margin: auto;
		margin-bottom: 10px;
		max-width: 500px;
		
	}
	.kachel_insert h2 {
		font-size: 17px;
		line-height: 21px;
		max-width: 380px;
		margin: auto;
		padding-top: 15px;
	}
	.kachel_aufstieg {
		width: 300px;
	}
}

@media (min-width: 501px) and (max-width: 767px) {
	.kachel_insert h2 {
		font-size: 17px;
		margin-top: 10px;
	}
}

@media (min-width: 500px) and (max-width: 767px) {
		.kachel_aufstieg {
		width: 200px;
	}
	.kachel_insert h1 {
		font-size: 36px;
		line-height: 32px;
		margin: auto;
		margin-bottom: -7px;
		max-width: 400px;
		
	}
}

@media (max-width: 499px) {
		.kachel_insert h1 {
		font-size: 39px;
		line-height: 33px;
		margin: auto;
		margin-bottom: 10px;
		max-width: 380px;
		
	}
	.kachel_insert h2 {
		font-size: 17px;
		line-height: 21px;
		max-width: 380px;
		margin: auto;
		padding-top: 15px;
	}
	.kachel_aufstieg {
		width: 300px;
	}
}

/*
@media (max-width: 399px) {
	.kachel_insert h1 {
		font-size: 39px;
		line-height: 33px;
		margin: auto;
		margin-bottom: -7px;
		max-width: 380px;
		
	}
}
*/

/* ---------------- FLEX ----------------------------------------*/

.more_768 {
	display: block;
}

.less_768 {
	display: none;
}

.downarrow {
	display: inline-block; 
	width: 40px; 
	margin-top: 10px;"
}

@media (max-width: 767px) {
	.more_768 {
		display: none;
	}

	.less_768 {
		display: block;
	}
	.less_768 .inner_970 {
		margin-bottom: 25px;
	}
	.downarrow {
	display: inline-block; 
	width: 30px; 
	margin-top: 10px;"
}
}

.flex {
    width: 100%;
    max-width: 1334px;
    margin: auto;
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex, .blog_flex {
    width: 100%;
    max-width: 1334px;
    margin: auto;
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog_flex {
	margin-bottom: 10px;
}

.blog_flex::after {
  content: "";
  height: 0;
  width: 390px;
}

@media (max-width: 1024px) {
	.flex, .blog_flex {
		justify-content: space-around;
	}
}

@media (max-width: 640px) {
		.flex, .blog_flex {
			margin-bottom: 15px;
		}
		.bboxes, .bbubbles {
			margin-top: 20px;
		}
}
.flex_port {

    width: 100%;

    max-width: 700px;

    margin-left: auto;

    margin-right: auto;

    margin-bottom: 20px;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;
    position: relative;

    

}

@media (max-width: 640px) {
	.flex_port {
		justify-content: space-around;
	}
	.flex_port.bbubble {
		justify-content: space-between;
	}
}

/*

.flex:after {

    display: block;

    content: ' ';

    margin: 10px;

    flex: 999 999 auto;

}

*/



.flexbox {

    flex: 0 1 403px;

    box-sizing: border-box;

    height: 114px;

    background-color: #F4F3EA;

    text-align: center;

    padding-top: 20px;

    cursor: pointer;
    /*transition: all 0.3s linear 0s;*/

}

.flexbox:hover {
	background-color: #d5c486;
}

@media (max-width: 1024px) {
	.flexbox {
		flex: 0 1 280px;
	}
}


@media (max-width: 768px) {
	.flexbox {
		margin-bottom: 30px;
	}
}

@media (max-width: 640px) {
	.flexbox {
		height: 80px;
		padding-top: 13px;
		margin: auto;
		margin-bottom: 12px;
	}
}

.flexbox2 {

    flex: 0 1 403px;

    box-sizing: border-box;

}

@media (max-width: 1024px) {
	.flexbox2 {
		margin-bottom: 50px;
	}
}

.flexbox2_top {

	height: 114px;

    background-color: #eeeace;

    text-align: center;
    box-sizing: border-box;

    padding-top: 20px;

}

.flexbox3 {

    flex: 0 1 403px;

    height: 134px;
    
    margin-bottom: 40px;

}

.flexbox3:nth-child(5) .flip_front, .flexbox3:nth-child(5) .flip_back{
	background-color: #d0ae34;
	color: #fff;
}

.heads {

	text-align: center;

	margin-bottom: 40px;

}

@media (max-width: 768px) {
	.heads {
		margin-bottom: 0;
	}
}

/*--------------- Bubbles -----------------------------------*/

.bubble {

	width: 220px;

	height: 220px;

	box-sizing: border-box;

	border: 1px solid #be9b20;

	border-radius: 150px;

	text-align: center;

	margin-bottom: 40px;

	padding: 90px 0px;

	background: #F7F4E1;

}



.flex-bubble {

	flex: 0 1 220px;

    box-sizing: border-box;    

}



.flex-bubble p {

	max-width: 190px;

    margin: auto;

}

@media (max-width: 1024px) {
		.flex-bubble {
		/*flex: 0 1 180px;*/
		flex: 25%;
	}
	.bubble {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	padding: 54px 0px;
	margin: auto;
	margin-bottom: 20px;
	}
	.bubble h2 {
		font-size: 22px;
	}
	.flex-bubble p {
		max-width: 140px;
		font-size: 16px;
		line-height: 18px;
	}
}


@media (max-width: 768px) {
	.flex-bubble {
		flex: 0 1 300px;
		margin-bottom: 40px;
	}
	.bubble {
		margin: 0px auto 40px auto;
	}
}

@media (max-width: 639px) {
	.flex-bubble {
		/*flex: 0 1 180px;*/
		flex: 50%;
	}
	.bubble {
	width: 130px;
	height: 130px;
	border-radius: 65px;
	padding: 54px 0px;
	margin: auto;
	margin-bottom: 20px;
	}
	.bubble h2 {
		font-size: 22px;
	}
	.flex-bubble p {
		max-width: 140px;
		font-size: 16px;
		line-height: 18px;
	}
}

@media (max-width: 399px) {
	.flex-bubble {
		flex: 0 1 120px;
	}
	.bubble {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	padding: 45px 0px;
	margin-bottom: 20px;
	}
	.bubble h2 {
		font-size: 22px;
	}
	.flex-bubble p {
		max-width: 140px;
		font-size: 16px;
		line-height: 18px;
	}
}

.bubble_small {

	width: 120px;

	height: 120px;

	box-sizing: border-box;

	border: 1px solid #be9b20;

	border-radius: 60px;

	text-align: center;

	margin-bottom: 40px;

	display: table-cell;
	vertical-align: middle;

	background: #f8f4e6;
	cursor: pointer;
	transition: all 0.3s linear 0s;
}

.flex_port .bubble_small:hover {
	transform: scale(1.03);
}

.flex-bubble_small {

	flex: 0 1 120px;

    box-sizing: border-box;    
    position: relative;
}

@media (max-width: 640px) {
	.bubble_small {
		width: 65px;
		height: 65px;
		margin: 0 auto 10px auto;
	}
	.flex-bubble_small {
		/*flex: 20%;*/
		flex: 0 1 65px;
	}
}

.flex-bubble_small p {

	max-width: 120px;

    margin: auto;

}


/*-------------- Szenarien / Cases ------------------------------------------*/

.dotted_gold {

	width: 100%;

	box-sizing: border-box;

	margin: 20px 0px 40px;

	border-bottom: 2px dotted #be9b20;

	position: relative;

}

.dotted_gold_solid {

	width: 100%;

	box-sizing: border-box;

	margin: 20px 0px 10px;

	border-bottom: 2px solid #be9b20;

	position: relative;

}

@media (max-width: 767px) {
	.dotted_gold, .dotted_gold_solid {
		margin: 20px 0px 15px;
	}
}

.bluebox {

	position: relative;

	width: 100%;

	box-sizing: border-box;

	padding: 140px 0px 100px;

	background: rgb(227, 237, 242);

	margin-bottom: 120px;

}

@media (max-width: 768px) {
	.bluebox {
		padding: 100px 20px 40px;
		margin-bottom: 60px;
	}
}

.bluebox-label {

	position: absolute;

	top: 0;

	width: 250px;

	left: calc(50% - 125px);

	height: 50px;

	background-color: #be9b20;

	text-align: center;

	font-size: 18px;

	font-family: 'SeroBold';

	text-transform: uppercase;

	letter-spacing: 2.5px;

	box-sizing: border-box;

	padding: 20px 0px;

}



.goldlabel {

	display: inline-block;

	position: absolute;

	bottom: -25px;

	min-width: 250px;
	
	width: fit-content;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;

	/*left: calc(50% - 125px);*/

	height: 50px;

	background-color: #be9b20;

	text-align: center;

	font-size: 18px;

	font-family: 'SeroLight';

	text-transform: uppercase;

	letter-spacing: 3px;

	box-sizing: border-box;

	padding: 0px 20px;

	line-height: 58px;
	
	margin-bottom: 0;

}

@media (max-width: 640px) {
	.bluebox-label {
		width: 150px;
		left: calc(50% - 75px);
		height: 30px;
		font-size: 13px;
		padding: 10px 0px;
	}
	.goldlabel {
		/*width: 150px;*/
		width: fit-content;
		min-width: 150px;
		/*left: calc(50% - 75px);*/
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		height: 30px;
		font-size: 13px;
		padding: 10px 10px;
		line-height: 13px;
		bottom: -15px;
	}
}


.bluebox-flexed {

	width: 100%;

	max-width: 1100px;

	margin: auto;

	display: flex;

    flex-wrap: wrap;

    justify-content: space-between;   

    box-sizing: border-box;

    padding-top: 60px;

}



.flex-blue {

	flex: 0 1 320px;

    box-sizing: border-box;    

    margin: 15px 0px;

}



.flex-blue p {

	font-size: 26px;

	line-height: 31px;

}

 

@media (max-width: 1140px) {
	.bluebox-flexed {
		padding: 60px 20px 0px 20px;
	}
}

@media (max-width: 640px) {
	.bluebox-flexed {
		padding: 20px 20px 0px 20px;
		max-width: 280px;
	}
	.flex-blue {
		margin: 5px 0px;
	}
	.flex-blue p {
		font-size: 20px;
		line-height: 22px;	
	}
}


.bluebox-case {

	position: relative;

	width: 100%;

	box-sizing: border-box;

	padding: 40px 0px 20px;

	background: rgb(227, 237, 242);

	margin-bottom: 20px;

}

.case-blue {
	box-sizing: border-box;
	padding-right: 50px;
	min-height: 400px;
}

@media(max-width: 1024px) {
	.case-blue {
		min-height: 382px;
	}
}


.case-blue p {

	font-size: 26px;

	line-height: 31px;

	margin-top: 40px;

}

p.cases_sub, h2.cases_sub {
	color: #BE9B20;
	font-family: 'SeroMedium';
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 0;
	font-size: 14px;
	line-height: 20px;
}

p.cases_sub span.verylight, h2.cases_sub span.verylight {
	font-family: 'SeroLight';
	color: #BE9B20;
	display: inline-block;
}

p.cases_sub span.pipelight {
	font-family: 'SeroLight';
	color: #BE9B20;
	display: inline-block;
	font-size: 18px;
}

@media (max-width: 640px) {
	.bluebox-case {
		padding: 40px 0px 0px;
	}
	.case-blue p {
		font-size: 16px;
		line-height: 19px;
		margin-top: 20px;
	}
	p.cases_sub {
		font-size: 11px;
		line-height: 17px;
		margin-top: 10px;
		letter-spacing: 1.5px;
	}
	.bluebox-case h1 {
		font-size: 30px;
		line-height: 32px;
		margin-top: 2px;
    }
    .bluebox-case {
    	margin-bottom: 60px;
    }
}

/*------------------ Flexbox gold ------------------------------------ */

.goldbox {

	position: relative;

	width: 100%;

	max-width: 1650px;

	margin: auto;

	box-sizing: border-box;

	padding: 50px 0px 50px 0px;

	/*background: rgb(225, 230, 245);*/

	background: #f8f4e7;

	margin-top: 50px;

	margin-bottom: 40px;

}

.goldbox-alternate {
	position: relative;

	width: 100%;

	max-width: 1650px;

	margin: auto;

	box-sizing: border-box;

	padding: 30px 0px 30px 0px;

	/*background: rgb(225, 230, 245);*/

	background: #f8f4e7;

	margin-top: 50px;

	margin-bottom: 40px;
}

.goldbox-flexed {

	width: 100%;

	max-width: 1340px;
	

	margin: auto;

	display: flex;

    flex-wrap: wrap;

    justify-content: space-between;   

    box-sizing: border-box;

}

.goldbox-flexed-alternate {

	width: 100%;

	
	max-width: 1000px;

	margin: auto;

	display: flex;

    flex-wrap: wrap;

    justify-content: space-between;   

    box-sizing: border-box;

}


.flex-gold {

	flex: 0 1 420px;	

    box-sizing: border-box;    

    margin: 40px 40px 40px 0px;

    position: relative;

}

.flex-gold:last-child {

	flex: 0 1 420px;
	
    box-sizing: border-box;    

    margin: 40px 0px 40px 0px;

}

.flex-gold-alternate {

	
	flex: 0 1 300px;

    box-sizing: border-box;    

    margin: 40px 40px 40px 0px;

    position: relative;
    transition: all 0.1s linear 0s;

}

.flex-gold-alternate:hover {
	filter: brightness(0.9);
}


.flex-gold-alternate:last-child {

	
	flex: 0 1 300px;

    box-sizing: border-box;    

    margin: 40px 0px 40px 0px;

}


.flex-gold-label {

	position: absolute;

	bottom: 12px;	

	left: 0;

	width: 100%;

	text-align: center;

	color: #339999;
	
	font-size: 27px;

	line-height:65px;

	font-family: 'SeroBold';

	letter-spacing: 4px;

	text-transform: uppercase;

}

.flex-gold-label-alternate {
	position: absolute;

	
	bottom: 43px;

	left: 0;

	width: 100%;

	text-align: center;

	
	color: #fff;

	
	font-size: 27px;

	line-height:65px;

	font-family: 'SeroBold';

	letter-spacing: 4px;

	
}

.flex-gold-label-alternate-arrow {
	position: absolute;
	width: 32px;
	height: 40px;
	bottom: 12px;
	left: calc(50% - 16px);
}

@media (max-width: 1410px) {
	.goldbox, .goldbox-alternate {
		padding: 30px 0px 30px 0px;
	}
	.goldbox-flexed, .goldbox-flexed-alternate {
		justify-content: space-around;
		padding: 0px 20px;
	}
	.flex-gold, .flex-gold:last-child, .flex-gold-alternate, .flex-gold-alternate:last-child {
		margin: 10px 10px;
		flex: 0 1 300px;
	}
	.flex-gold-label {
		font-size: 20px;
		line-height:35px;
	}
}

@media (max-width: 1000px) {
	.goldbox, .goldbox-alternate {
		margin-top: 35px;
		padding: 0px 0px 34px 0px;
	}
	.goldbox-flexed, .goldbox-flexed-alternate {
		justify-content: space-around;
		padding: 0px 20px;
	}
	.flex-gold, .flex-gold:last-child, .flex-gold-alternate, .flex-gold-alternate:last-child {
		margin: 0px 10px 16px;
		flex: 0 1 250px;
	}
	.flex-gold-label {
		font-size: 20px;
		line-height:35px;
	}
}


@media (max-width: 900px) {
	.goldbox, .goldbox-alternate {
		margin-top: 30px;
		padding: 0px 0px 34px 0px;
	}
	.goldbox-flexed, .goldbox-flexed-alternate {
		justify-content: space-around;
		padding: 0px 20px;
	}
	.flex-gold, .flex-gold:last-child, .flex-gold-alternate, .flex-gold-alternate:last-child {
		margin: 0px 10px 16px;
		flex: 0 1 220px;
	}
	.flex-gold-label {
		font-size: 20px;
		line-height:35px;
	}
}

@media (max-width: 768px) {
	.goldbox, .goldbox-alternate {
		margin-top: 30px;
		padding: 0px 0px 24px 0px;
	}
	.goldbox-flexed, .goldbox-flexed-alternate {
		justify-content: space-around;
		padding: 0px 20px;
	}
	.flex-gold, .flex-gold:last-child, .flex-gold-alternate, .flex-gold-alternate:last-child {
		margin: 0px 10px 16px;
		flex: 0 1 200px;
	}
	.flex-gold-label {
		font-size: 20px;
		line-height:35px;
	}
	.flex-gold-label-alternate {
		font-size: 20px;
		line-height:35px;
		bottom: 30px;
	}
	.flex-gold-label-alternate-arrow {
		position: absolute;
		width: 20px;
		height: 20px;
		bottom: 12px;
		left: calc(50% - 10px);
	}
}


@media (max-width: 767px) {
	.flex-gold-alternate, .flex-gold-alternate:last-child {
		flex: 0 1 100%;
		max-width: 200px;
		margin: 15px calc(50% - 100px) 0px calc(50% - 100px);
	}
}


/*-------- Teambilder -------------------------------------------*/

.teampic {

	/*max-width: 380px;

	margin: auto;*/

	margin-bottom: 40px;

}

@media(max-width: 640px) {
	.teampic {
		max-width: 225px;
		margin: 30px 0px 15px 0px;
	}
}

/*------------ Flip/Fade ---------------------------------------*/
.flip_front {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 403px;
	height: 134px;
	background-color: #eeeace;
	padding-top: 50px;
	box-sizing: border-box;
	cursor: pointer;
}

.flip_front p {
	text-align: center;
}

.flip_front p span.large.blau {
	font-size: 30px;
}

.flexbox3:nth-child(5) .flip_front p .large.blau {
	color: #fff;
}

.flexbox3:nth-child(5) .flip_back p .gold {
	color: #fff;
}

.flip_back {
	width: 403px;
	height: 134px;
	box-sizing: border-box;
    background-color: #d0ae34;
    text-align: center;
    padding: 0px 40px;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}

.flip_back p {
	margin: 0;
}

.flexbox3 p .extrasmall {
	font-family: 'SeroMedium';
	letter-spacing: 0.25px;
	font-size: 20px;
	text-align: left;
	line-height: 26px;
	display: inline-block;
	text-align: center;
	color: #fff;
	
}

/*--------------------------- Online-Seminare ------------------------------*/
.datatable {
	width: 100%;
	height: 116px;
	display: table;
	box-sizing: border-box;
	padding: 22px 80px 0px 80px;
	
}

/*
.datatable.visual:first-child {
	background: #f8f4e7;
}
*/

.datatable.visual {
	background: #f8f4e7;
	padding-bottom: 8px;
}

.datatable-left {
	display: table-cell;
	vertical-align: top;
}


.datatable-left-pic {
	height: 71px;
	width: 217px;
	background: #eeeace;
}

.datatable-left .pic_right {
	width: 71px;
	height: 71px;
	float: right;
}

.datatable-right {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 45px;
	width: 70%;
}

.datatable-right p {
	font-size: 15px;
	line-height: 19px;
	margin: 0;
	font-family: 'SeroLight';
}

p.datum {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 3px;
	font-family: 'SeroLight';
}

p.webinar-head {
	margin-bottom: 2px;	
}

p.webinar-head strong {
	font-family: 'SeroMedium';
	font-size: 22px;
	line-height: 21px;
}

@media (max-width: 640px) {
	.datatable {
		padding: 22px 0px 10px 0px;
	}
	.datatable-left-pic {
        width: 84px;
    }
    .datatable-right {
    	padding-left: 18px;
    }
    
    p.webinar-head strong {
    	font-size: 19px;
    }
    .datatable-right p {
    	font-size: 14px;
    }
    .datatable-right p.datum {
    	font-size: 13px;
    	line-height: 16px;
    }
}

/*-------------------- Bï¿½cher ---------------------------------*/
.buecher {
	width: 100%;
	box-sizing: border-box;
	padding: 0px 40px 40px 40px;
	background: #f8f4e7;
	margin-bottom: 80px;
}

.buecher2 {
	width: 100%;
	box-sizing: border-box;
	padding: 0px 100px 40px 200px;
	background: #f8f4e7;
	margin-bottom: 80px;
}

.buchcover {
	width: 300px;
	float: left;
	margin-left: 200px;
}



.buchdata {
	max-width: 800px;
	float: left;
	margin-left: 80px;
	box-sizing: border-box;
	padding-top: 80px;
}

@media (max-width: 767px) {
	.buecher2 {
		margin-bottom: 40px;
	}
	.buchcover {
		margin-left: 20px;
		width: 140px;
	}
	.buchdata {
		margin-left: 20px;
		padding-top: 20px;
	}
}

.buchdata p, .buchpreview p {
	font-size: 18px;
	line-height: 26px;
}

@media (max-width: 767px) {
	.buchcover {
		margin-left: 20px;
		width: 140px;
	}
	.buchdata {
		margin-left: 20px;
		padding-top: 20px;
	}
	.buchdata p, .buchpreview p {
		font-size: 16px;
		line-height: 24px;
	}
}

.buch_minicontainer {
	display: table-cell;
	vertical-align: bottom;	
	transition: all 0.1s linear 0s;
}

.buch_minicontainer.active, .buch_minicontainer:hover {
	background: #be9b20;
}

.buch_minicover {
	max-width: 280px;
	padding: 40px 40px 60px 40px;
	box-sizing: border-box;
	cursor: pointer;
}

.buchpreview {
	width: 70%;
	box-sizing: border-box;
	padding: 0px 140px 40px 240px;
	margin-bottom: 80px;
}



@media (max-width: 768px) {
	.buecher2 {
		padding: 0px 40px 40px 40px;
	}
	.buchpreview {
		padding: 0px 40px 40px 90px;
	}
}

@media (max-width: 767px) {
	.buchpreview {
		padding: 0px 40px 40px 40px;
		width: 90%;
	}
	.buch_minicover {
		padding: 10px;
	}
}

p.buch_jahr {
	font-family: 'SeroLight';
}

p.buch_head {
	font-family: 'SeroMedium';
	font-size: 36px;
	margin-bottom: 20px;
	line-height: 40px;
}

p.buch_sub {
	font-family: 'SeroMedium';
	font-size: 20px;
}

p.buch_text {
	font-size: 18px;
	line-height: 26px;
}

@media (max-width: 767px) {
	p.buch_head {
		font-size: 26px;
		line-height: 30px;
	}
	p.buch_sub {
		font-size: 17px;
		line-height: 22px;
	}
	p.buch_text {
		font-size: 16px;
		line-height: 20px;
	}
}
/*----------------------- Podcasts -------------------------------------*/
.podcast_promo {
	width: 100%;
	max-width: 1634px;
	margin: auto;
	/*height: 300px;*/
	position: relative;
	background: #eeeace;
	box-sizing: border-box;
	padding: 80px 200px 100px 200px;
}

.podcast_promo_play {
	width: 95px;
	height: 95px;
	position: absolute;
	bottom: -40px;
	left: calc(50% - 40px);
	cursor: pointer;
}



.podcast_neuester {
	max-width: 800px;
}

.podcast_neuester p {
	font-size: 18px;
	line-height: 26px;
}

.podcast_weitere {
	display: table;
}

.podcast_weitere p {
	margin-bottom: 5px;
}

.podcast_weitere_left {
	display: table-cell; 
	width: 50%;
}

.podcast_weitere_right {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.podcast_weitere_left audio, .podcast_weitere_right audio {
	height: 25px;
	margin-bottom: 20px;
}

@media (max-width: 786px) {
	.podcast_promo {
		padding: 20px 30px 25px 30px;
	}
	.podcast_promo_play {
		width: 40px;
		height: 40px;
		bottom: -20px;
		left: calc(50% - 20px);
	}
	.podcast_neuester p {
		font-size: 16px;
		line-height: 20px;
	}
}

.castbuttons {
	width: 100px;
	margin: auto;
	padding-top: 20px;
	text-align: center;
}

.castbutton_link {
	float: left;
	width: 100px;
	height: 50px;
	transition: all 0.1s linear 0s;
}

.castbutton_link:hover {
	opacity: 0.8;
}

.castbutton_link img {
	width: 70px;
	margin: auto;
}
/*------------ Charts ----------------------------------*/
.bg-blue {
	background: rgb(227, 237, 242);
}

.inner_charts {
	width: 100%;
	max-width: 1634px;
	margin: auto;
}

.barchart {
	float: left;
	width: calc(50% - 20px);
	margin-right: 20px;
	min-height: 330px;
	box-sizing: border-box;
	padding: 75px 75px 75px 55px;
	background: #fff;
}

.linechart {
	min-height: 330px;
	float: left;
	width: calc(50% - 20px);
	margin-left: 20px;
	box-sizing: border-box;
	padding: 20px 0px 5px 0px;
	background: #fff;
}

.barchart_inner {
	display: table;
	width: 100%;
	padding-top: 15%;
	box-sizing: border-box;
}

@media (max-width: 600px) {
	.barchart, .linechart {
		min-height: 170px;
	}
}

@media (max-width: 768px) {
	.barchart, .linechart {
		width: calc(100% - 40px);
		margin: 10px 20px;
		
	}
	.barchart {
		padding: 25px 75px 25px 25px;
	}
	.barchart_inner {
		padding-top: 25%;
	}
}

.bar {
	display: table-cell;
	box-sizing: border-box;
	padding: 0px 2px 0px 5px;
	position: relative;
}


.bartext_top {
position: absolute;
	left: 5px;
	bottom: 0px;
	height: 40px;
	border-left: 1px solid #cdcdcd;
	box-sizing: border-box;
	padding: 0px 5px;
	font-family: 'SeroLight';
	font-size: 14px;
}

.bartext_bottom {
	position: absolute;
	left: 5px;
	bottom: -40px;
	height: 40px;
	border-left: 1px solid #cdcdcd;
	box-sizing: border-box;
	padding: 15px 5px;
	font-family: 'SeroLight';
	font-size: 14px;
}

.bar hr {
	border-bottom: 5px solid #be9b20;
}

.bar1 hr {
	border-bottom: 5px solid #be9b20;
}

.bar2 hr {
	border-bottom: 5px solid #0A3255/*#be9b20*/;
}

.bar3 hr {
	border-bottom: 5px solid #75CCD4/*#75CCD4*/;
}

.bar4 hr {
	border-bottom: 5px solid #929496/*grey*/;
}

.port-active {
	background: #be9b20;
}

.flex_port .bubble_small:hover.port-active, .flex_port .bubble_small:hover.port-active h2 {
	transition: none;
	transform: scale(1);
}

.chartdesc p {
	font-size: 20px;
	line-height: 26px;
}


.bubble_small h2 {
	font-family: 'SeroMedium';
	font-size: 20px;
	line-height: 20px;
}

@media (max-width: 640px) {
	.chartdesc p {
		font-size: 16px;
		line-height: 20px;
	}
	.bubble_small h2 {
		font-size: 11px;
		line-height: 13px;
	}
}

h2.port_spec_h2 {
	margin-top: 11px;
}

.flex_port_line {
	position: absolute;
	left: 0;
	top: 50%;
	border-bottom: 1px solid #be9b20;
	width: 100%;
}

.port_percent {
	display: inline-block;
	font-size: 16px;
}

.port_text_top {
	display: inline-block;
	margin-top: -12px;
}

@media (max-width: 500px) {
	.port_percent {
		font-size: 14px;
	}
	.bartext_top, .bartext_bottom {
		font-size: 10px;
	}
}

.desktop-portfolio {
	display: block;
}

.mobile-portfolio {
	display: none;
}

@media(max-width: 768px) {
	.desktop-portfolio {
	display: none;
}

.mobile-portfolio {
	display: block;
}
}
/*--------------- Schritte ---------------------*/
.schritte {
	width: 100%;
	display: table;
	margin-bottom: 30px;
}

@media (max-width: 640px) {
	.schritte {
		box-sizing: border-box;
		padding: 0px 25px;
	}
}

.schrittzaehler {
	display: table-cell;
	width: 5%;
}

.schrittlinie {
	display: table-cell;
	width: 15%;
	vertical-align: top;
}

.schrittname {
	display: table-cell;
	width: 80%;
	
}

.schritt_head.normal {
	background: #F7F4E1;
	line-height: 50px;
	padding: 0px 10px;
}

.schritt_head.special {
	background: #be9b20;
	line-height: 50px;
	padding: 0px 10px;
}

.linie_durchgehend {
	margin: 50px 0px;
	border-bottom: 1px solid #eadeb6;
	width: 100%;
}

.linie_normal {
	margin: 25px 0px;
	border-bottom: 1px solid #eadeb6;
	width: 100%;
}

.linie_special {
	margin: 25px 0px;
	border-bottom: 1px solid #be9b20;
	width: 100%;
}

.schrittzaehler p.gold strong {
	color: #be9b20;
}

p.schritt_head {
	margin-bottom: 6px;
}

p.schritt_head strong {
	font-family: 'SeroMedium';
	font-size: 24px;
}

p.schritt_sub {
	font-size: 20px;
	line-height: 26px;
	padding-left: 10px;
	margin: 0;
}

p.flaeche_gold, .flaeche_gold {
	background: #eadeb6;
	box-sizing: border-box;
	padding: 40px 20px 60px 20px;
}



.zitatepad {
	padding: 35px 20px 20px 20px;
}

@media (max-width: 640px) {
	.schrittzaehler p strong {
		font-size: 18px;
	}
	.schritt_head.normal {
		line-height: 38px;
	}
	.schritt_head.special {
		line-height: 38px;
	}
	.linie_normal {
		margin: 19px 0px;
	}
	p.schritt_head strong {
		font-size: 18px;
	}
	p.schritt_sub {
		font-size: 16px;
		line-height: 19px;
	}
	.linie_special {
		margin: 19px 0px;
	}
	.linie_durchgehend {
		margin: 20px 0px;
	}
}

/*-------------------- CTA mit Mail blau ------------------------------*/
.cta_blau {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 0px 50px 0px;
	background: #e3edf2;
}

.cta_blau p {
	color: #3eb5c2;
	font-family: 'SeroItalic';
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}

.cta_blau p.ansprache {
	color: #3eb5c2;
	font-family: 'SeroItalicMedium';
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}

a.cta_blau_mail {
	display: block;
	font-family: 'SeroMedium';
	font-size: 19px;
	color: #fff;
	box-sizing: border-box;
	padding: 24px 50px 20px 50px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	text-align: center;
	margin: 20px auto 20px auto;
	background-color: #3eb5c2;
	max-width: 450px;
}

a.cta_blau_mail:hover {
	transition: all 0.1s linear 0s;
	font-size: 19px;
	background-color: #53abb3;
}

@media (max-width: 490px) {
	a.cta_blau_mail {
		max-width: 260px;
		padding: 18px 25px 14px 25px;
		font-size: 14px;
		line-height: 19px;
		font-family: 'SeroBold';
	}
	a.cta_blau_mail:hover {
		font-size: 14px;
	}
}

/*-------- Zitate -------------------*/
.zitate {
	text-align: center;
	box-sizing: border-box;
	padding: 40px 0px 5px 0px;
}


/*--------------- WissensLounge ----------------------------------------*/

.hell {
	background: #f8f4e6/*#fcfaf3*/;
}

.dunkel {
	background: #ebe2c1/*#f4edd6*/;
}

.loungeline {
  /*background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%2375CCD4FF' stroke-width='4' stroke-dasharray='3%2c 12' stroke-dashoffset='33' stroke-linecap='square'/%3e%3c/svg%3e");
  display: inline-block;*/
	
  box-sizing: border-box;
	/*border-bottom: 1px dashed #75CCD4;*/
	border-bottom: 1px dashed #be9b20;
	margin: 10px 0px 10px 0px;
	width: 83%;
	height: 1px;
	max-width: 497px;
}

.loungeboxpadding {
	box-sizing: border-box;
	/*padding: 80px 245px 0px 315px;*/
	padding: 80px 300px 0px 370px;
}

.loungeboxpadding2 {
	box-sizing: border-box;
	/*padding: 80px 245px 0px 315px;*/
	padding: 80px 200px 0px 200px;
}

@media (max-width: 1279px) {
	.loungeboxpadding {
		padding: 80px 245px 0px 120px;
	}
	.loungeboxpadding2 {
		padding: 80px 80px 0px 80px;
	}
}

@media (max-width: 768px) {
	.loungeboxpadding, .loungeboxpadding2 {
		padding: 80px 40px 0px 40px;
	}
}

.loungeboxpadding_bottom {
	padding-bottom: 120px;
}

.loungeboxpadding_top {
	padding-top: 105px;
}

h2.lounge {
	font-family: 'SeroBold';
	margin-top: 40px;
	font-size: 30px;
}

h2.lounge2 {
	font-family: 'SeroBold';
	margin-top: 0px;
	font-size: 30px;
}

.lounge_button {
	display: inline-block;
	width: 43px;
}

table.loungeklapp {
	cursor: pointer;
}

td.loungeklapp_icon {
	vertical-align: top;
	width: 43px;
	height: 25px;
}

td.loungeklapp_name {
	vertical-align: top;
	font-size: 19.5px;
	letter-spacing: 0.2px;
	font-family: 'SeroMedium';
	box-sizing: border-box;
	padding-left: 15px;
	line-height: 24px;
}

td.loungeklapp_name:hover strong span.gold {
	color: #0d1c4b;
}

td.loungevidname p {
	vertical-align: top;
	font-size: 18px;
	font-family: 'SeroRegular';
	box-sizing: border-box;
}

td.loungevidname p em {
	font-family: 'SeroLight';
}

.video_img table td {
	vertical-align: top;
}

td.loungevidplay {
	width: 40px;
	height: 40px;
}

td.loungevidname {
	font-family: 'SeroMedium';
	font-size: 22px;
	line-height: 40px;
	box-sizing: border-box;
	padding-left: 20px;
	transition: all 0.1s linear 0s;
}

td.loungevidname:hover {
	color: #be9b20;
}

.pophook {
	box-sizing: border-box;
	padding: 20px 20px 0px 68px;
	background: #fff;
	/*margin-bottom: 20px;*/
}

@media (max-width: 1279px) {
	.pophook {
		padding: 20px 30px 0px 68px;
	}
}

@media (max-width: 599px) {
	.pophook {
		padding: 20px 30px 0px 20px;
	}
	td.loungevidname {
		font-size: 22px;
		line-height: 23px;
	}
}

.pophook p {
 	 font-size: 18px;
 	 line-height: 21px;
 	 max-width: 600px;
 }

.pophook ul {
 	 list-style-type: none;
 	 padding-left: 0;
 }
 
.pophook ul li ul {
 	 list-style-type: none;
 	 padding-left: 30px;
 }
 
.pophook ul li ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #be9b20; /* Change the color */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
 
.pophook ul li, .pophook ol li {
 	 font-size: 18px;
 	 line-height: 23px;
 	 max-width: 800px;
 	 font-family: 'SeroLight';
 	 
}

@media (max-width: 599px) {
	.pophook ul, .pophook ol {
		padding-left: 20px;
	}
}

.pophook p.dl-link {
	border-top: 1px dashed #be9b20;
	margin-top: 8px;
	box-sizing: border-box;
	padding-top: 5px;
	max-width: 550px;
	width: 100%;
	margin-bottom: 10px;
	
}

.pophook p.dl-link a, .pophook p.dl-link.vidlink {
	font-family: 'SeroMedium';
	color: #0D1C4B; 
	/*text-transform: uppercase;*/
	font-size: 16px;
	/*letter-spacing: 2px;*/
	letter-spacing: 0.5px;
	display: inline-block;
	width: 100%;
	line-height: 30px;
}

.pophook p.dl-link a:hover, .pophook p.dl-link.vidlink:hover {
	background: #F8F4E6;
}

.pophook p.dl-link a span.gold, .pophook p.dl-link.vidlink span.gold {
		font-family: 'SeroBold';
		text-transform: uppercase;
		letter-spacing: 1px;
		display: inline-block;
		font-size: 18px;
}

@media (max-width: 767px) {
	.pophook p.dl-link a span.gold, .pophook p.dl-link.vidlink span.gold {
		font-size: 15px;
	}
}

span.light {
	font-family: 'SeroLight';
	color: #be9b20;
}

@media (max-width: 600px) {
	.pophook p {
		font-size: 17px;
	}
.pophook p.dl-link a, .pophook p.dl-link.vidlink {
	line-height: 20px;
}
}


p.mat_head, .pophook p span.mat_head {
	font-family: 'SeroLight';
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.lounge_opened .loungeklapp_name, .loungeklapp_name:hover, .loungeklapp_tr:hover .loungeklapp_name {
	font-family: 'SeroBold';
	letter-spacing: 0.2px;
}

.loungeklapp_tr:hover .loungeklapp_icon {
	/*filter: hue-rotate(50deg);*/
}

.loungeboxpadding ol {
	margin: 0;
	padding: 0 0 0 20px;
}

.loungeboxpadding ol li {
	font-size: 20px;
	font-family: 'SeroLight';
	line-height: 26px;
	margin-bottom: 8px;
}

.pophook p.wl_head, p.wl_head {
	color: #be9b20;
	font-family: 'SeroMedium';
	letter-spacing: 1.5px;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
}

@media (max-width: 599px) {
	.pophook p.wl_head {
		margin-bottom: 20px;
		font-size: 19px;
	}
}

.ulcheckbox {
	list-style-image: url('/media/listbox.svg');
	padding-left: 30px;
}

.ulcheckbox li {
	font-size: 20px;
	font-family: 'SeroBold';
	line-height: 22px;
	margin-bottom: 8px;
}

.wl_zahl {
	width: 100%;
	margin: 0 auto 0px auto;
}

p.wl_zahl_out {
	font-family: 'SeroBold';
	font-size: 60px;
	line-height: 60px;
	color: #3eb5c2;
	text-align: center;
	margin-bottom: 5px;
}

.wl_flex_nav {
	width: 100%;
	max-width: 900px;
	margin: auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;   
    box-sizing: border-box;
}

.wl_flex_nav_item {
	flex: 0 1 200px;
}

@media (max-width: 768px) {
	.wl_flex_nav_item {
		flex: 0 1 300px;
	}
}

@media (max-width: 639px) {
	.wl_flex_nav_item {
		flex: 0 1 100%;
	}
}

.wl_flex_nav_item p.wl_zahl_out {
	font-family: 'SeroBold';
	font-size: 38px;
	line-height: 38px;
	color: #3eb5c2/*#19becd test*/;
	text-align: center;
	margin-bottom: 10px;
}

@media (max-width: 600px) {
	.wl_flex_nav_item p.wl_zahl_out {
		margin-bottom: 0;
	}
}

.wl_flex_nav_item p.wl_flex_label {
	height: 40px;
	background-color: #be9b20;
	text-align: center;
	font-size: 15px;
	font-family: 'SeroRegular';
	text-transform: uppercase;
	letter-spacing: 2px;
	box-sizing: border-box;
	padding: 0px 20px;
	line-height: 46px;
	margin-bottom: 0;
	transition: all 0.1s linear 0s;
}

.wl_flex_nav_item:hover p.wl_flex_label {
	color: #fff;
	background-color: #a6871c;
	font-family: 'SeroBold';
}

.wl_context {
	position: fixed;
	top: 60px;
	right: calc(50% - 930px);
	z-index: 1001;
}


@media (max-width: 1919px) {
	.wl_context {
		right: 60px;
}
}

@media (max-width: 1279px) {
	.wl_context {
		right: 30px;
		bottom: 10px;
	}
}

@media (max-width: 768px) {
	.wl_context {
		/*right: 0;
		bottom: 10px;*/
		display: none;
	}
}

.wl_context_inner a p {
	height: 35px;
	width: 180px;
	background-color: #be9b20;
	text-align: center;
	font-size: 14px;
	font-family: 'SeroLight';
	box-sizing: border-box;
	border-bottom: 1px dotted #fff;
	margin: 0;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: 2px;
	transition: all 0.1s linear 0s;
}

.wl_context_inner a:hover p {
	color: #fff;
	background-color: #ae8e1d;
}

.wl_mainhead {
	text-transform: uppercase;
	color: #be9b20;
	font-weight: normal;
	font-family: 'SeroLight';
	font-size: 40px;
	line-height: 30px;
	text-align: center;
	margin: auto;
	letter-spacing: 2px;
}

@media (max-width: 600px) {
	.wl_mainhead {
		font-size: 29px;
	}
}

.wl_mainhead .wl_mainhead_style {
	font-family: 'SeroBold';
	color: #be9b20;
	}
	
.wl_h {
	height: 145px;
}

p.wl_minihead {
	color: #BE9B20;
	font-family: 'SeroMedium';
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 23px;
}

button.toolboxbutton {
	background-color: #be9b20;
	width: 160px;
	height: 40px;
	color: #000;
	font-family: 'SeroLight';
	font-size: 14px;
	line-height: 44px;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 0.1s linear 0s;
	cursor: pointer;
}

button.toolboxbutton:hover {
	font-family: 'SeroMedium';
	color: #fff;
}

.abstand_top {
	margin-top: 10px;
}

.wl_line_spec {
	margin: 36px 0px 23px 0px;
}

@media (max-width: 600px) {
	.wl_line_spec {
		margin: 23px 0px 23px 0px;
	}
}

.topclose {
	width: 260px;
	float: right;
	height: 30px;
	margin-bottom: 30px;
	cursor: pointer;
}

#overlay_fondsshop {
	width: 100%;
	max-width: 1024px;
}

/*--------------- Formulare KONTAKT -------------------------------*/
::placeholder {
	color: #be9b20;
	font-size: 16px;
	opacity: 1;
}

.inner_600 .form-group {
	margin-bottom: 15px;
}

.inner_600 label {
	display: block;
	font-family: 'SeroMedium';
	font-size: 20px;
	color: #be9b20;
}

.inner_600 .formcheckbox label {
	display: inline-block;
}

.inner_600 .formcheckbox label input {
	width: auto;
	color: #000;
	width: 20px;
	height: 20px;
}

.inner_600 input {
	width: 100%;
	border-bottom: 1px solid rgba(190,155,32,0.2);
	border-radius: 2px;
	line-height: 30px;
	font-size: 18px;
	font-family: 'SeroLight';
	color: #000;
	margin-bottom: 15px;
}

.inner_600 textarea {
	width: 100%;
	/*border: 1px solid #be9b20;*/
	background: #f8f4e7;
	border-radius: 2px;
	line-height: 26px;
	font-size: 22px;
	font-family: 'SeroLight';
	color: #000;
	box-sizing: border-box;
	padding: 10px 10px;
}
html body div#contact_form.yform form#formular.inner_600 div div#yform-formular-datenschutz.checkbox.formcheckbox label input {
	margin-bottom: 0px;
}

html body div#contact_form.yform form#formular.inner_600 div div#yform-formular-datenschutz.checkbox.formcheckbox label span.small {
	color: #0A3255;
	font-family: 'SeroLight';
	font-size: 15px;
	line-height: 20px;
}

@media (max-width:599px) {
	#contact_form {
		box-sizing: border-box;
		padding: 0px 20px;
	}
	html body div#contact_form.yform form#formular.inner_600 div div#yform-formular-datenschutz.checkbox.formcheckbox label span.small {
		display: inline-block;
		line-height: 20px;
	}
}

#contact_form .btn-primary {
	background-color: #be9b20;
	width: 160px;
	height: 40px;
	color: #000;
	font-family: 'SeroLight';
	font-size: 14px;
	line-height: 44px;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 0.1s linear 0s;
	cursor: pointer;
	margin-top: 30px;
}

/*----------------------- Kontaktblock --------------*/
.kontakt_outer {
	display: table;
	width: 270px;
	margin: auto;
}

.kontakt_inner_left, .kontakt_inner_right {
	display: table-cell;
	vertical-align: top;
}

.kontakt_inner_left {
	width: 25px;
}

.kontakt_inner_right {
	padding-left: 10px;
}

.kontakt_inner_right p.p18px, .kontakt_inner_right p.p13px {
	margin-bottom: 5px;
}

.kontakt_inner_right p.p13px {
	line-height: 13px;
	margin-bottom: 8px;
}

/*--------- Podcast Pager ------------------------------- */
.jplist-label, .jplist-pagingmid, .jplist-pagingprev, .jplist-pagingnext {
	float: left;
	margin-right: 20px;
}

.jplist-label {
	margin-right: 40px;
	color: #aa8c24;
	font-size: 14px;
}

.jplist-pagingmid, .jplist-pagingprev, .jplist-pagingnext {
	margin-right: 12px;
}

.jplist-label {
	height: 30px;
	font-family: 'SeroRegular';
	line-height: 30px;
	background: #F4F3EA;
	padding: 0px 8px;
	font-size: 13px;
}

.jplist-pagination {
	margin-top: 20px;
}

.jplist-pagination button {
	width: 30px;
	height: 30px;
	background: #F4F3EA;
	font-family: 'SeroRegular';
	line-height: 33px;
	cursor: pointer;
	font-size: 18px;
}

.jplist-pagination button:hover, .jplist-pagination button.jplist-current {
	background: #be9b20;
	
}

.jplist-pagingprev button, .jplist-pagingnext button {
	margin-right: 5px;
	font-size: 28px;
	line-height: 28px;
}

button.jplist-prev {
	margin-right: 0px;
}

/*-------- Podcastlink WL --------------------------*/
.wl_podlink {
	max-width: 1014px;
	margin: auto;
	position: relative;
}

.wl_podlink_svg {
	position: absolute;
	width: calc(100% / 9.5);
	max-width: 114px;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
}

.wl_podlink_text {
	text-align: center;
	max-width: 300px;
	margin: auto;
	padding-bottom: 40px;
}

.wl_podlink_button {
	width: 43px;
	margin: auto;
}

.wl_podlink_small {
	text-transform: uppercase;
	font-family: 'SeroLight';
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 2px;
	margin: 0;
}

.wl_podlink_gold {
	font-family: 'SeroLight';
	font-size: 32px;
	line-height: 32px;
	color: #BE9B20;
	margin: 40px 0px 0px 0px;
}

/*------------- Cookie-Gedï¿½ns ----------*/
.consent_manager-text {
	font-size: 18px;
	line-height: 24px;
}

@media (max-width: 600px) {
	.consent_manager-text {
		font-size: 15px;
		line-height: 20px;
	}
}
p.nocookie {
}

p.nocookie, p.nocookie_small {
	font-size: 12px;
	line-height: 24px;
	border: 1px solid #BE9B20;
	border-radius: 3px;
	padding: 0px 10px;
	margin-bottom: 35px;
	max-width: 430px;
}

p.nocookie a, p.nocookie_small a {
	font-family: 'SeroMedium';
	cursor: pointer;
	color: #BE9B20;
}


td.keks, p.keks {
	font-size: 15px;
	line-height: 22px;
}

p.dl-link.pointing.vidlink.keks {
	font-size: 15px;
	line-height: 17px;
	cursor: default;

}

p.dl-link.pointing.vidlink.keks a,
td.keks a, p.keks a {
	color: #BE9B20;
	cursor: pointer;
}

td.keks:hover a {
	color: #0d1c4b;
}

/*------------------------ Diverser Kram ---------------------------------*/
.h_impressum, p.h_impressum {
	font-family: 'SeroMedium';
	font-size: 25px;
	line-height: 28px;
	font-weight: normal;
}

/*------------------------ BLOG ------------------------------------------*/
.head_nav_blog {
	position: absolute;
	box-sizing: border-box;
	width: 370px;
	height: 13px;
	bottom: 55px;
	right: 0;
	color: #be9b20;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	text-align: right;
	font-family: 'SeroLight';
	/*padding: 13px 10px;*/ 
	transition: all 0.1s linear 0s;
}

.backlink, .blog .backlink {
	font-size: 15px;
	text-transform: uppercase;
	font-family:"SeroMedium";
	letter-spacing: 1.5px;
	text-align: left;
}

.blog .backlink {
	box-sizing: border-box;
	padding: 5px 20px 1px 25px;
	background: #F3EEDE;
	width: fit-content;
	margin-bottom: 45px;
	
    
}

p.minidatum {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1.5px;
	color: #be9b20;
}

p.backlink a {
	color: #aa8c24;
	
	transition: all 0.1s linear 0s;
}

p.backlink a:hover {
	color: #0d1c4b;
}

.backlink_arrow {
	height: 17px;
	display: inline-block;
	margin-right: 8px;
}

.bl_mainhead {
	text-transform: uppercase;
	color: #be9b20;
	font-weight: normal;
	font-family: 'SeroLight';
	font-size: 38px;
	line-height: 30px;
	text-align: center;
	margin: auto;
	letter-spacing: 3px;
}

@media (max-width: 600px) {
	.bl_mainhead {
		font-size: 29px;
	}
}

.bl_mainhead .bl_mainhead_style {
	font-family: 'SeroBold';
	color: #be9b20;
	}

.blog_bg {
	background-color: #f3f1eb;
}

.blog_bg_hellblau {
	background: #bbd1de;
}

.blog_bg_hell {
	background-color: #f3f1eb;
}

.blog_bg_dunkel {
	background-color: #eadeb6;
}

.blog_bg_tuerkis {
	background: #3eb5c2; /*#53abb3*/
}


.blog_bg .margs, .blog_bg_hellblau .margs {
	box-sizing: border-box;
	padding: 40px 0px;
}

.blog_autorenbox {
	padding-top: 15px;
	padding-bottom: 20px;
	float: left;
}

.autorenbild {
	float: left;
	width: 50px;
	height: 50px;
	
}

.autorenbild img {
	border-radius: 25px;
	
}

.autorentext {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.autorentext .blog_von {
	font-family:"SeroLight";
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.autorentext .autorenname {
	font-family:"SeroBold";
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 2px;
	text-transform: none;
}

.blog_pic {
	max-width: 920px;
	height: 314px; /* 350px */
	margin: auto;
	padding-right: 10px;
	box-sizing: border-box;
	margin-left: 55px;
}

@media(max-width: 990px) {
	.blog_pic {
		margin: 0;
		padding: 0;
	height: auto;
	}
}

.blog_pic img {
	margin: 0;
	
}

.blog .teasyzeaser {
	margin-top: 25px;
}

.blog .abbinder_kopf p {
	color: #be9b20;
	font-size: 14px;
}

.blog .abbinder_kopf {
	width: 90%;
	border-bottom: 2px dashed #ccb462;
	box-sizing: border-box;
	padding: 17px 0px 0px 0px;
	margin-bottom: 45px;
}


.blog .teasyzeaser p {
	font-family: 'SeroMedium';
}

.blog .blog_data {
	margin: 10px 0px 40px 0px;
	/*float: left;*/
	width: 100%;
}

.blog .blog_sharer {
	margin-top: 20px;
}

.blog_sharer {
	
	float: right;
    width: fit-content;
    height: 32px;
    box-sizing: border-box;
    
    padding: 2px 0px 0px 10px;
    cursor: pointer;
}

.blog_sharer img {
	width: 32px;
	cursor: pointer;
	display: inline;
	box-sizing: border-box;
	padding-right: 3px;
}

.blog_sharer p span.sharer_text {
	display: inline-block;
	color: #3eb5c2;
	font-size: 12px;
	letter-spacing: 1px;
	padding-bottom: 10px;
    vertical-align: middle;
}

@media (max-width: 767px) {
	.blog .blog_sharer {
		margin-top: 20px;
	}
	.blog_sharer p span.sharer_text {
		display: none;
	}
}

.blog p {
	font-size: 21px;
	line-height: 29px;
}

.blog p.minitext {
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0px 2px 0px;
}

.blog_kategorielabel {
	display: inline-block;
	background: #be9b20;
	color: #fff;
	font-family: "SeroMedium";
	line-height: 22px;
	box-sizing: border-box;
	padding: 0px 7px;
}

span.blog_kategorielabel {
	font-size: 13px;
	padding-top: 1px;
	letter-spacing: 2px;
}

.jplist-panel.katlabels .blog_kategorielabel {
	font-family: 'SeroMedium';
	letter-spacing: 1.5px;
	font-size: 13px;
	padding: 1px 10px 0px 10px;
	transition: all 0.1s linear 0s;
}

.blog_kategorielabel.jplist-selected, .jplist-panel.katlabels .blog_kategorielabel:hover {
	background: #0a3255;
	color: #be9b20;
}

.blog .blog_teaser_main {
	margin: 30px 0px 0px 0px;
}

.blog div.blog_teaser_main p {
	font-family:"SeroBold";
	font-size: 27px;
	line-height: 36px;
}

.blog h1 {
	font-family:"SeroBold";
	
}

.blog h2 {
	font-family:"SeroMedium";
	color: #BE9B20;
}

.blog h3, .blog_types h3 {
	font-family:"SeroMedium";
	color: #BE9B20;
	margin-top: 40px;
	margin-bottom: 10px;
	line-height: 36px;
}

.blog .blog_fazit h3, .blog_types .blog_fazit h3 {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 36px;
	color: #aa8c24;
}

.blog_types h2 {
	font-family:"SeroBold";
	font-size: 44px;
    line-height: 46px;
    font-weight: normal;
    color: #0d1c4b;
    margin-bottom: 12px;
}

.blog_types h2.gold {
	color: #BE9B20;
}

.blog_types h3 strong {
		color: #BE9B20;
 }

.blog h1.blog_mainhead {
    font-family: 'SeroMedium';
    font-size: 52px;
	line-height: 55px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 17px;
}

.blog ul {
	list-style-type: none;
	padding-left: 25px;
}

 ul li {
	font-size: 21px;
	line-height: 28px;
	font-family: "SeroLight";
}

.blog ul li:before {
    content: '■';
    color: #be9b20;
    font-size: 13px;
    vertical-align: middle;
    margin-left: -25px;
    display: inline-block;
    padding-right: 12px;
}

.blog .blog_bu p {
	font-family: 'SeroRegular';
	font-size: 18px;
	line-height: 18px;
	/*color: #1c2d58;*/
	margin: 18px 0px 0px 0px;
}

.blog .blog_bu_quelle p {
	margin-top: 5px;
	font-size: 15px;
	line-height: 18px;
	color: #999999;
}

.zusatzabstand_quelle {
	margin-top: 18px;
}

.modal_re {
	width: 100px;
	height: auto;
}
ul.sharer_ul {
	list-style-type: none;
	margin-left: 18px;
}

ul.sharer_ul li a img.sharer_icon {
	width: 20px;
	height: 20px;
	margin-bottom: 10px;
}

.blogbutton {
	margin: auto;
	max-width: 300px;
}

.blogbutton_newsletter {
	border: 1px solid #be9b20;
    color: #be9b20;
    font-size: 17px;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'SeroBold';
    padding: 7px 13px;
    max-width: 120px;
}

a.blogbutton_newsletter {
	color: #be9b20;
	font-size: 17px;
	line-height: 17px;
	transition: all 0.1s linear 0s;
}

a.blogbutton_newsletter:hover {
	background: #be9b20;
	color: #fff;
}

span.uebersicht_blog_alle {
	transition: all 0.1s linear 0s;
}

span.blogbutton_newsletter:hover {
		color: #fff;
		background: #be9b20;
		
}

.blogbottompadding {
	padding-bottom: 10px;
}

h2.bloghead_overview_main {
	    color: #0d1c4b;
	    font-size: 37px;
    line-height: 42px;
    font-weight: normal;
        font-family: "SeroBold";
}

.blog_uebersicht_titel {
	width: 100%;
	max-width: 775px;
	margin-left: 0;
}

.flex_blog {
	flex: 0 1 390px;
	box-sizing: border-box;
}

.blog_uebersicht_texte {
	margin-top: 20px;
	margin-bottom: 60px;
}

.flex_blog h2 {
	font-family: 'SeroBold';
	font-size: 27px;
	line-height: 29px;
	margin-bottom: 11px;
}

.blog_uebersicht_texte a.blogbutton_newsletter {
	width: 120px;
}

.blog_label_insert {
	position: absolute;
	left: 5px;
	bottom: 5px;
	background: #be9b20;
	color: #fff;
	font-family: "SeroMedium";
	font-size: 13px;
	line-height: 23px;
	box-sizing: border-box;
	padding: 0px 7px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

p.blogfilters {
	font-family: 'SeroLight';
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.blog_pager {
	width: 100%;
	max-width: 1334px;
	margin: auto;
	padding: 20px 0px;
	margin-bottom: 20px;ss
}

.blog_pager.pagingelement {
	padding-top: 0;
}

.listpager {
	margin-top: 30px;
}

p.blog_intro_newsletter {
	line-height: 34px;
	margin-bottom: 28px;
}

.blog_intro_neuester {
	width: 100%;
	max-width: 750px;
}

.blog_merke {
	width: 100%;
	max-width: 780px;
	box-sizing: border-box;
	padding: 30px 20px 25px 20px;
	background: #f2ecd9;
}

.blog_fazit {
	width: 100%;
	max-width: 780px;
	box-sizing: border-box;
	padding: 40px 20px 35px 20px;
	background: #eadeb6;
	margin-top: 5px;
}


p.merkebox_text {
	margin-bottom: 0px;
	line-height: 25px;
}

.merke_marker {
	display: inline-block;
	font-size: 14px;
	font-family: 'SeroBold';
	letter-spacing: 3px;
	color: #be9b20;
	margin-right: 10px;
	text-transform: uppercase;
}

.merke_text {
	display: inline;
	font-family: 'SeroLight';
	font-size: 18px;
    line-height: 21px;
}


.blog .centered {
	text-align: center;
	margin-top: 18px;
	margin-bottom: 40px;
}

.cta_blog {
	background: #f2ecd9;
	width: 100%;
    box-sizing: border-box;
    padding: 40px 0px 50px 0px;
}

.cta_blog a:hover {
	font-family: 'SeroMedium';
	overflow: hidden;
}

p .cta_blog_mail {
	display: block;
	color: #be9b20;
	max-width: 1000px;
	margin: auto;
    font-weight: normal;
    font-family: 'SeroLight';
    font-size: 50px;
    line-height: 52px;
    text-align: center;
    transition: all 0.1s linear 0s;
}

a.cta_blog_mail strong {
	font-family: 'SeroBold';
}


a.cta_blog_mail:hover {
	color: #0d1c4b;
}

.cta_laufend_newsletter {
	box-sizing: border-box;
	padding: 60px 20px 50px 20px;
}

p.cta_sub_kontakt {
	font-family: 'SeroItalicMedium';
	font-size: 27px;
	color: #000;
	text-align: center;
	margin: 20px 0px 5px 0px; 
	color: #0d1c4b;
	letter-spacing: 0.4px;
}

p.cta_newsletter {
	text-align: center;
	font-family: 'SeroMedium';
	font-size: 50px;
	line-height: 60px;
	color: #fff;
}

p.cta_newsletter strong {
	font-family: 'SeroBold';
	color: #fff;
}

p.cta_newsletter_mail a {
	border: 1px solid #be9b20;
    color: #fff;
    background: #be9b20;
    font-size: 17px;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'SeroBold';
    padding: 7px 18px;
    width: fit-content;
	text-align: center;
	transition: all 0.1s linear 0s;
	margin: auto;
	display: block;
}


p.cta_newsletter_mail:hover a {
	color: #000;
}

.blog  p span.verylight {
	font-size: 15px;
	letter-spacing: 1.5px;
	margin-top: 5px;
}

.blog div.clearfix div.blog_data p.cases_sub.minitext span.verylight span.gold, .blog div.clearfix div.blog_data p.cases_sub.minitext span.verylight span.gold::placeholder {
	background: #F3EEDE;
	color: #aa8c24;
	line-height: 16px;
	font-size: 15px;
	display: inline-block;
}

.ressources.flaeche_gold {
	background: #f3eede;
}

.blog_types .deeplinks a {
	text-decoration: underline;
	text-decoration-color: #3eb5c2;
	transition: all 0.1s linear 0s;
}

.blog_types .deeplinks a:hover {
	color: #be9b20;
}

.blog_types .blog_fazit .deeplinks a:hover {
	color: #fff;
}


p.personal_extern {
	margin: 30px 0px 45px 0px;
	}
	
p.personal_extern a {
	width: fit-content;
	box-sizing: border-box;
	color: #fff;
	background: #3eb5c2;
	padding: 5px 8px;
	transition: all 0.1s linear 0s;
	font-family: 'SeroMedium';
	letter-spacing: 1px;
	font-size: 15px;
}

p.personal_extern a:hover {
	color: #000;
}

.dachzeile_gold {
	font-family: 'SeroMedium';
	color: #be9b20;
}

.blog p.mat_head {
	font-size: 18px;
}

p.kleinzeile_text {
	font-size: 21px;
}

.spec_padding {
	padding: 20px 40px 30px 40px;
	margin-bottom: 20px;
}

.blog_flaeche_intro {
	padding: 40px 0px 40px 0px;
}

.blog .quelle_entry {
	margin-bottom: 30px;
}

.blog .quellenangabe p {
	font-size: 14px;
	font-family: 'SeroItalicLight';
	line-height: 20px;
	cursor: pointer;
	color: #999999;
	margin-bottom: 5px;
}

.blog .quellenangabe .quelle_arrow {
	vertical-align: middle;
}

.blog .quellenangabe .quelle_arrow i.fa {
    transition: all 0.1s linear 0s;
}

.blog .quellenangabe.lounge_opened .quelle_arrow i.fa {
    transform: rotate(180deg);
}

.blog .quelle_text p {
	font-size: 14px;
	line-height: 17px;
	font-family: 'SeroLight';
	margin-bottom: 40px;
	color: #999999;
}

.blog .quelle_text p strong {
	color: #999999; 
}

@media (max-width: 1280px) {
	.head_nav_blog {
		display: none;
	}
	.log_blog_mob {
		top: 10px;
		width: 170px;
	}
	.head_h_blog {
		bottom: 25px;
	}
	.jplist-panel.katlabels .blog_kategorielabel {
		margin-bottom: 10px;
	}
	.blog_pager {
		padding: 20px 20px;
		box-sizing: border-box;
	}
}

@media (max-width: 640px) {
	.blog_bg .margs, .blog_bg_hellblau .margs {
		padding: 40px 20px;
    }
	.blog h1.blog_mainhead {
		font-size: 37px;
		line-height: 38px;
	}
	p.blog_intro_newsletter {
		line-height: 26px;
		margin-bottom: 28px;
    }
    h1.abo_h1 {
    	font-size: 38px;
    	line-height: 38px;
    }
    .blog_flex {
    	box-sizing: border-box;
    	padding: 0px 20px;
    }
    .blog div.blog_teaser_main p {
    	font-family: "SeroBold";
    	font-size: 22px;
    	line-height: 27px;
    }
    .blog_types h2 {
    	font-size: 32px;
    	line-height: 35px
    }
    .blog p, .blog ul li {
    	font-size: 19px;
    	line-height: 26px;
    }
    .blog_types h2 {
    	font-size: 27px;
    	line-height: 29px;
    }
    .blog .blog_data {
    	margin-top: 10px;
    }
     .blog .blog_sharer {
    	margin-top: 20px;
    }
    .blog .blog_teaser_main {
    	margin: 30px 0px 0px 0px;
    }
    a.cta_blog_mail {
    	font-size: 41px;
    	line-height: 41px;
    }
    p.cta_newsletter {
        font-size: 39px;
        line-height: 40px;
    }
    p .cta_blog_mail {
    	font-size: 38px;
    	line-height: 39px;
    	box-sizing: border-box;
    	padding: 0px 20px;
    }
    p.kleinzeile_text {
    	font-size: 17px;
    	line-height: 21px;
    	margin-bottom: 15px;
    }
    .blog_autorenbox {
    	padding-top: 11px;
    	padding-bottom: 15px;
    	
    }
    .blog  p span.verylight {
    	font-size: 13px;
    }
    .autorentext .autorenname {
    	font-size: 13px;
    }
    .dachzeile_gold {
    	font-size: 18px;
    }
    .spec_padding {
    	padding: 25px 40px 30px 40px;
    }
    .blog p.mat_head {
    	font-size: 16px;
    }
    .blog h3, .blog_types h3 {
    	font-size: 25px;
    	line-height: 27px;
    }
    .blog_flaeche_intro {
    	padding: 10px 0px 20px 0px;
    }
    .spacer20 {
    	margin: 4px 0px 2px 0px;
    }
    p.blogfilters {
    	font-size: 14px;
    }
}

.webinar-anmelden {
	background-color: #be9b20;
    display: inline-block;
    box-sizing: border-box;
    padding: 3px 5px 0px 5px;
    border-radius: 4px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-family: 'SeroLight';
    line-height: 12px;
    margin: 0;
    color: #fff;
    transition: all 0.1s linear 0s;
}

.webinar-anmelden:hover {
	background: #fff;
	border: 1px solid #be9b20;
	color: #be9b20;
}