.sentryEditMode .stacks_top {
	overflow: visible;
}

.stacks_top.cssTransitions,
.cssTransitions {
	transition: all 0.3s;
}

.sentryWrapper {
	margin: 5px 0;
	overflow: visible;
	transition: all 0.3s;
}

.sentryEditMode .sentryOverlay {
	display: none !important;
}

body.sentryEditMode {
	padding-top: 50px !important;
	overflow-x: hidden;
}

.sentryWrapper.sentryEditMode {
	position: relative;
	z-index: 102;
	background: white;
	color: #333;
	opacity: 1;
	margin: 0;
	overflow: visible;
	min-height: 375px; /* Create enough space for drop-down toolbars */
	padding: 0;
}

.formatting-trumbowyg-dropdown button,
.linkImproved-trumbowyg-dropdown button,
.button-trumbowyg-dropdown button {
	margin: 0px !important; /* Fixes problems in the Foundation theme, with wide vertical spacing between drop down links */
}

.sentryWrapper.sentryEditMode p {
	margin: 0;
	padding: 0;
}

.sentryWrapper.sentryEditMode .bgfade {
	background: #e1e1e1;
}

.sentryOverlay {
	position: fixed;
	background: black;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	z-index: 999;
	transition: all 0.3s;
}

.stacks_top .sentryOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
}

.sentryOverlay.opacity30 { 
	opacity: .30;
}

.sentryLogin {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
}

.sentryLogin form {
	width: 250px;
	height: auto;
	margin: 10% auto;
	padding: 10px;
	background: white;
	border-radius: 3px;
	box-shadow: 0 0 3px black;
}

.sentryLogin form input { 
	display: block;
	margin: 0 auto;
	padding: 10px;
	color: #666;
	border: solid 1px #e7e7e7;
	border-radius: 4px;
	width: 80%;
	margin-bottom: 10px;
}

.sentryLogin form input:focus {
	border: 1px solid #333;
	outline: none;
}

.sentryLogin form input[type="text"],
.sentryLogin form input[type="password"] {
	font-size: 16px;
}

.sentryLogin form p { 
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
}

.sentryLogin form label {
	font-weight: bold;
}

.sentryLogin .submitSentryLogin { 
	padding: 7px 14px;
	font-size: 16px;
	outline: 0;
	border: solid 1px #ccc;
	cursor: pointer;
	background: #e7e7e7;
	color: black;
	border-radius: 4px;
}

.sentryLogin .sentryEmailLabel:before {
	content: "Benutzername";
}

.sentryLogin .sentryPasswordLabel:before {
	content: "Passwort";
}

.sentryLogin .submitSentryLogin:before {
	content: "Login";
}

.sentryLogin .sentryLoginCancel:before {
	content: "Cancel";
}

.sentryLogin .sentryLoginCancel {
	display: inline-block;
	margin-top: 8px;
	font-size: 13px;
	padding-bottom: 10px;
}

.sentryPreview.quickPreview:before {
	content: "Schnelle Vorschau";
}

.sentryPreview.endPreview:before {
	content: "Vorschau beenden";
}

.sentryLogout:before {
	content: "Logout";
}

.sentrySaveButton:before {
	content: "Änderungen speichern";
}

.sentryAdminControls {
	position: fixed;
	top: 0;
	left: 0;
	height: 50px;
	z-index: 99999;
	width: 100%;
	background: #333;
}

.sentryAdminControls * {
	transition: all 0.3s;
}

.sentryAdminControls p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

a.sentrySaveButton,
.sentryAdminControls a {
	color: rgba(255, 255, 255, 1.00);
	display: inline-block;
	padding: 3px 12px;
	margin: 0 15px;
	background: rgba(20, 126, 41, 1.00);
	font-size: 14px;
	text-decoration: none !important;
	border-radius: 3px;
	outline: none;
	transition: all 300ms ease-in-out;
}

a.sentrySaveButton:visited,
.sentryAdminControls a:visited {
	color: rgba(255, 255, 255, 1.00);
	background: rgba(20, 126, 41, 1.00);
}

a.sentrySaveButton:hover,
.sentryAdminControls a:hover {
	background: rgba(20, 126, 41, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

a.sentrySaveButton:active,
.sentryAdminControls a:active {
	background: rgba(20, 126, 41, 1.00);
	color: rgba(255, 255, 255, 1.00);
}

.noTopPadding {
	padding-top: 0 !important;
}

.noBorder { 
	border: none !important;
}

.sentryHide {
	opacity: 0;
	height: 0 !important;
	min-height: 0 !important;
}

/*  */
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_62 #myExtraContent2,
#ExtraContentPlusstacks_in_62 #fs {
	display: none;
}

#viewPortTextstacks_in_63 h1,
#viewPortTextstacks_in_63 h2,
#viewPortTextstacks_in_63 h3,
#viewPortTextstacks_in_63 h4,
#viewPortTextstacks_in_63 h5,
#viewPortTextstacks_in_63 h6,
#viewPortTextstacks_in_63 p,
#viewPortTextstacks_in_63

{
	font-size: 18px;
	line-height: 1.25em;
	transition: all 0ms ease-in-out;
}

@media screen and (max-width: 1080px) {
	#viewPortTextstacks_in_63 h1,
	#viewPortTextstacks_in_63 h2,
	#viewPortTextstacks_in_63 h3,
	#viewPortTextstacks_in_63 h4,
	#viewPortTextstacks_in_63 h5,
	#viewPortTextstacks_in_63 h6,
	#viewPortTextstacks_in_63 p,
	#viewPortTextstacks_in_63
	
	{
		font-size: 7.00vw;
		line-height: 1.25em;
	}
}

@media screen and (min-width: 1080px) {
	#viewPortTextstacks_in_63 h1,
	#viewPortTextstacks_in_63 h2,
	#viewPortTextstacks_in_63 h3,
	#viewPortTextstacks_in_63 h4,
	#viewPortTextstacks_in_63 h5,
	#viewPortTextstacks_in_63 h6,
	#viewPortTextstacks_in_63 p,
	#viewPortTextstacks_in_63
	
	{
		font-size: 36px;
		line-height: 1.25em;
	}
}

@media print {
	#viewPortTextstacks_in_63 h1,
	#viewPortTextstacks_in_63 h2,
	#viewPortTextstacks_in_63 h3,
	#viewPortTextstacks_in_63 h4,
	#viewPortTextstacks_in_63 h5,
	#viewPortTextstacks_in_63 h6,
	#viewPortTextstacks_in_63 p,
	#viewPortTextstacks_in_63
	
	{
		font-size: 18px;
	}
}#viewPortTextstacks_in_67 h1,
#viewPortTextstacks_in_67 h2,
#viewPortTextstacks_in_67 h3,
#viewPortTextstacks_in_67 h4,
#viewPortTextstacks_in_67 h5,
#viewPortTextstacks_in_67 h6,
#viewPortTextstacks_in_67 p,
#viewPortTextstacks_in_67

{
	font-size: 18px;
	line-height: 1.25em;
	transition: all 0ms ease-in-out;
}

@media screen and (max-width: 1080px) {
	#viewPortTextstacks_in_67 h1,
	#viewPortTextstacks_in_67 h2,
	#viewPortTextstacks_in_67 h3,
	#viewPortTextstacks_in_67 h4,
	#viewPortTextstacks_in_67 h5,
	#viewPortTextstacks_in_67 h6,
	#viewPortTextstacks_in_67 p,
	#viewPortTextstacks_in_67
	
	{
		font-size: 6.00vw;
		line-height: 1.25em;
	}
}

@media screen and (min-width: 1080px) {
	#viewPortTextstacks_in_67 h1,
	#viewPortTextstacks_in_67 h2,
	#viewPortTextstacks_in_67 h3,
	#viewPortTextstacks_in_67 h4,
	#viewPortTextstacks_in_67 h5,
	#viewPortTextstacks_in_67 h6,
	#viewPortTextstacks_in_67 p,
	#viewPortTextstacks_in_67
	
	{
		font-size: 26px;
		line-height: 1.25em;
	}
}

@media print {
	#viewPortTextstacks_in_67 h1,
	#viewPortTextstacks_in_67 h2,
	#viewPortTextstacks_in_67 h3,
	#viewPortTextstacks_in_67 h4,
	#viewPortTextstacks_in_67 h5,
	#viewPortTextstacks_in_67 h6,
	#viewPortTextstacks_in_67 p,
	#viewPortTextstacks_in_67
	
	{
		font-size: 18px;
	}
}#sentryWrapper_stacks_in_45 .trumbowyg-button-pane {
	position: relative;
	top: auto;
	left: auto;
	height: auto;
	overflow: auto;
}

#sentryWrapper_stacks_in_45 .trumbowyg-box {
	padding-top: 0;
}

#sentryWrapper_stacks_in_45 .trumbowyg-box,
#sentryWrapper_stacks_in_45 .trumbowyg-editor { 
	min-height: 30px;
}

.stacks_top .sentryOverlay+div .stacks_out,
.stacks_top .sentryOverlay+div .stacks_in {
	overflow: visible;
}


.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_76 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_76 {
		display: none !important;
	}
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_55 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_55 {
		display: none !important;
	}
}

.spacerStack {
	height: 25.00px;
}

#spacerStackstacks_in_13 {
	height: 25.00px;
}




























@media print {
	#spacerStackstacks_in_13 {
		display: none !important;
	}
}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_59_2 #myExtraContent6,
#ExtraContentPlusstacks_in_59_2 #fs {
	display: none;
}

#viewPortTextstacks_in_59_3 h1,
#viewPortTextstacks_in_59_3 h2,
#viewPortTextstacks_in_59_3 h3,
#viewPortTextstacks_in_59_3 h4,
#viewPortTextstacks_in_59_3 h5,
#viewPortTextstacks_in_59_3 h6,
#viewPortTextstacks_in_59_3 p,
#viewPortTextstacks_in_59_3

{
	font-size: 18px;
	line-height: 1.25em;
	transition: all 0ms ease-in-out;
}

@media screen and (max-width: 560px) {
	#viewPortTextstacks_in_59_3 h1,
	#viewPortTextstacks_in_59_3 h2,
	#viewPortTextstacks_in_59_3 h3,
	#viewPortTextstacks_in_59_3 h4,
	#viewPortTextstacks_in_59_3 h5,
	#viewPortTextstacks_in_59_3 h6,
	#viewPortTextstacks_in_59_3 p,
	#viewPortTextstacks_in_59_3
	
	{
		font-size: 6.00vw;
		line-height: 1.25em;
	}
}

@media screen and (min-width: 560px) {
	#viewPortTextstacks_in_59_3 h1,
	#viewPortTextstacks_in_59_3 h2,
	#viewPortTextstacks_in_59_3 h3,
	#viewPortTextstacks_in_59_3 h4,
	#viewPortTextstacks_in_59_3 h5,
	#viewPortTextstacks_in_59_3 h6,
	#viewPortTextstacks_in_59_3 p,
	#viewPortTextstacks_in_59_3
	
	{
		font-size: 18px;
		line-height: 1.25em;
	}
}

@media print {
	#viewPortTextstacks_in_59_3 h1,
	#viewPortTextstacks_in_59_3 h2,
	#viewPortTextstacks_in_59_3 h3,
	#viewPortTextstacks_in_59_3 h4,
	#viewPortTextstacks_in_59_3 h5,
	#viewPortTextstacks_in_59_3 h6,
	#viewPortTextstacks_in_59_3 p,
	#viewPortTextstacks_in_59_3
	
	{
		font-size: 18px;
	}
}
#stacks_in_59_4 {
	padding: 0px 0px 20px 0px;
}

#stacks_in_59_10 {
	padding: 0px 0px 20px 0px;
}
/* Start Obscure Email stack CSS code */.stacks_in_59_12topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_59_12mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_59_12small{font-weight: normal;font-size: 12px;}.stacks_in_59_12centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_59_12centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code *//* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_47_2 #myExtraContent7,
#ExtraContentPlusstacks_in_47_2 #fs {
	display: none;
}

/*  */
#stacks_in_47_3 {
	display: block;
	color: rgba(221, 223, 221, 1.00);
	cursor: pointer;
	transition: color 300ms ease-in-out;
	font-size: 18px;
	line-height: 2.00em;
	
	
	
	
}

#stacks_in_47_3:hover {
	color: rgba(218, 0, 17, 1.00);
}
/*  *//* If modifying any of this code, update the template.html file too */

#backToTopAnchorPoint {
	display: block;
	height: 0px;
	overflow: hidden;
}

.backToTopButton {
	text-decoration: none;
	color: #FFFFFF;
	
	display: none;
	position: fixed;
	z-index: 999;
	bottom:150px;right:50px;
	
	
	font-size: 35px;
	line-height: 1.00em;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid rgba(218, 0, 17, 1.00);
	transition: all 300ms ease-in-out;
}

.backToTopButton:hover {
	border: 1px solid rgba(138, 0, 14, 1.00);
	color: #CCCCCC;
}




/* Vertical gradient fill */
.backToTopButton {
	background-color: rgba(218, 0, 17, 1.00);
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(rgba(218, 0, 17, 1.00)), to(rgba(218, 0, 17, 0.69)));
	background-image: -moz-linear-gradient(top, rgba(218, 0, 17, 1.00), rgba(218, 0, 17, 0.69));
	background-image: -ms-linear-gradient(top, rgba(218, 0, 17, 1.00), rgba(218, 0, 17, 0.69));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(218, 0, 17, 1.00)), color-stop(100%, rgba(218, 0, 17, 0.69)));
	background-image: -webkit-linear-gradient(top, rgba(218, 0, 17, 1.00), rgba(218, 0, 17, 0.69));
	background-image: -o-linear-gradient(top, rgba(218, 0, 17, 1.00), rgba(218, 0, 17, 0.69));
	background-image: linear-gradient(top, rgba(218, 0, 17, 1.00), rgba(218, 0, 17, 0.69));
}

.backToTopButton:hover {
	background-color: rgba(218, 0, 17, 0.65);
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(rgba(218, 0, 17, 1.00)), to(rgba(218, 0, 17, 0.65)));
	background-image: -moz-linear-gradient(top, rgba(218, 0, 17, 1.00), rgba(218, 0, 17, 0.65));
	background-image: -ms-linear-gradient(top, rgba(218, 0, 17, 1.00), rgba(218, 0, 17, 0.65));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(218, 0, 17, 1.00)), color-stop(100%, rgba(218, 0, 17, 0.65)));
	background-image: -webkit-linear-gradient(top, rgba(218, 0, 17, 1.00), rgba(218, 0, 17, 0.65));
	background-image: -o-linear-gradient(top, rgba(218, 0, 17, 1.00), rgba(218, 0, 17, 0.65));
	background-image: linear-gradient(top, rgba(218, 0, 17, 1.00), rgba(218, 0, 17, 0.65));
}














@media print {
	/* Hides the button if the page is printed or saved as a PDF */
	.backToTopButton {
		display: none;
	}
}














/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_42_13 #myExtraContent9,
#ExtraContentPlusstacks_in_42_13 #fs {
	display: none;
}

#stacks_in_42_17>.s3_row {
	margin: 0 -10px;
}

#stacks_in_42_17>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_42_17>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_42_17>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_42_17>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_42_17>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_42_5 #myExtraContent10,
#ExtraContentPlusstacks_in_42_5 #fs {
	display: none;
}

/* Start Obscure Email stack CSS code */.stacks_in_41topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_41mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_41small{font-weight: normal;font-size: 12px;}.stacks_in_41centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_41centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code */