/****** FILE: css/typography.css *****/
/* Ersetzen: generic-font mit font-family
			 link-color mit a Farbe
			 link-hover-color mit a:hover Farbe

/* GENERIC STYLES 
font-family:'Mundo Sans';

Farben:
Links/normal: #D00121
Links/hover : #008698
*/

/* Fonts integrieren*/
@import url("https://fast.Fonts.net/t/1.css?apiType=css&projectid=68a797fb-679d-4ce0-a513-3e25dbe21e68");
    @font-face{
        font-family:"Bickley Script";
        src:url("/css/Fonts/4f6a883d-2da3-47e4-85e3-2aaf8e799083.eot?#iefix");
        src:url("/css/Fonts/4f6a883d-2da3-47e4-85e3-2aaf8e799083.eot?#iefix") format("eot"),url("/css/Fonts/71e3b85b-67e1-465c-b5db-a805b0330d78.woff2") format("woff2"),url("/css/Fonts/e0667c6a-0595-4885-8192-f8110de49320.woff") format("woff"),url("/css/Fonts/413799dd-3d2f-4b16-b789-72f5f03389c6.ttf") format("truetype"),url("/css/Fonts/606020ed-994b-415e-923e-5195342e61f0.svg#606020ed-994b-415e-923e-5195342e61f0") format("svg");
    }
    @font-face{
        /* Light font */
        font-family:"Mundo Sans";
        font-weight: 400;
        font-style: normal;
        src:url("/css/Fonts/cc777eab-55d5-459d-a544-a728defbc3d5.eot?#iefix");
        src:url("/css/Fonts/cc777eab-55d5-459d-a544-a728defbc3d5.eot?#iefix") format("eot"),url("/css/Fonts/fcd56a8c-2aad-4d66-bb57-ce6321a69485.woff2") format("woff2"),url("/css/Fonts/379266bf-a0c7-4266-92d9-c6768cba4970.woff") format("woff"),url("/css/Fonts/4844e088-2f4e-4680-ab78-957a2ede1540.ttf") format("truetype"),url("/css/Fonts/6667b085-5f17-48e3-838d-5730c646d396.svg#6667b085-5f17-48e3-838d-5730c646d396") format("svg");
    }
    @font-face{
        /* Regular font */
        font-family:"Mundo Sans";
        font-weight: 600;
        font-style: normal;
        src:url("/css/Fonts/7ef80535-2c55-429a-8e44-78c7a3c894a1.eot?#iefix");
        src:url("/css/Fonts/7ef80535-2c55-429a-8e44-78c7a3c894a1.eot?#iefix") format("eot"),url("/css/Fonts/b0da5820-1afc-4e6a-8d79-5d2e0088f243.woff2") format("woff2"),url("/css/Fonts/7265983c-a7a7-4291-aa6c-b89fac35ef0f.woff") format("woff"),url("/css/Fonts/4c25b95a-95d3-4d2d-add7-4a50a0958b28.ttf") format("truetype"),url("/css/Fonts/b36d6b90-00b5-4c24-80b8-db3ef5d85c80.svg#b36d6b90-00b5-4c24-80b8-db3ef5d85c80") format("svg");
    }
    @font-face{
        /* Medium font */
        font-family:"Mundo Sans";
        font-weight: 700;
        font-style: normal;
        src:url("/css/Fonts/e5b2abbb-abc6-4ffc-a7f8-d11aed287e8c.eot?#iefix");
        src:url("/css/Fonts/e5b2abbb-abc6-4ffc-a7f8-d11aed287e8c.eot?#iefix") format("eot"),url("/css/Fonts/5ef1f49b-96b3-457f-82e5-7ee9ffcfb522.woff2") format("woff2"),url("/css/Fonts/12cc5a67-104a-4bf4-8b65-ea5b3b9fe040.woff") format("woff"),url("/css/Fonts/d896cbbb-e2f4-465b-909d-5449a5abe0e0.ttf") format("truetype"),url("/css/Fonts/8105efcb-34e4-4f2f-b01c-95bf33dd44d6.svg#8105efcb-34e4-4f2f-b01c-95bf33dd44d6") format("svg");
    }


body {
	font-family: 'Mundo Sans', sans-serif;
	font-size: 18px;
	color: #565655;
}

/* EDITOR STYLES
-------------------------------------------- */
.typography .orange {
	color: #f39100;
}

.typography .rot {
	color: #e3000f;
}

.typography .unterschrift {
	font-family: 'Bickley Script', serif;
	font-weight: bold;
	font-size: 1.2em;
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p {
 	margin-top: 0;
	margin-bottom: 1em;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	padding: 0.5em 1em;
	margin-bottom: 1em;
	font-size: 1.25em;
	border-left: 0.25em solid #eceeef;
}	

.typography .clearfix::after, .typography .clear:after {
  display: block;
  content: "";
  clear: both;
}


.typography blockquote:before, .typography blockquote:after  {
	content: "";
	content: none;
}

.typography q {
	display:block;
	padding: 0.5em 1em;
	margin-bottom: 1em;
	font-size: 1.25em;
	border-left: 0.25em solid #eceeef;
	quotes: none;
}

.typography q:before, .typography q:after { content: ""; content: none; }

/* REVISION
-------------------------------------------- 
.typography ins { background-color: #ff9; color: #000; text-decoration: none; }

.typography mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

.typography del { text-decoration: line-through; }

.typography abbr[title], .typography dfn[title] { border-bottom: 1px dotted; cursor: help; }
*/


/* LINKS 
-------------------------------------------- */

.typography a { 
 	color: #D00121;
    text-decoration: none;
    background-color: transparent;
	transition: color 0.25s ease-out; 
}
.typography a:hover { 
	color: #F00121;	
}



	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(/../images/icons/page_white_acrobat.png) no-repeat left center;
	}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(/../images/icons/page_word.png) no-repeat left center;
	}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(/../images/icons/page_excel.png) no-repeat left center;
	}
	.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(/../images/icons/page_white_zip.png) no-repeat left center;
	}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(/../images/icons/application.png) no-repeat left center;
	}

  .typography a[href^=tel] {
 		color:inherit;
		text-decoration: none;
		pointer-events: none;
  }

@media (max-width: 768px) {
  .typography a[href^=tel] {
  		border: 1px solid #ccc;
		border-radius: 5px;
		color: black;
		display: inline-block;
		font-style: normal;
		margin-top: 10px;
		padding: 3px 5px;
		text-decoration: none;
		pointer-events:inherit;
  }
}

/* HEADING STYLES
-------------------------------------------- */
h1, h2 {
	color: #e3000f;
}

.TeaserPage h1, .TeaserPage h2 {
	color: rgb(247, 147, 29);
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.5em;
}


/* LIST STYLES 
-------------------------------------------- */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0 0 0 14px;
}


/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	display: block;
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 90%;
	color: #292b2c;
}

.typography pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.typography code {
  padding: 0.2em 0.4em;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25em;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em;
  background-color: transparent;
}

.typography .table th,
.typography .table td {
  padding: 0.75em;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.typography .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.typography .table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.typography .table .table {
  background-color: #fff;
}



/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
    border: none;
    max-width: 100%;
    height: auto;
}
.typography img.right {
    float: right;
    margin-left: 20px;
}
.typography img.left {
    float: left;
    padding: 0px 20px 10px 0;
    margin:0px 0 0 0;
}
.typography img.leftAlone {
    float: left;
    margin:5px 100% 10px 0;
}


.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.nocursor {
	pointer-events: none;
}

/* iframes responsive */

.typography iframe {
	max-width: 100%;
	width: 100%;
}

/* Google Maps auf maximal 80% */

.typography iframe[src~="/maps"] {
	max-width: 80%;
}
/****** FILE: css/main.css *****/
#TopHeader {
	height: 205px;
}

#TopHeader > .container {
	height: 100%;
}

#TopLogo {
	position: absolute;
	right: 0;
	bottom: 17.5px;
}

#TopLogo img {
	max-width: 381px;
	max-height: 170px;
	width: 100%;
	height: auto;
}

#TopHeading {
	font-size: 1.2em;
	font-weight: 600;
	position: absolute;
	bottom: 17.5px;
}

#Navigation {
	background: rgb(254, 213, 73);
	font-weight: 600;
	font-size: 1.1em;
	list-style: none;
	padding-top: 2em;
	padding-left: 1em;
	width: 28%;
	margin-bottom: 0;
}

#Navigation li {
	margin: 0.5em 0;
}

#Navigation a {
	color: #565655;
}

#Navigation .section a, #Navigation .current a {
	color: #e3000f;
	font-weight: 700;
}

#Navigation a:hover, #Navigation a:active, #Navigation a:focus {
	color: #e3000f;
	
}

#Banner, #Slideshow {
	width: 72%;
}

#Banner {
	position: relative;
}

#Slideshow {
	background: #fff;
}

#Banner img, #Slideshow img {
	height: 100%;
	width: 100%;
}

.lSSlideOuter, .lSSlideWrapper, #lightSlider {
	height: 100% !important;
}

#Banner, #Navigation, #Slideshow {
	height: 440px;
}

.bannerText {
	display: inline-block;
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0.5em 2em;
}

.bannerText * {
	margin: 0 !important;
}

.ContentWrapper {
	position: relative;
}

.ContentWrapper:before {
	content: '';
	background: rgb(247, 147, 29);
	width: 100%;
	height: 85px;
	position: absolute;
	top: 0;
}

.teaser {
	background: url(/images/logo_dark.png) no-repeat center center;
    background-size: 200px 200px;
    border-left: 2px solid rgb(254, 213, 73);
	display: table;
	height: 260px;
	text-align: center;
	padding: 0 1em;
}

.teaser:last-child {
	border-right: 2px solid rgb(254, 213, 73);
}

.teaser:hover {
	font-size: 1.1em;
}

.teaserTitle {
	display: table-cell;
	vertical-align: middle;
}


.blackTeaser {
	color: #565655;
}

.redTeaser {
	color: #d40e14;
	font-size: 1.33em;
}

.loaded .teaser {
	transition: font-size 0.25s ease-out !important;
}

#TeaserPageParagraph {
	background: rgb(254, 202, 10);
	font-size: 1.4em;
	text-align: center
}

#TeaserPageParagraph > .container {
	padding: 2em 3em;
}

#TeaserPageParagraph > .container * {
	color: #d40e14;
	margin: 0;
}

#UeberUnsTabelle {
	table-layout: fixed;
	width: 100%;
}

#UeberUnsTabelle td {
	vertical-align: top;
	padding-left: 1em;
}

#UeberUnsTabelle ul {
	padding-left: 0;
	list-style-position: inside;
	line-height: 1.5;
}

#UeberUnsTabelle td:first-child {
	width: 440px;
}

#UeberUnsTabelle p {
	margin-bottom: 0.25em;
}

input[type="submit"], input[type="button"] {
	background: #e3000f;
}

.middleColumn {
	margin-bottom: 1em;
}

footer {
	background: rgb(247, 147, 29);
	color: #fff;
	margin-top: 6em;
	padding: 1em 0;
}

footer a {
	color: #fff !important;
}

footer ul {
	float: right;
}

footer ul li {
	list-style-type: none;
	display: inline;
	margin-left: 2em;
}

.TerminBox, .magic-accordion {
	border: 1px solid rgb(247, 147, 29);
	margin-bottom: 1em;
}

.TerminBoxHead {
	background: #fee5ca;
	padding: 0.75em;
	position: relative;
}

.TerminBoxBody {
	padding: 0.75em;
}

.TerminBoxBody .column.three {
	font-weight: bold;
}

.TerminBoxBody .column {
	margin-bottom: 0.5em;
}

.magic-accordion i {
	font-style: normal;
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
    font-size: 1.5em;
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #e3000f;
    color: #e3000f;
    border-radius: 50%;
    font-weight: bold;
    background: url(/images/plus_sign.png) no-repeat center center;
    background-size: 70% 70%;
}

.magic-accordion .active i {
	background-image: url(/images/minus_sign.png);
}



.slicknav_menu {
	display: none;
    position: absolute;
    right: 0;
    padding: 0;
    background: transparent;
    z-index: 3;
    width: 100%;
}

.slicknav_menu .slicknav_menutxt {
	display: none;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #d30318;
	box-shadow: 0px 0px 0px transparent;
	-webkit-box-shadow: 0px 0px 0px transparent;
	-moz-box-shadow: 0px 0px 0px transparent;
	width: 1.5em;
}

.slicknav_menu .slicknav_icon {
	margin-right: 0.35em;
}

.slicknav_nav {
	background: #d40e14;
}

.slicknav_menu .slicknav_nav a {
	color: #fff;
	font-size: 1.2em;
}

.slicknav_nav .slicknav_row:hover, .slicknav_nav .slicknav_row:hover a, .slicknav_nav a:hover, .slicknav_nav .current > a, .slicknav .section > a, .slicknav_nav .current > a > a, .slicknav .section > a > a {
	background: #f7931d;
}

#TopLogo {
	transition: opacity 0.15s linear;
}

.slicknav_isopen #TopLogo {
	opacity: 0;
}

@media only screen and (max-width: 1200px) {
	#Banner, #Slideshow, #Navigation {
		height: 381px;
	}
}

@media only screen and (max-width: 992px) {
	#Banner, #Slideshow, #Navigation {
		height: 295px;
	}
	#Navigation {
		font-size: 1em;
		padding-top: 0.5em;
	}
	#TopHeading {
		padding-right: 1em;
		font-size: 1.1em;
	}
}

@media only screen and (max-width: 768px) {
	#TopLogo img {
		width: 340px;
	}
	.slicknav_menu {
		display: block;
	}
	#Banner {
		width: 100%;
		height: auto;
	}
	#Slideshow {
		height: 300px;
		width: 100%;
	}
	#Banner img {
		vertical-align: top;
	}
	#TeaserStart > .container, #Teaser > .container, #PageStart > .container {
		padding: 0;
		max-width: none;
	}
	.teaser {
		background: transparent;
		height: auto;
    	width: 100%;
    	padding: 0;
    	font-size: 0.8em;
    	transition: background 0.25s ease-out;
    	border-bottom: 1px solid #ccc;
	}
	.teaser:last-child {
		border: 0 none;
	}
	.teaser .redTeaser br {
		display: none;
	}
	.teaser:hover {
		background: rgba(0,0,0,0.1);
		font-size: 0.8em;
	}
	#TeaserWrapper {
		background: url(/images/logo_dark.png) no-repeat center center;
    	background-size: auto 100%;
	}
	#UeberUnsTabelle td {
		display: block;
		padding: 0;
	}
	.bannerText {
		font-size: 0.9em;
		right: 1em;
    	left: auto;
    	transform: translateX(0%);
	}
}

@media only screen and (max-width: 480px) {
	#TopLogo img {
		max-width: 100%;
	}
	#Slideshow {
		height: 190px;
	}
	footer ul li {
	    margin-left: 0.5em;
	}
	.bannerText {
		font-size: 0.7em;
		right: 1em;
    	left: auto;
    	transform: translateX(0%);
	}
}
