:root {
	--outerbox: 100px;
	--zitatboxpaddingV: 80px;
	--zitatboxpaddingH: 100px;
	--zitatfontsize: 28px;
	--zitatborder: 10px;
	--quotesize: 100px;
	--quotepositionTop: -30px;
	--quotepositionLeft: -30px;
}
@media screen and (max-width: 960px) {
	:root {
		--outerbox: 30px;
		--zitatboxpaddingV: 50px;
		--zitatboxpaddingH: 50px;
		--quotesize: 60px;
		--quotepositionTop: -20px;
		--quotepositionLeft: -20px;
		--zitatfontsize: 24px;
		--zitatborder: 5px;
	}
}
@media screen and (max-width: 640px) {
	:root {
		--zitatboxpaddingV: 30px;
		--zitatboxpaddingH: 25px;
		--quotesize: 40px;
		--quotepositionTop: -10px;
		--quotepositionLeft: -15px;
		--zitatfontsize: 20px;
		--zitatborder: 5px;
	}
}
/* contentspacer */
.contentspacer-small{
    height: 30px;
}
.contentspacer-medium{
    height: 60px;
}
.contentspacer-large{
    height: 90px;
}
@media screen and (max-width: 1400px) {
    .contentspacer-large{
        height: 70px;
    }
}
@media screen and (max-width: 1200px) {
    .contentspacer-small{
        height: 25px;
    }
    .contentspacer-medium{
        height: 40px;
    }
    .contentspacer-large{
        height: 60px;
    }
}
@media screen and (max-width: 960px) {
    .contentspacer-small{
        height: 20px;
    }
    .contentspacer-medium{
        height: 30px;
    }
    .contentspacer-large{
        height: 50px;
    }
}
@media screen and (max-width: 640px) {
    .contentspacer-small{
        height: 15px;
    }
    .contentspacer-medium{
        height: 25px;
    }
    .contentspacer-large{
        height: 45px;
    }
}
@media screen and (max-width: 480px) {
    .contentspacer-small{
        height: 10px;
    }
    .contentspacer-medium{
        height: 20px;
    }
    .contentspacer-large{
        height: 30px;
    }
}

/*section Parallax-Image*/
.svp-section-bgimage {
	background-position: center;
	background-size: cover;
}
/*Contentslide Allgemein*/
.contentslide {
	position: relative;
	top: -73px;
	margin-bottom: -40px;
}
.contentslide>ul {
	margin-top: 73px;
}
.contentslidenav-left,
.contentslidenav-right {
	width: 40px;
	height: 40px;
	display: inline-block;
	background-color: var(--Grey-50);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--White);
	transition: all ease 0.5s;
}
.contentslidenav-left:hover,
.contentslidenav-right:hover {
	background-color: var(--Grey-70);
	color: var(--White);
}
.contentslidenav-left {
	right: 60px;
}
.contentslidenav-left svg,
.contentslidenav-right svg {
	width: 10px;
	height: 10px;
}
.contentslidenav-left svg polyline,
.contentslidenav-right svg polyline {
	stroke-width: 6;
}
.so-widget-svpcontentslide-widget .smallTitle {
	color: var(--Grey-95);
	font-weight: 700;
	letter-spacing: 0.67px;
	font-size: 16px;
}
.so-widget-svpcontentslide-widget .bigTitle {
	color: var(--Grey-100);
}

/*Themenslider*/
.themenslide {
	background-color: var(--GreenDark-100);
	color: var(--White);
	border-radius: 10px;
	overflow: hidden;
	transition: all ease 0.5s;
}
.themenslide:hover {
	background-color: var(--GreenDark-75) ;
	transition: all ease 0.5s;
}
.thementextlink {
	display: block;
}
.themenslidetext {
	position: absolute;
	width: calc(100% - 60px);
	top: 40px;
	left: 30px;
	height: calc(100% - 40px);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.themenslide>.uk-padding {
	padding: 20px 30px 30px;
}
a.thementextlink {
	border: none;
}
a.thementextlink:hover {
	border: none;
	text-decoration: none;
}
.themenslidetext a.themenslidetitel {
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	font-family: 'Roboto Condensed';
	color: var(--White);
	display: block;
	border: none;
}
.themenslidetext a.themenslidetitel:hover {
	border: none;
	text-decoration: none;
	color: var(--White);
}
.themenslidetext a.themenslidexcerpt {
	font-size: 24px;
	line-height: 30px;
	color: var(--White);
	display: block;
	border: none;
	flex-grow: 1;
}
.themenslidetext a.themenslidexcerpt p {
	text-overflow: ellipsis;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
}


.themenslidetext a.themenslidexcerpt:hover {
	border: none;
	text-decoration: none;
	color: var(--White);
}
@media screen and (min-width: 1600px) {
	:root {
		--leftboxwidth-1: calc(1240px * 1 / 3.001);
		--leftboxwidth-2: calc(1240px * 2 / 3.001 + 800px / 2);
		--leftboxwidth-3: calc(var(--leftboxwidth-1) + var(--leftboxwidth-2));
	}
	.uk-container.leftboxed {
		max-width: unset;
	}
	.uk-container.leftboxed {
		margin-left: calc((100vw - 1200px) / 2);
	}
	.uk-container.leftboxed>.panel-layout>.panel-grid>.panel-row-style>.panel-grid-cell>.widget:not(.widget_svpcontentslide-widget) {
		margin-right: calc((100vw - 1200px) / 2 + 40px);
	}

	.uk-container.leftboxed .uk-container {
		margin-left: 0;
	}
	.uk-container.leftboxed .uk-width-1-3\@m {
		width: var(--leftboxwidth-1);
	}
	.uk-container.leftboxed .uk-width-2-3\@m {
		width: var(--leftboxwidth-2);
		margin-right: -240px;
	}
	.uk-container.leftboxed .so-widget-svpcontentslide-widget>.uk-container {
		max-width: var(--leftboxwidth-3);
	}
	.uk-container.leftboxed .so-widget-svpcontentslide-widget>.uk-container>div>.uk-grid {
		overflow-x: hidden;
		padding-top: 80px;
		margin-top: -60px !important;
	}
	.uk-container.leftboxed .so-widget-svpcontentslide-widget>.uk-container>div>.uk-grid .contentslidenav-left {
		right: calc(826.39px / 2 + 60px);
	}
	.uk-container.leftboxed .so-widget-svpcontentslide-widget>.uk-container>div>.uk-grid .contentslidenav-right {
		right: calc(826.39px / 2);
	}
	.siteorigin-panels-stretch[data-stretch-type="full-stretched"] .uk-container.leftboxed {
		padding-left: 40px;
	}
}
@media screen and (max-width: 1599px) {
	.siteorigin-panels-stretch[data-stretch-type="full-stretched"] .uk-container.leftboxed {
		padding-left: 40px;
		padding-right: 40px;
		max-width: calc(1200px - 80px);
	}
}
@media screen and (max-width: 1280px) {
	.siteorigin-panels-stretch[data-stretch-type="full-stretched"] .uk-container.leftboxed {
		padding-left: 80px;
		padding-right: 80px;
	}
}
@media screen and (max-width: 1200px) {
	.themenslidetext a.themenslidetitel {
		font-size: 40px;
		line-height: 50px;
	}
}
@media screen and (min-width: 960px) and (max-width: 1160px) {
	.themenslidetext a.themenslidexcerpt{
		display: none;
	}
}
@media screen and (max-width: 960px) {
	.siteorigin-panels-stretch[data-stretch-type="full-stretched"] .uk-container.leftboxed {
		padding-left: 70px;
		padding-right: 70px;
	}
	.themenslidetext a.themenslidetitel {
		font-size: 35px;
		line-height: 45px;
		padding-bottom: 25px;
	}
	.themenslidetext a.themenslidexcerpt {
		font-size: 20px;
		line-height: 27px;
	}
}
@media screen and (max-width: 780px) {
	.siteorigin-panels-stretch[data-stretch-type="full-stretched"] .uk-container.leftboxed {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 680px) {
	.themenslidetext a.themenslidetitel {
		font-size: 30px;
		line-height: 40px;
		padding-bottom: 20px;
	}
	.themenslidetext a.themenslidexcerpt {
		font-size: 18px;
		line-height: 25px;
	}
	.thementextlink img {
		height: 200px;
	}
}
@media screen and (max-width: 640px) {
	.siteorigin-panels-stretch[data-stretch-type="full-stretched"] .uk-container.leftboxed {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*dropCap*/
.widget_svpdropcap-widget {
	display: inline;
	float: left;
}
.widget_svpdropcap-widget span.svp-dropcap {
	color: var(--GreenDark-100);
	font-size: 84px;
	line-height: 70px;
	font-weight: bold;
	width: 70px;
	height: 70px;
	text-align: left;
	display: inline-block;
}


/*contentimage - Image in Text*/
span.img-text {
    display: inline;
    padding: 40px;
    min-width: 230px;
}
span.img-text.left {
    float: left;
    padding-left: 0;
    margin-left: calc(-1 * var(--outerbox));
}
span.img-text.right {
    float: right;
    padding-right: 0;
    margin-right: calc(-1 * var(--outerbox));
}
span.img-text img {
    width: 100%;
    height: auto;
    padding: 0;
}
span.img-text .image-caption {
    display: block;
    text-align: left;
    margin-top: 10px;
    font-size: 0.9em;
    color: var(--Grey-50);
}
@media screen and (max-width: 480px) {
	span.img-text.left,
	span.img-text.right {
		float: none;
		display: block;
		padding: 20px 0;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
}
/*Zitat*/
.zitatbox {
	padding: var(--zitatboxpaddingV) var(--zitatboxpaddingH);
	margin: 0 calc(-1 * var(--outerbox));
	border: var(--zitatborder) solid var(--GreenLight-50);
}

.zitatbox .zitat {
	font-weight: bold;
	font-size: var(--zitatfontsize);
	position: relative;
}
.zitatbox .zitat:after {
	position: absolute;
	content: '';
	background-image: url(../images/quote.png);
	background-size: contain;
	width: var(--quotesize);
	height: var(--quotesize);
	left:var(--quotepositionLeft);
	top: var(--quotepositionTop);
	z-index: -1;
}
.zitatbox .zitatperson {

}
.zitatbox .zitatperson .zitatbild {
	border-radius: 100%;
	overflow: hidden;
	width: 90px;
	height: 90px;
}
.zitatbox .zitatperson .zitatbild img {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center;
}
.zitatbox .zitatperson .zitatname {
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: center;
}
.zitatbox .zitatperson .zitatzusatz {
	padding-top: 0;
	margin-top: 0;
	text-align: center;
}

/*teaserboxen*/
.teasertyp-1, .teasertyp-2 {
	position: relative;
	margin-bottom: 150px;
}

.teasertyp-1 .teaserbild {
	padding-right: 33.33%;
	margin-left: -150px;
	z-index: 1;
}
.teasertyp-2 .teaserbild {
	padding-left: 33.33%;
	margin-right: -150px;
	z-index: 1;
}



.teasertyp-1 .teasertext, .teasertyp-2 .teasertext {
	width: 50%;
	background-color: var(--White);
	padding: 60px 67px;
	box-shadow: 0px -1px 15px 0px rgba(38, 45, 51, 0.08);
	border-radius: 10px;
	position: relative;
	z-index: 2;
	margin-top:-250px;
}
.teasertyp-1 .teasertext {
	float:right;
	margin-right: 100px;
}
.teasertyp-2 .teasertext {
	margin-left: 100px;
}


.teasertyp-1 .teasertext h3,
.teasertyp-2 .teasertext h3  {
	color: var(--Grey-100);
	font-size: 50px;
	line-height: 50px;
	font-family: 'Roboto Condensed';
	font-weight: 700;
}
.teasertyp-1 .teasertext p,
.teasertyp-2 .teasertext p {
	color: var(--Grey-85);
	font-size: 18px;
	line-height: 30px;
}
.teasertyp-1 .teasertext .uk-button,
.teasertyp-2 .teasertext .uk-button {
	margin-top: 25px;
}

.teasertyp-3 {
	position: relative;
	margin-bottom: 50px;
	background-position: center right;
	background-size: cover;
	margin-left: 90px;
	margin-right: -150px;
	padding-top: 125px;
	padding-bottom: 125px;
	display: flex;
	align-items: center;
}
.teasertyp-3 .teaserbild {
	padding-left: 5%;
	margin-right: -150px;
	z-index: 1;
}
.teasertyp-3 .teasertext {
	width: calc(50% - 180px);
	background-color: var(--Grey-95);
	padding: 50px 90px 90px 90px;
	box-shadow: 0px -1px 15px 0px rgba(38, 45, 51, 0.08);
	border-radius: 10px;
	z-index: 2;
	margin-left: -90px;
}
.teasertyp-3 .teasertext h3  {
	color: var(--White);
	font-size: 80px;
	line-height: 80px;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	margin-top: 25px;
	white-space:pre-wrap;
}
.teasertyp-3 .teasertext p.titlesmall {
	font-weight: 700;
	text-transform: uppercase;
	color: var(--Orange-100);
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.67px;
}
.teasertyp-3 .teasertext p.titlesmall.titleOrange {
	color: var(--Orange-100);
}
.teasertyp-3 .teasertext p.titlesmall.titleGreen {
	color: var(--GreenLight-100);
}
.teasertyp-3 .teasertext p.titlesmall.titleGray {
	color: var(--Grey-85);
}
.teasertyp-3 .teasertext p.titlesmall.titleWhite {
	color: var(--White);
}
.teasertyp-3 .teasertext .uk-button {
	margin-top: 45px;
}

.teasertyp-4, .teasertyp-5, .teasertyp-6 {
	position: relative;
	border-radius: 10px;
	overflow: hidden;

}
.teasertyp-4 .teasertext,
.teasertyp-5 .teasertext,
.teasertyp-6 .teasertext {
	position: relative;
	height: calc(100% - 54px);
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.teasertyp-4 .teasertext {
	width: calc(50% - 0px);
	left: 0;
	padding: 27px 0px 27px 35px;
}
.teasertyp-4 .teaserbild,
.teasertyp-5 .teaserbild,
.teasertyp-6 .teaserbild {
	height: 100%;
	width: 100%;
	position: absolute;
}
.teasertyp-4 .teaserbild img,
.teasertyp-5 .teaserbild img,
.teasertyp-6 .teaserbild img  {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	max-width: unset;
}
.teasertyp-5 .teasertext {
	width: calc(50% - 0px);
	right: 0;
	padding: 27px 35px 27px 0;
	text-align: right;
}
.teasertyp-6 .teasertext {
	padding: 27px 35px 27px 35px;
	text-align: center;
	width: calc(100% - 70px);
}
.teasertyp-4 .teasertext .buttondiv,
.teasertyp-5 .teasertext .buttondiv,
.teasertyp-6 .teasertext .buttondiv   {
	margin-top: auto;
	margin-bottom: 18px;
}
.teasertyp-4 .teasertext .titlesmall,
.teasertyp-5 .teasertext .titlesmall {
	font-size: 12px;
	letter-spacing: 0.5;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}
.teasertyp-4 .teasertext .titlesmall.titleGreen,
.teasertyp-5 .teasertext .titlesmall.titleGreen,
.teasertyp-6 .teasertext .titlesmall.titleGreen{
	color: var(--GreenLight-100);
}
.teasertyp-4 .teasertext .titlesmall.titleOrange,
.teasertyp-5 .teasertext .titlesmall.titleOrange,
.teasertyp-6 .teasertext .titlesmall.titleOrange{
	color: var(--Orange-100);
}
.teasertyp-4 .teasertext .titlesmall.titleGray,
.teasertyp-5 .teasertext .titlesmall.titleGray,
.teasertyp-6 .teasertext .titlesmall.titleGray{
	color: var(--Grey-85);
}
.teasertyp-4 .teasertext .titlesmall.titleWhite,
.teasertyp-5 .teasertext .titlesmall.titleWhite,
.teasertyp-6 .teasertext .titlesmall.titleWhite{
	color: var(--White);
}

.teasertyp-4 .teasertext h3,
.teasertyp-5 .teasertext h3 {
	font-family: 'Roboto Condensed';
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	color: var(--Grey-95);
	margin-top: 18px;
	margin-bottom: 18px;
}

@media screen and (max-width:1500px) and (min-width: 1280px) {
	.teasertyp-1 .teaserbild {
		margin-left: calc(-1 * (100vw - 1200px) / 2);
		z-index: 1;
	}
	.teasertyp-2 .teaserbild {
		margin-right: calc(-1 * (100vw - 1200px) / 2);
		z-index: 1;
	}
	.teasertyp-3 {
		margin-right: calc(-1 * (100vw - 1200px) / 2);
	}
}
@media screen and (max-width:1280px) {
	.teasertyp-1 .teaserbild {
		margin-left: -40px;
	}
	.teasertyp-2 .teaserbild {
		margin-right: -40px;
	}
	.teasertyp-3 {
		margin-right: -40px;
	}
	.teasertyp-1 .teasertext,
	.teasertyp-2 .teasertext {
		margin-top: -150px;
		padding: 45px 52px;
	}
	.teasertyp-1 .teasertext {
		margin-right: 50px;
	}
	.teasertyp-2 .teasertext {
		margin-left: 50px;
	}
	.teasertyp-1 .teasertext h3,
	.teasertyp-2 .teasertext h3 {
		font-size: 40px;
		line-height: 40px;
	}
	.teasertyp-3 {
		margin-left: 50px;
	}
	.teasertyp-3 .teasertext {
		padding: 40px 30px 50px 50px;
		margin-left: -50px;
		width: calc(50% - 90px);
	}
	.teasertyp-3 .teasertext h3 {
		font-size: 60px;
		line-height: 60px;
	}
	.teasertyp-3 .teasertext .uk-button {
		margin-top: 30px;
	}
	.teasertyp-4 .teasertext{
		padding: 20px 0px 20px 25px;
		height: calc(100% - 40px);
		width: 60%;
	}
	.teasertyp-5 .teasertext{
		padding: 20px 25px 20px 0;
		height: calc(100% - 40px);
		width: 60%;
	}
	.teasertyp-6 .teasertext{
		padding: 20px 25px 20px 25px;
		width: calc(100% - 50px);
		height: calc(100% - 40px);
	}
	.teasertyp-4 .teasertext h3,
	.teasertyp-5 .teasertext h3 {
		font-size: 34px;
		line-height: 38px;
		margin-bottom: 16px;
	}

}
@media screen and (max-width:960px) {
	.teasertyp-1, .teasertyp-2 {
		margin-bottom: 75px;
	}
	.teasertyp-1 .teaserbild {
		margin-left: -30px;
		padding-right: 25%;
	}
	.teasertyp-2 .teaserbild {
		margin-right: -30px;
		padding-left: 25%;
	}

	.teasertyp-1 .teasertext,
	.teasertyp-2 .teasertext {
		padding: 40px 47px;
		width: 60%;
	}
	.teasertyp-1 .teasertext {
		margin-right: 0;
	}
	.teasertyp-2 .teasertext {
		margin-left: 0;
	}
	.teasertyp-1 .teasertext h3,
	.teasertyp-2 .teasertext h3 {
		font-size: 30px;
		line-height: 30px;
	}
	.teasertyp-1 .teasertext .uk-button,
	.teasertyp-2 .teasertext .uk-button {
		margin-top: 15px;
	}
	.teasertyp-3 {
		margin-right: -30px;
		margin-left: 50px;

	}
	.teasertyp-3 .teasertext {
		padding: 40px 30px 50px 50px;
		margin-left: -50px;
		width: 50%;
	}
	.teasertyp-4 .teasertext,
	.teasertyp-5 .teasertext,
	.teasertyp-6 .teasertext {
		min-height: 35vw;
	}
	.teasertyp-4 .teasertext h3,
	.teasertyp-5 .teasertext h3 {
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 16px;
	}
}
@media screen and (max-width: 768px) {
	.teasertyp-4 .teasertext,
	.teasertyp-5 .teasertext,
	.teasertyp-6 .teasertext {
		min-height: 28vw;
	}
	.teasertyp-4 .teasertext {
		width: 50%;
	}
	.teasertyp-5 .teasertext {
		width: 50%;
	}
}
@media screen and (max-width:640px) {
	.teasertyp-1 .teaserbild {
		margin-left: -15px;
	}
	.teasertyp-2 .teaserbild {
		margin-right: -15px;
	}
	.teasertyp-3 {
		margin-right: -15px;
	}
	.teasertyp-1 .teasertext,
	.teasertyp-2 .teasertext {
		padding: 30px 37px;
		width: 70%;
		margin-top: -50px;
	}
	.teasertyp-1 .teasertext h3,
	.teasertyp-2 .teasertext h3 {
		font-size: 25px;
		line-height: 25px;
	}
	.teasertyp-1 .teasertext p,
	.teasertyp-2 .teasertext p {
		font-size: 16px;
		line-height: 24px;
	}
	.teasertyp-3 {
		margin-left: 40px;
	}
	.teasertyp-3 .teasertext {
		padding: 30px 30px 40px 40px;
		margin-left: -40px;
		width: 60%;
	}
	.teasertyp-3 .teasertext h3 {
		font-size: 50px;
		line-height: 50px;
	}
	.teasertyp-3 .teasertext .uk-button {
		margin-top: 25px;
	}
	.teasertyp-4 .teasertext,
	.teasertyp-5 .teasertext {
		width: 60%;
	}
}
@media screen and (max-width:480px) {
	.teasertyp-3 {
		margin-left: 30px;
		padding-top: 125px;
		padding-bottom: 40px;
	}
	.teasertyp-3 .teasertext {
		padding: 25px 25px 30px 30px;
		margin-left: -30px;
		width: calc(100% - 55px);
	}
	.teasertyp-3 .teasertext h3 {
		font-size: 35px;
		line-height: 35px;
		margin-top: 10px;
	}
	.teasertyp-3 .teasertext p.titlesmall {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 10px;
	}
	.teasertyp-3 .teasertext .uk-button {
		margin-top: 5px;
	}
	.teasertyp-4 .teasertext .buttondiv,
	.teasertyp-5 .teasertext .buttondiv,
	.teasertyp-6 .teasertext .buttondiv {
		margin-bottom: 10px;
	}
	.teasertyp-4 .teasertext, .teasertyp-5 .teasertext, .teasertyp-6 .teasertext {
		min-height: 40vw;
	}
	.teasertyp-4 .teasertext,
	.teasertyp-5 .teasertext {
		width: 65%;
	}
}
/*Aktuelles*/
.widget_svpaktuelles-widget,
.widget_svpaktuelles-widget .panel-widget-style,
.widget_svpaktuelles-widget .panel-widget-style .so-widget-svpaktuelles-widget,
.widget_svpaktuelles-widget .panel-widget-style .so-widget-svpaktuelles-widget .singlepost,
.widget_svpaktuelles-widget .panel-widget-style .so-widget-svpaktuelles-widget .singlepost .articlePreview,
.widget_svpteaserboxen-widget,
.widget_svpteaserboxen-widget .panel-widget-style,
.widget_svpteaserboxen-widget .panel-widget-style .so-widget-svpteaserboxen-widget,
.widget_svpteaserboxen-widget .panel-widget-style .so-widget-svpteaserboxen-widget div[class^=teasertyp] {
	height: 100%;
}


/*Big Title-Element*/
h2.bt-title {
	font-family: 'Roboto Condensed';
	font-size: 160px;
	line-height: 160px;
	font-weight: 700;
}

h2.bt-white {
	color: var(--White);
}
h2.bt-black {
	color: var(--Grey-100);
}
@media screen and (max-width: 1280px) {
	h2.bt-title {
		font-size: 15vw;
		line-height: 15vw;
	}
}
@media screen and (max-width: 640px) {
	h2.bt-title {
		font-size: 90px;
		line-height: 90px;
	}
}
@media screen and (max-width: 480px) {
	h2.bt-title {
		font-size: 60px;
		line-height: 60px;
	}
}

/*Bilder abrunden*/
.sow-image-container img,
.so-widget-ink-blog .iw-so-article-thumb img,
.siteorigin-widget-tinymce.textwidget img,
.widget_origin_animated-image img,
.widget_siteorigin-panels-image img,
.widget_sow-image-grid img,
.autorBoxImage img,
.svplinks img {
	border-radius: 10px;
}
