/* 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%;
}