@import url("https://cloud.webtype.com/css/6a437e3d-6979-485f-8449-072591ff3be2.css");

@font-face {
 font-family: "Interstate";
 src: url("//cloud.webtype.com/webtype/ff/2/bdb0c7e9-d8c4-4007-a853-d6155df3c9d3");
 src:  url("//cloud.webtype.com/webtype/ff/2/bdb0c7e9-d8c4-4007-a853-d6155df3c9d3#iefix")  format("embedded-opentype"),
  url("//cloud.webtype.com/webtype/ff/3/5f734e47-6395-4610-adc3-fcbf134b507f") format("woff"),
  url("//cloud.webtype.com/webtype/ff/1/a1a3f7d6-3abf-4ffb-a0c6-cf4ec38756ed") format("truetype"),
  url("//cloud.webtype.com/webtype/ff/4/f5fc0215-abe0-46c8-884b-d1589480d29f#web") format("svg");
 font-style: normal;
 font-weight: normal;
}
@font-face {
 font-family: "Interstate Black Cond";
 src: url("//cloud.webtype.com/webtype/ff/2/d334f38a-4997-40fd-b034-49cfb34f545c");
 src:  url("//cloud.webtype.com/webtype/ff/2/d334f38a-4997-40fd-b034-49cfb34f545c#iefix")  format("embedded-opentype"),
  url("//cloud.webtype.com/webtype/ff/3/d4313613-f8b6-4661-9436-138bf60dbc0d") format("woff"),
  url("//cloud.webtype.com/webtype/ff/1/06138556-7fbe-47b7-aec3-3a99f203ca38") format("truetype"),
  url("//cloud.webtype.com/webtype/ff/4/146fbf40-90be-4c18-a870-69bc32de66db#web") format("svg");
 font-style: normal;
 font-weight: normal;
}
@font-face {
 font-family: "Interstate Condensed";
 src: url("//cloud.webtype.com/webtype/ff/2/db2f159c-1080-4c70-8d49-116643248f74");
 src:  url("//cloud.webtype.com/webtype/ff/2/db2f159c-1080-4c70-8d49-116643248f74#iefix")  format("embedded-opentype"),
  url("//cloud.webtype.com/webtype/ff/3/13005269-1f15-4c5b-be37-9bc937630857") format("woff"),
  url("//cloud.webtype.com/webtype/ff/1/1b3b38ef-798d-475a-bd4e-61d71623d61a") format("truetype"),
  url("//cloud.webtype.com/webtype/ff/4/bffa078c-79e0-44c3-a812-1c3d4ccd0715#web") format("svg");
 font-style: normal;
 font-weight: bold;
}

body {
	font-family: Georgia, serif;
}

.zwischenueberschrift {
	font-family: 'Interstate Black Cond';
	font-size: 20px;
	line-height: 24px;
	color: #4f443c;
}
.intro {
	font-family: 'Interstate';
	font-size: 16px;
	line-height: 26px;
	color: #7c8184;
	padding-bottom: 12px;
	display:block;
}


.content {
	font-family: Georgia;
	font-size: 16px;
	line-height: 26px;
	color: #7c8184;
	display:block;
}

.content-kursiv {
	font-family: Georgia;
	font-style: italic;
	font-size: 16px;
	line-height: 26px;
	color: #7c8184;
	display:block;
}

.telefon {
	font-family: 'Interstate Black Cond';
	font-size: 18px;
	line-height: 26px;
	color: #00ace9;
	display:block;
}

.newsletter-ueberschrift {
	color: rgb(79, 68, 60);
	font-family: Arial;
	font-size: 28px;
	font-weight: bold;
	display:block;
}
.zitat {
	font-family: 'Georgia';
	font-style: italic;
	color:#4f443c;
	font-size: 14px;
}
.landing-h2 {
    color:#4f443c;
    font-family: 'Interstate Black Cond';
    font-size:48px;
    line-height:48px;
    padding-bottom: 14px;
}

.landing-h2-hell {
    color: #a7a19d; 
}

#info ul {
	list-style-image: url(layout/listbullet.png);
	color:#7c8184;
	padding-left:10px;
	line-height:26px
}

.landing-ul {
    font-family: 'Interstate';
    font-size: 16px;
    line-height: 31px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.landing-ul li {
    background: url('layout/sternchen.png') no-repeat 0px 8px;
    padding-left: 15px;
}
.bluebutton{
	background: #00ace9 url(layout/arrow.png) 10px center no-repeat;
	font-family: "Interstate", Arial, Verdana, Georgia, Norasi, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	padding: 8px 13px 8px 29px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.28);
	border-radius: 6px;
	line-height: 50px
}

.zweispalten{
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;

	-moz-column-gap: 46px;
	-webkit-column-gap: 46px;
	column-gap:46px;
}