/*
Allgemein

LOGOFARBEN:;
blau: #505D7C;
weiss: #FFFFFF;

WEBSITE SCHMUCK
gelb: #e3d9a5;
blau: #164a89;
sand: #E3D8AA;
*/

.h1_biggerPart {
	font-family: "NectoBold";
	font-size: 50px;
	position: relative;
	text-transform: none;
}

div.smaller_text {
	font-size: 15px;
	line-height: 22px !important;
}
.zitat {
	font-style: italic;
	font-weight: 500;
	font-size: 21px;
}

div.buttonlink {
	
}
div.maillink {
	
}
p.maillink {
	
}
div.externerlink {
	
}

div.buttonlink a {
	display: inline-block;
	position: relative;
	margin-top: 20px;
	padding: 5px 20px;
	padding-left: 40px;
	color: #FFFFFF;
	background: #5c7474;
	border-radius: 2px;
	font-weight: 500;
}


div.buttonlink a:before {
	position: absolute;
	top: 11px;
	left: 10px;
	width: 20px;
	height: 30px;
	content: "";
	background: url(../assets/icon_raster.svg);
	background-position: cover;
	background-repeat: no-repeat;
}

.maillink a {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	color: #95d6a5;
}

.maillink a:hover {
	color: #505D7C !important ;
}

.maillink a:before {
	position: absolute;
	top: 7px;
	left: 0px;
	width: 20px;
	height: 30px;
	content: "";
	background: url(../assets/icon_envelope-solid-mint.svg);
	background-position: cover;
	background-repeat: no-repeat;
}

div.externerlink a {
	display: inline-block;
	position: relative;
	margin-top: 20px;
	padding: 5px 20px;
	padding-left: 30px;
	color: var(--logo_background);
	background: #FFFFFF;
	border-radius: 2px;
	font-weight: 500;
}

div.externerlink a:hover {
	color: #505D7C !important;
}

div.externerlink a:before {
	position: absolute;
	top: 14px;
	left: 5px;
	width: 15px;
	height: 20px;
	content: "";
	background: url(../assets/icon_externerlink.svg);
	background-position: cover;
	background-repeat: no-repeat;
}

/*

.hero_subline {
	font-size: 40px;
	line-height: 50px;
	color: var(--headlines_color);
	font-weight: 300;
	text-align: center;
}

.fontcolor-blau {
	color: #505D7C;
}
.fontcolor-weiss {
	color: #FFFFFF ;
}

.background-blau {
	background: #505D7C;
}

div.buttonlink.sand {
	
}
div.buttonlink.sand a {
	background: #505D7C;
}
*/
