@font-face {
    font-family: 'latothin';
    src: url('../fonts/latothin.eot');
    src: url('../fonts/latothin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/latothin.woff2') format('woff2'),
         url('../fonts/latothin.woff') format('woff'),
         url('../fonts/latothin.ttf') format('truetype'),
         url('../fonts/latothin.svg#latothin') format('svg');
}
@font-face {
    font-family: 'latothinitalic';
    src: url('../fonts/latothinitalic.eot');
    src: url('../fonts/latothinitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/latothinitalic.woff2') format('woff2'),
         url('../fonts/latothinitalic.woff') format('woff'),
         url('../fonts/latothinitalic.ttf') format('truetype'),
         url('../fonts/latothinitalic.svg#latothinitalic') format('svg');
}
@font-face {
    font-family: 'latolight';
    src: url('../fonts/latolight.eot');
    src: url('../fonts/latolight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/latolight.woff2') format('woff2'),
         url('../fonts/latolight.woff') format('woff'),
         url('../fonts/latolight.ttf') format('truetype'),
         url('../fonts/latolight.svg#latolight') format('svg');
}
@font-face {
    font-family: 'latolightitalic';
    src: url('../fonts/latolightitalic.eot');
    src: url('../fonts/latolightitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/latolightitalic.woff2') format('woff2'),
         url('../fonts/latolightitalic.woff') format('woff'),
         url('../fonts/latolightitalic.ttf') format('truetype'),
         url('../fonts/latolightitalic.svg#latolightitalic') format('svg');
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/latoregular.eot');
    src: url('../fonts/latoregular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/latoregular.woff2') format('woff2'),
         url('../fonts/latoregular.woff') format('woff'),
         url('../fonts/latoregular.ttf') format('truetype'),
         url('../fonts/latoregular.svg#latoregular') format('svg');
}
@font-face {
    font-family: 'latobold';
    src: url('../fonts/latobold.eot');
    src: url('../fonts/latobold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/latobold.woff2') format('woff2'),
         url('../fonts/latobold.woff') format('woff'),
         url('../fonts/latobold.ttf') format('truetype'),
         url('../fonts/latobold.svg#latobold') format('svg');
}
@font-face {
    font-family: 'latobolditalic';
    src: url('../fonts/latobolditalic.eot');
    src: url('../fonts/latobolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/latobolditalic.woff2') format('woff2'),
         url('../fonts/latobolditalic.woff') format('woff'),
         url('../fonts/latobolditalic.ttf') format('truetype'),
         url('../fonts/latobolditalic.svg#latobolditalic') format('svg');
}
@font-face {
    font-family: 'latoheavy';
    src: url('../fonts/latoheavy.eot');
    src: url('../fonts/latoheavy.eot?#iefix') format('embedded-opentype'),
         url('../fonts/latoheavy.woff2') format('woff2'),
         url('../fonts/latoheavy.woff') format('woff'),
         url('../fonts/latoheavy.ttf') format('truetype'),
         url('../fonts/latoheavy.svg#latoheavy') format('svg');
}
@font-face {
    font-family: 'latoblack';
    src: url('../fonts/latoblack.eot');
    src: url('../fonts/latoblack.eot?#iefix') format('embedded-opentype'),
         url('../fonts/latoblack.woff2') format('woff2'),
         url('../fonts/latoblack.woff') format('woff'),
         url('../fonts/latoblack.ttf') format('truetype'),
         url('../fonts/latoblack.svg#latoblack') format('svg');
}
@font-face {
    font-family: 'latoblackitalic';
    src: url('../fonts/latoblackitalic.eot');
    src: url('../fonts/latoblackitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/latoblackitalic.woff2') format('woff2'),
         url('../fonts/latoblackitalic.woff') format('woff'),
         url('../fonts/latoblackitalic.ttf') format('truetype'),
         url('../fonts/latoblackitalic.svg#latoblackitalic') format('svg');
}

/*	---------------------------------------------------------------------------------------------------- */


body {
	width:100%;
	margin: 0 auto;
	font-family: 'latoregular', Helvetica Neue, Arial, Helvetica, sans-serif;
	text-rendering: auto;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height:1.25;
	color: #333;
	background-color: #FFF;
}
a.scrollup {
	position:fixed;
	display: none;
	width: 60px;
	height:60px;
	right:0;
	bottom: 0;
	margin:0;
	padding:0;
	font-size: 45px;
	color:#DDD;
	line-height:60px;
	text-align:center;
    background-color: rgba(255,255,255,0.75);    
    border: 1px dotted #DDD;
    border-right: none;
	-moz-border-radius:5px 0 0 0;
	-webkit-border-radius:5px 0 0 0;
    border-radius:5px 0 0 0;
	overflow: hidden;
	z-index:9999999;
}
a:hover.scrollup {
    background-color: rgba(221,221,221,0.75);    
	color:#FFF;
	-webkit-transition: .5s;
	transition: .5s;
}

/*	Basic		---------------------------------------------------------------------------------------------------- */

h1, h2, h3, h4, p, .smallprint {
	font-weight: normal;
}
h1 {
	font-family: 'latothinitalic', Helvetica Neue, Arial, Helvetica, sans-serif;
	color: #898989;
	font-size: 50px;
    text-align: center;
	padding:0 0 30px;
	margin: 0;
    border-bottom: 1px dotted #898989;
}
h1 span.small {
	font-family: 'latothin', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	padding:0 0 15px;
}
h1.pnav {
	padding:0;
    border-bottom: none;
}
h2 {
	font-family: 'latoblack', Helvetica Neue, Arial, Helvetica, sans-serif;
    text-align: center;
	font-size: 25px;
	color: #898989;
    padding:0 0 30px;
	margin: 0 0 40px;
	border-bottom: 1px dotted #A7A7A7;
}
h2 i {
	font-size: 1.5em;
    vertical-align:text-bottom;
}
h3 {
	font-family: 'latoheavy', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #A7A7A7;
    padding:0;
    padding:0 0 30px;
	margin: 60px 0 40px;
    text-align: center;
    border-bottom: 1px dotted #CDCDCD;
}
h4 {
	font-family: 'latobold', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #898989;
    padding:0;
	margin: 0 0 40px;
}
p {
	font-family: 'latoregular', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
    padding:0;
	margin: 0 0 20px;
}
strong {
	font-family: 'latobold', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
em {
	font-family: 'latolightitalic', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-style: normal;
}
u {
	text-decoration:underline;
}
strong em, em strong {
	font-family: 'latobolditalic', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.smallprint {
	font-size: 0.875em;
	color: #898989;
}
.center {
    text-align: center;
}
a {
	color: #D7812C;
	text-decoration: none;
	-webkit-transition: .5s;
	transition: .5s;
}
a:hover {
	color: #BB2A22;
	text-decoration: none;
}

sup {
	vertical-align:+0.25em;
	line-height:100%;
}
sub {
	vertical-align:bottom;
	line-height:75%;
}

.ds h4 {
	font-size: 1em;
	color: #999;
	margin: 30px auto 20px;
}
.ds p {
	font-family: 'latolight', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 0.9375em;
	color: #999;
	margin: 0 auto 20px;
}
.ds em {
	font-size: 0.75em;
	color: #CCC;
}
.ds em a {
	color: #CCC;
}
.ds .columns ul {
	-webkit-column-break-inside: auto;
	page-break-inside: auto;
	break-inside:auto;
}
.ds .columns li {
    font-size: 0.9375em;
	color: #999;
	margin:0 0 0.5em;
    padding: 0;
    list-style-position: outside;
    list-style: none;
}

.gen p {
	font-size: 14px;
	color: #898989;
}
.gen li, .gen li ul li {
	list-style: none;
	font-size: 14px;
}
.gen p em, .gen p em a {
	font-size: 11px;
	color: #CCC;
}
img {
	width:auto;
	height: 100%;
	line-height:0;
	display:block;
	margin: 0 auto;
	border:none;
}
article.imgs {
	padding:0;
}
article.imgs div {
	position:relative;
	display:block;
    width:100%;
	max-width: 640px;
	height:auto;
	margin: 20px auto;
	padding:0;
	background-color:#FFF;
	border:1px dotted #CDCDCD;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article.imgs div.flt {
	float: left;
    width:30%;
	margin: 20px 1.66666%;
	max-width: 30%;
}
article.imgs div img {
	padding:20px;
    max-width: 600px;
}
.caption {
	position:relative;
	width:100%;
	height:auto;
	display:block;
	margin:0 auto;
	padding:20px;
	font-family: 'latolight', Helvetica, Arial, sans-serif;
	font-size: 0.875em;
	border-top:1px dotted #CDCDCD;
	color: #A7A7A7;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


/*	Pagenav		---------------------------------------------------------------------------------------------------- */

article.pagenav {
	padding:0 0 40px;
    margin: 40px auto;
    border-bottom: 1px dotted #898989;
    text-align: center;
}
article.pagenav div {
    width: auto;
    margin: 0;
	padding:0 0 1px;
}
article.pagenav a {
	height:40px;
    width: auto;
	display:inline-block;
	font-family: 'latolightitalic', Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 16px;
	letter-spacing: .05em;
    text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	color: #FFF;
	line-height:40px;
    text-align: center;
	background-color: #BB2A22;
	padding:0 15px;
	margin: 0;
    border-left: 1px solid #FFF;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article.pagenav a:first-of-type,
article.pagenav div a:first-of-type {
    border-left: none;
    -moz-border-top-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
article.pagenav a:last-of-type,
article.pagenav div a:last-of-type {
	-moz-border-top-right-radius:5px;
    -moz-border-bottom-right-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
article.pagenav a:hover {
	background-color: #D7812C;
}


/*	Columns		---------------------------------------------------------------------------------------------------- */


.columns {
    width: 100%;
    max-width: 1280px;
    margin: 50px auto 20px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	-ms-column-gap: 1em;
	column-gap: 1em;
    column-rule: 1px dotted #CDCDCD;
}
.columns h3, .columns h4, .columns p, .columns ul, .columns li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	margin: 0;
}
.columns h4, .columns p, .columns ul, .columns li {
	text-align: left;
}
.columns h3 {
	text-align: center;
    border-bottom: 1px dotted #CDCDCD;
    padding: 20px 0;
    margin: 0 40px 40px;
    -webkit-column-break-after: avoid;
	page-break-after: avoid;
	break-after: avoid;
}
.columns h4, .columns p, .columns ul {
	padding:0 40px 20px;
}
.columns li {
	margin:0 0 0 20px;
}
.columns hr {
    height: 50px;
    background:transparent;
	-webkit-column-break-after: column;
	page-break-after:column;
	break-after:column;
	border: none;
}
.columns p.sitemap1 {
    font-size: 1.125em;
	margin:10px 0 5px 0;
    padding-bottom: 0;
}
.columns p.sitemap2 {
    font-size: 1em;
	margin:0 0 0 10px;
    padding-bottom: 0;
}





/*	Content		---------------------------------------------------------------------------------------------------- */


section {
	position:relative;
	width:100%;
    max-width: 1920px;
	margin: 30px auto;
	padding:0 400px 0 50px;
	float:none;
	display:block;
	z-index:1;
	background-color:#FFF;
	overflow:hidden;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
section.start {
	margin: 30px auto 0;
}
section.start article.headline {
	margin:20px 0 47px;
}
article {
	position:relative;
	width:100%;
	margin:40px auto;
	padding:20px;
	display:block;
	background-color: #FFF;
	z-index:3;
	overflow: auto;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
section article h4, section article p, section article pre {
	max-width:1024px;
	margin:0 auto 20px;
}
article.headline {
	padding:0;
	margin:20px 0 60px;
	background-color: #FFF;    
    border: 1px solid #CDCDCD;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
article.headline h1,
article.headline h2, 
article.headline h3 {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article.headline h1 {
	font-family: 'latothin', Helvetica Neue, Arial, Helvetica, sans-serif;
	color: #BB2A22;
    border-bottom: 1px dotted #A7A7A7;
	font-size: 30px;
	padding:20px;
}
article.headline h2 {
	font-family: 'latolightitalic', Helvetica Neue, Arial, Helvetica, sans-serif;
	color: #A7A7A7;
    border-bottom: 1px dotted #A7A7A7;
	font-size: 16px;
	padding: 0;
    display: table;
}
article.headline h2 a {
    display: table-cell;
    border-left: 1px dotted #A7A7A7;
	padding:20px;
	color: #A7A7A7;
}
article.headline h2 a:first-of-type { 
    border-left: none;
}
article.headline h2 a:hover {
	background-color: #EFEFEF;    
	color: #898989;
}
article.headline h3 {
	font-family: 'latoregular', Helvetica Neue, Arial, Helvetica, sans-serif;
	color: #D7812C;
	font-size: 18px;
	padding:20px;
}
article.half {
    float: left;
	width:40%;
    height: 400px;
	margin:0 0 20px;
	padding:0;
	background-color: #A7A7A7;
	border: 1px solid #A7A7A7;
    -moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
    border-radius:5px 0 0 5px;
}
article.half h2 {
    background-color: #A7A7A7;
	border-bottom: 1px dotted #CDCDCD;
    color: #FFF;
    line-height: 60px;
    padding:0;
    margin: 0 0 40px;
}
article.half p {
	max-width:100%;
	padding:0 20px;
    color: #FFF;
}
article.split {
	padding:0;
    max-width: 1024px;
}
article.split div {
	width:50%;
	float:left;
	display:block;
	padding:0 40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article.split div:first-of-type {
	border-right: 1px dotted #CDCDCD;
}
article.split div img {
	margin: 0 auto;
    max-width: 300px;
    height: auto;
}
iframe {
	position:relative;
	width:60%;
    height: 400px;
	overflow:hidden;
	display:block;
    float: left;
	margin:0 0 20px;
	padding:0;
	border: 1px solid #A7A7A7;
    border-left: none;
    -moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
    border-radius:0 5px 5px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article.box {
    max-width: 1024px;
	padding:0;
	margin:80px auto;
    border: 1px solid #CDCDCD;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
article.box h2 {
    background-color: #CDCDCD;
    color: #FFF;
    line-height: 60px;
    padding:0;
    margin: 0 0 40px;
}
article.box p {
	padding:0 20px;
}
article.box img {
	margin:20px auto 40px;
}

article.doctolib {
    max-width: 800px;
	margin:80px auto;
	padding:0;
    border: 1px solid #D7812C;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
article.doctolib h2 {
	font-family: 'latoregular', Helvetica Neue, Arial, Helvetica, sans-serif;
    background-color: #FFF;
    font-size:20px;
    color: #D7812C;
    line-height: 80px;
    padding:0;
    margin: 0;
    border-bottom: none;
}
article.doctolib h2 span {
	font-family: 'latoheavy', Helvetica Neue, Arial, Helvetica, sans-serif;
}
article.doctolib img {
	display:inline;
    width:auto;
    height:30px;
    line-height:80px;
    margin:0;
    padding:0;
    overflow: visible;
    vertical-align:text-top;
}
article.doctolib a {
	display:block;
    width:100%;
    height:40px;
    background:#D7812C;
    color:#FFF;
	font-family: 'latolight', Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size:24px;
    text-align:center;
    line-height:40px;
    margin:0;
    padding: 0 20px;
    vertical-align:middle;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article.doctolib a:hover {
    background:#BB2A22;
	color: #D7812C;
}

article.frmlr {
    max-width: 800px;
	padding:20px 0;
}

article ul, article ol {
    max-width:944px;
	margin:0 auto 20px;
}
article li {
    list-style-position: outside;
	color: #898989;
	margin:0;
    padding: 0 0 5px 20px;
}
article ul li {
	list-style-type: circle;
}
article ol li {
	list-style-type: decimal;
}



/*	Formular/Suche		---------------------------------------------------------------------------------------------------- */

.formular {
	position:relative;
	width:100%;
	margin:0 auto;
	padding:0;
	display:block;
	background-color: #FFF;
	overflow: auto;
}
.formular ul {
	list-style:none;
	margin:0;
	padding:0;
}
.formular li {
	width:100%;
	position:relative;
	display:block;
	margin:0 0 20px;
    padding: 0;
}
.formular li.slct {
	font-family: 'latoregular', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #A7A7A7;
	background-color: #FFF;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    text-align: right;
}
.formular input[type="text"], .formular input[type="search"], .formular textarea { 
    -webkit-appearance:none;
    -moz-appearance:none;
	appearance:none;
    width:100%;
	font-family: 'latoregular', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #A7A7A7;
	background-color: #FFF;
	padding:5px 20px;
	margin:0;
	border: 1px dotted #CDCDCD;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
	resize: none;
    outline: none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.formular input[type="search"] {
    text-align: center;
}
.formular label { 
	width:200px;
	font-family: 'latoheavy', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #A7A7A7;
	margin:0;
	text-align: left;
	padding:0 20px 0 0;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.formular select { 
    -webkit-appearance:none;
   -moz-appearance:none;
	appearance:none;
	width:calc(100% - 200px);
	font-family: 'latoregular', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #898989;
	background-color: #FFF;
	padding:5px 20px;
	margin:0;
	border: 1px dotted #CDCDCD;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
	resize: none;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.formular input[type="text"]::-webkit-input-placeholder, .formular input[type="search"]::-webkit-input-placeholder, .formular textarea::-webkit-input-placeholder,
.formular input[type="text"]:-moz-placeholder, .formular input[type="search"]:-moz-input-placeholder, .formular textarea:-moz-placeholder,
.formular input[type="text"]::-moz-placeholder, .formular input[type="search"]::-moz-input-placeholder, .formular textarea::-moz-placeholder,
.formular input[type="text"]:-ms-input-placeholder, .formular input[type="search"]::-ms-input-placeholder, .formular textarea:-ms-input-placeholder { 
	color:#CDCDCD;
}
.formular input[type="text"]:focus, .formular input[type="search"]:focus, .formular textarea:focus {
	background: #EFEFEF;
}
button.sbmt {
    width:100%;
	background-color: #FFF;
	padding:5px 20px;
	margin:0;
    text-align: center;
	border: 1px solid #BB2A22;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
	font-family: 'latoregular', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 100%;
    cursor: pointer;
	color: #BB2A22;
	-webkit-appearance:none;
    -moz-appearance:none;
	appearance:none;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
button.sbmt i {
	color: inherit;
	font-size: 2em;
    vertical-align:sub;
}
button.sbmt:hover {
	color: #D7812C;
	border: 1px solid #D7812C;
}

button.sbmt srch i {
	font-size: 0.75em;
}
.formular input[type="submit"] {
	font-family: 'latoregular', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 1em;
    cursor: pointer;
	color: #BB2A22;
	background-color: transparent;
	border: none;
	-webkit-appearance:none;
    -moz-appearance:none;
	appearance:none;
	-webkit-transition: .5s;
	transition: .5s;
}
.formular input[type="submit"]:hover {
	color: #D7812C;
}

acronym { /* Suchbegriff hervorheben */
	color: #FFF;
	background: #BB2A22;
	padding:0 3px;
}
var { /* Datei-Info */
	font-family: 'latolightitalic', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #898989;
	margin: 0;
}



/*	Tabelle		---------------------------------------------------------------------------------------------------- */


table {
	position:relative;
	width:100%;
    max-width: 1024px;
	padding:0;
	border-collapse: collapse;
	margin:0 auto;
	background-color: #DDD;
    border: none;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    overflow: hidden;
}
table tr:nth-of-type(even) {
	background-color: #CCC;
}
th, td {
	width: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
	vertical-align:top;
	border: 1px solid #FFF;
	text-align:left;
	padding:20px;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
th {
	font-family: 'latobold', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 0.9375em;
	color: #FFF;
	background-color:#898989;
}
td {
	font-family: 'latoregular', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #898989;
}


/*	Popup	---------------------------------------------------------------------------------------------------- */

.popup {
	position:fixed;
	border:solid 1px #A7A7A7;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	width:60%;
	height:auto;
	left:20%;
	right:20%;
	top:10%;
	margin:auto;
	padding:20px;
	display:block;
	background-color:#E4E4E4;
	z-index:9999;
}
.popup p {
	text-align:center;
	font-size: 1.25em;
	color:#BB2A22;
}
.cover {
	background-color:#FFF;
	width:100%;
	height:100%;
	display:block;
	position:fixed;
	z-index:9998;
}
.closepopup {
	font-size:1em;
}



/****************************************************************************************************/

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

/*	Basic		---------------------------------------------------------------------------------------------------- */


h1 {
	font-size: 45px;
	padding:0 0 30px;
}
h2 {
	font-size: 25px;
    padding:0 0 30px;
	margin: 0 0 40px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
	margin: 0 0 40px;
}
    
    
/*	Pagenav		---------------------------------------------------------------------------------------------------- */

    
    
/*	Columns		---------------------------------------------------------------------------------------------------- */

    
    
/*	Content		---------------------------------------------------------------------------------------------------- */



/*	Formular/Suche		---------------------------------------------------------------------------------------------------- */


    
}


/****************************************************************************************************/

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


/*	Basic		---------------------------------------------------------------------------------------------------- */


h1 {
	font-size: 40px;
	padding:0 0 30px;
}
h2 {
	font-size: 24px;
    padding:0 0 30px;
	margin: 0 0 40px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
	margin: 0 0 40px;
}
    
    
/*	Pagenav		---------------------------------------------------------------------------------------------------- */

article.pagenav {
    margin: 40px auto;
}
article.pagenav div {
    padding: 0 1px 0 0;
    display:inline;
}
article.pagenav a,
article.pagenav a:first-of-type,
article.pagenav a:last-of-type,
article.pagenav div a:first-of-type,
article.pagenav div a:last-of-type {
    height:40px;
    font-size: 16px;
	line-height:40px;
	padding:0 15px;
	margin:0 2px 2px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
    
/*	Columns		---------------------------------------------------------------------------------------------------- */


.columns {
    max-width: 100%;
    margin: 50px auto 20px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	-ms-column-gap: 1em;
	column-gap: 1em;
    column-rule: 1px dotted #CDCDCD;
}
.columns h3, .columns h4, .columns p, .columns ul, .columns li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	margin: 0;
}
.columns h3 {
    border-bottom: 1px dotted #CDCDCD;
    padding: 0 0 20px;
    margin: 0 40px 40px;
}
.columns h4, .columns p, .columns ul {
	padding:0 40px 20px;
}
.columns li {
	margin:0 0 0 20px;
}
.columns hr {
    height: 50px;
    background:transparent;
	-webkit-column-break-after: column;
	page-break-after:column;
	break-after:column;
	border: none;
}
    
    
/*	Content		---------------------------------------------------------------------------------------------------- */


section {
    max-width: 100%;
	padding:0 380px 0 40px;
}
section.start article.headline {
	margin:10px 0 50px;
}
article {
	margin:40px auto;
	padding:20px;
}
article.headline {
	margin:10px 0 60px;
}
article.headline h1 {
	font-size: 30px;
	padding:20px;
}
article.headline h2 {
	font-size: 15px;
}
article.headline h2 a {
	padding:20px 10px;
}
article.headline h3 {
	font-size: 17px;
	padding:20px;
}
article.half {
	width:50%;
    height: 400px;
	margin:0 0 20px;
}
iframe {
	width:50%;
    height: 400px;
	margin:0 0 20px;
}
article.box {
    max-width: 1024px;
	padding:0;
	margin:80px auto;
    border: 1px solid #CDCDCD;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
article.half h2,
article.box h2 {
    line-height: 60px;
    padding:0;
    margin: 0 0 40px;
}
article.box p {
	padding:0 20px;
}
article.box img {
	margin:20px auto 40px;
}

article.doctolib {
    max-width: 800px;
	margin:80px auto;
	padding:0;
    border: 1px solid #D7812C;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
article.doctolib h2 {
    font-size:20px;
    line-height: 80px;
}
article.doctolib img {
    height:30px;
    line-height:80px;
}
article.doctolib a {
    height:40px;
    font-size:24px;
    line-height:40px;
    padding: 0 20px;
}


/*	Formular/Suche		---------------------------------------------------------------------------------------------------- */


.formular li {
	margin:0 0 20px;
}
.formular li.slct {
	font-size: 1em;
}
.formular input[type="text"], .formular input[type="search"], .formular textarea { 
	font-size: 1em;
	padding:5px 20px;
	border: 1px dotted #CDCDCD;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
.formular label { 
	width:200px;
	font-size: 1em;
	padding:0 20px 0 0;
}
.formular select { 
	width:calc(100% - 200px);
	font-size: 1em;
	padding:5px 20px;
	border: 1px dotted #CDCDCD;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
button.sbmt {
	padding:5px 20px;
}
.formular input[type="submit"] {
	font-size: 1em;
}


}



/****************************************************************************************************/

@media only screen and (max-width: 1280px) {
    
    
/*	Basic		---------------------------------------------------------------------------------------------------- */


h1 {
	font-size: 40px;
	padding:0 0 30px;
}
h2 {
	font-size: 22px;
    padding:0 0 30px;
	margin: 0 0 30px;
}
h3 {
	font-size: 20px;
	margin: 40px 0 30px;
}
h4 {
	font-size: 18px;
	margin: 0 0 30px;
}
    
    
/*	Pagenav		---------------------------------------------------------------------------------------------------- */

article.pagenav {
    margin: 30px auto;
}
article.pagenav a,
article.pagenav a:first-of-type,
article.pagenav a:last-of-type,
article.pagenav div a:first-of-type,
article.pagenav div a:last-of-type {
    height:36px;
    font-size: 16px;
	line-height:36px;
	padding:0 15px;
}
    
/*	Columns		---------------------------------------------------------------------------------------------------- */


.columns {
    margin: 50px auto 20px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	-ms-column-gap: 1em;
	column-gap: 1em;
    column-rule: 1px dotted #CDCDCD;
}
.columns h3, .columns h4, .columns p, .columns ul, .columns li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	margin: 0;
}
.columns h3 {
    border-bottom: 1px dotted #CDCDCD;
    padding: 0 0 20px;
    margin: 0 40px 40px;
}
.columns h4, .columns p, .columns ul {
	padding:0 40px 20px;
}
.columns li {
	margin:0 0 0 20px;
}
.columns hr {
    height: 50px;
    background:transparent;
	-webkit-column-break-after: column;
	page-break-after:column;
	break-after:column;
	border: none;
}
    
    
/*	Content		---------------------------------------------------------------------------------------------------- */


section {
    max-width: 100%;
	padding:0 310px 0 30px;
}
section.start article.headline {
	margin:0 0 43px;
}
article.headline {
	margin:0 0 50px;
    letter-spacing: 0.1em;
}
article.headline h1 {
	font-size: 28px;
	padding:20px;
}
article.headline h2 {
	font-size: 15px;
}
article.headline h2 a {
	padding:20px 10px;
}
article.headline h3 {
	font-size: 16px;
	padding:20px;
}
article.half {
	width:60%;
    height: 450px;
	margin:0 0 20px;
}
iframe {
	width:40%;
    height: 450px;
	margin:0 0 20px;
}
article.box {
    max-width: 1024px;
	padding:0;
	margin:80px auto;
    border: 1px solid #CDCDCD;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
article.half h2,
article.box h2 {
    line-height: 60px;
    padding:0;
    margin: 0 0 40px;
}
article.split div {
	padding:0 30px;
}

article.box p {
	padding:0 20px;
}
article.box img {
	margin:20px auto 40px;
}

article.doctolib {
    max-width: 800px;
	margin:80px auto;
    border: 1px solid #D7812C;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
article.doctolib h2 {
    font-size:20px;
    line-height: 80px;
}
article.doctolib img {
    height:30px;
    line-height:80px;
}
article.doctolib a {
    height:40px;
    font-size:24px;
    line-height:40px;
    padding: 0 20px;
}



/*	Formular/Suche		---------------------------------------------------------------------------------------------------- */


.formular li {
	margin:0 0 20px;
}
.formular li.slct {
	font-size: 1em;
}
.formular input[type="text"], .formular input[type="search"], .formular textarea { 
	font-size: 1em;
	padding:5px 20px;
	border: 1px dotted #CDCDCD;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
.formular label { 
	width:200px;
	font-size: 1em;
	padding:0 20px 0 0;
}
.formular select { 
	width:calc(100% - 200px);
	font-size: 1em;
	padding:5px 20px;
	border: 1px dotted #CDCDCD;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
button.sbmt {
	padding:5px 20px;
}
.formular input[type="submit"] {
	font-size: 1em;
}
    
}

    
/****************************************************************************************************/

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

/*	Basic		---------------------------------------------------------------------------------------------------- */


h1 {
	font-size: 36px;
	padding:0 0 30px;
}
h2 {
	font-size: 20px;
    padding:0 0 30px;
	margin: 0 0 30px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
	margin: 0 0 30px;
}
    
    
/*	Pagenav		---------------------------------------------------------------------------------------------------- */

article.pagenav {
    margin: 30px auto;
}
article.pagenav a,
article.pagenav a:first-of-type,
article.pagenav a:last-of-type,
article.pagenav div a:first-of-type,
article.pagenav div a:last-of-type {
    height:30px;
    font-size: 15px;
	line-height:30px;
	padding:0 10px;
	margin:0 1px 1px 0;
}
    
/*	Columns		---------------------------------------------------------------------------------------------------- */


.columns {
    margin: 50px auto 20px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	-ms-column-gap: 1em;
	column-gap: 1em;
    column-rule: 1px dotted #CDCDCD;
}
.columns h3, .columns h4, .columns p, .columns ul, .columns li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	margin: 0;
}
.columns h3 {
    border-bottom: 1px dotted #CDCDCD;
    padding: 0 0 20px;
    margin: 0 40px 40px;
}
.columns h4, .columns p, .columns ul {
	padding:0 40px 20px;
}
.columns li {
	margin:0 0 0 20px;
}
.columns hr {
    height: 50px;
    background:transparent;
	-webkit-column-break-after: column;
	page-break-after:column;
	break-after:column;
	border: none;
}
    
    
/*	Content		---------------------------------------------------------------------------------------------------- */


section {
	margin: 180px auto 30px;
	padding:0 20px;
}
section.start {
	margin: 180px auto 0;
}
section:nth-of-type(2) {
	margin: 0 auto;
}
section.start article.headline {
	margin:0 0 20px;
}
article.headline {
	margin:0 0 40px;
    letter-spacing: 0.1em;
}
article.headline h1 {
	font-size: 24px;
	padding:15px;
}
article.headline h2 {
	font-size: 12px;
}
article.headline h2 a {
	padding:15px 10px;
}
article.headline h3 {
	font-size: 15px;
	padding:15px;
}
article.half {
	width:50%;
    height: 400px;
	margin:0 0 20px;
}

    
article.split {
    max-width: 100%;
}
article.split div {
	padding:0 40px;
}

iframe {
	width:50%;
    height: 400px;
	margin:0 0 20px;
}
article.box {
    max-width: 100%;
	padding:0;
	margin:50px auto;
    border: 1px solid #CDCDCD;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
article.half h2,
article.box h2 {
    line-height: 50px;
    padding:0;
    margin: 0 0 40px;
}
article.box p {
	padding:0 20px;
}
article.box img {
	margin:20px auto 40px;
}

article.doctolib {
    max-width: 800px;
	margin:50px auto;
    border: 1px solid #D7812C;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
article.doctolib h2 {
    font-size:20px;
    line-height: 80px;
}
article.doctolib img {
    height:30px;
    line-height:80px;
}
article.doctolib a {
    height:40px;
    font-size:24px;
    line-height:40px;
    padding: 0 20px;
}
article ul, article ol {
    max-width:100%;
}
    

/*	Formular/Suche		---------------------------------------------------------------------------------------------------- */


.formular li {
	margin:0 0 20px;
}
.formular li.slct {
	font-size: 1em;
}
.formular input[type="text"], .formular input[type="search"], textarea { 
	font-size: 1em;
	padding:5px 20px;
	border: 1px dotted #CDCDCD;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
.formular label { 
	width:200px;
	font-size: 1em;
	padding:0 20px 0 0;
}
.formular select { 
	width:calc(100% - 200px);
	font-size: 1em;
	padding:5px 20px;
	border: 1px dotted #CDCDCD;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
button.sbmt {
	padding:5px 20px;
}
.formular input[type="submit"] {
	font-size: 1em;
}
    
/*	Tabelle		---------------------------------------------------------------------------------------------------- */


table {
    max-width: auto;
	margin:0;
}


}  
    
/****************************************************************************************************/

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


/*	Basic		---------------------------------------------------------------------------------------------------- */


h1 {
	font-size: 34px;
	padding:0 0 20px;
}
h2 {
	font-size: 20px;
    padding:0 0 20px;
	margin: 0 0 20px;
}
h3 {
	font-size: 18px;
	margin:40px 0 20px;
}
h4 {
	font-size: 16px;
	margin: 0 0 20px;
}
    
    
/*	Pagenav		---------------------------------------------------------------------------------------------------- */

article.pagenav {
    margin: 20px auto;
}
    
/*	Columns		---------------------------------------------------------------------------------------------------- */

.columns {
    margin: 40px auto 20px;
	-moz-column-count: 1;
	-ms-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	-moz-column-gap: 0;
	-ms-column-gap: 0;
	-webkit-column-gap: 0;
	column-gap: 0;
    column-rule: none;
    break-inside: avoid-column;
    display:inline-block;
}
.columns h3, .columns h4, .columns p, .columns ul, .columns li {
	-webkit-column-break-inside: avoid-column;
	page-break-inside: avoid-column;
	break-inside: avoid-column;
}
.columns h3 {
    padding: 0 0 20px;
    margin: 20px 0;
}
.columns h4, .columns p, .columns ul {
	padding:0 0 20px;
}
.columns hr {
    display: none;
    height: 0;
	-webkit-column-break-after: auto;
	page-break-after: auto;
	break-after: auto;
}




    
    
/*	Content		---------------------------------------------------------------------------------------------------- */


article.headline {
	margin:0 0 30px;
    letter-spacing: 0.1em;
}
article.headline h1 {
	font-size: 24px;
	padding:10px;
}
article.headline h2 {
	font-size: 12px;
}
article.headline h2 a {
	padding:10px;
}
article.headline h3 {
	font-size: 14px;
	padding:10px;
}
    
article.half {
    float: none;
	width:100%;
    height: auto;
	margin:0;
	padding:0 0 20px;
    -moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
}

article.split div {
	width:55%;
	padding:0 20px;
}
article.split div:first-of-type {
	width:45%;
}
article.split div img {
    height:auto;
	width: 100%;
}
    
iframe {
    float: none;
	width:100%;
    height: 300px;
	margin:0 0 20px;
	border-left: 1px solid #A7A7A7;
    border-top: none;
    -moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px;
}
article.box {
    max-width: 100%;
	padding:0;
	margin:50px auto;
    border: 1px solid #CDCDCD;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
article.half h2,
article.box h2 {
    line-height: 50px;
    padding:0;
    margin: 0 0 40px;
}
article.box p {
	padding:0 20px;
}
article.box img {
	margin:20px auto 40px;
}

article.doctolib {
    max-width: 100%;
	margin:40px auto;
    border: 1px solid #D7812C;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
article.doctolib h2 {
    font-size:20px;
    line-height: 80px;
}
article.doctolib img {
    height:30px;
    line-height:80px;
}
article.doctolib a {
    height:40px;
    font-size:24px;
    line-height:40px;
    padding: 0 20px;
}


/*	Formular/Suche		---------------------------------------------------------------------------------------------------- */


.formular li {
	margin:0 0 20px;
}
.formular li.slct {
	font-size: 1em;
}
.formular input[type="text"], .formular input[type="search"], textarea { 
	font-size: 1em;
	padding:5px 20px;
	border: 1px dotted #CDCDCD;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
.formular label { 
	width:200px;
	font-size: 1em;
	padding:0 20px 0 0;
}
.formular select { 
	width:calc(100% - 200px);
	font-size: 1em;
	padding:5px 20px;
	border: 1px dotted #CDCDCD;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
button.sbmt {
	padding:5px 20px;
}
.formular input[type="submit"] {
	font-size: 1em;
}

}  	

/****************************************************************************************************/

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

a.scrollup {
	width: 40px;
	height:40px;
	font-size: 32px;
	line-height:40px;
}
    
/*	Basic		---------------------------------------------------------------------------------------------------- */


h1 {
	font-size: 30px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 16px;
}

article.imgs div {
    max-width:100%;
	border:1px dotted #CDCDCD;
    border-left:none;
    border-right:none;
    -moz-border-radius:0;
	-webkit-border-radius:0;
    border-radius:0;
}
article.imgs div.flt {
	float: none;
    width:100%;
	max-width: 100%;
    margin: 20px 0;
}
    
    
/*	Pagenav		---------------------------------------------------------------------------------------------------- */

article.pagenav {
    margin: 20px auto;
}
article.pagenav a,
article.pagenav a:first-of-type,
article.pagenav a:last-of-type,
article.pagenav div a:first-of-type,
article.pagenav div a:last-of-type {
    height:24px;
    font-size: 14px;
	line-height:24px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
    border-radius:0;
}
    
/*	Columns		---------------------------------------------------------------------------------------------------- */

.columns {
    margin: 30px auto 20px;
}
    
    
/*	Content		---------------------------------------------------------------------------------------------------- */


section {
	margin: 79px auto 20px;
	padding:0;
}
section.start {
	margin: 79px auto 0;
}
section.start article.headline {
	margin:0;
}
article.headline {
    letter-spacing: 0.05em;
	margin:0 0 20px;
    border-left: none;
    border-right: none;
    -moz-border-radius:0;
	-webkit-border-radius:0;
    border-radius:0;
}
article.headline h1 {
	font-size: 16px;
}
article.headline h2 {
	font-size: 10px;
}
article.headline h3 {
	font-size: 11px;
}
article.half {
    -moz-border-radius:0;
	-webkit-border-radius:0;
    border-radius:0;
}
article.split div {
	width:100%;
	float:none;
	padding:20px;
}
article.split div:first-of-type {
	width:100%;
	border-bottom: 1px dotted #CDCDCD;
	border-right: none;
}
iframe {
    height: 250px;
	margin:0 0 20px;
    -moz-border-radius:0;
	-webkit-border-radius:0;
    border-radius:0;
}
article.box {
    max-width: 100%;
	padding:0;
	margin:50px auto;
    border: 1px solid #CDCDCD;
    border-left: none;
    border-right: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
    border-radius:0;
}
article.half h2,
article.box h2 {
    line-height: 50px;
    padding:0;
    margin: 0 0 40px;
}
article.box p {
	padding:0 20px;
}
article.box img {
	margin:20px auto 40px;
}

article.doctolib {
    border-left: none;
    border-right: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
    border-radius:0;
}
article.doctolib h2 {
    font-size:16px;
    line-height: 60px;
}
article.doctolib img {
    height:24px;
    line-height:60px;
}
article.doctolib a {
    height:30px;
    font-size:18px;
    line-height:30px;
    padding: 0 10px;
}


/*	Formular/Suche		---------------------------------------------------------------------------------------------------- */

article.frmlr {
    max-width: 100%;
	padding:20px 0;
}
.frmlr p, .frmlr .smallprint {
    width: auto;
	padding:0 20px;
}
.formular li {
	margin:0 0 20px;
    padding: 0;
}
.formular li.slct {
	font-size: 1em;
}
.formular input[type="text"], .formular input[type="search"], textarea { 
	font-size: 1em;
	padding:5px 20px;
	border: 1px dotted #CDCDCD;
    border-left: none;
    border-right: none;
    -moz-border-radius:0;
	-webkit-border-radius:0;
    border-radius:0;
}
.formular label { 
	font-size: 1em;
	padding:0 10px;
}
.formular select { 
	font-size: 1em;
	padding:5px 20px;
	border: 1px dotted #CDCDCD;
    -moz-border-radius:0;
	-webkit-border-radius:0;
    border-radius:0;
}
button.sbmt {
	padding:5px 10px;
    border-left: none;
    border-right: none;
    -moz-border-radius:0;
	-webkit-border-radius:0;
    border-radius:0;
}
.formular input[type="submit"] {
	font-size: 1em;
}

/*	Tabelle		---------------------------------------------------------------------------------------------------- */


table {
    -moz-border-radius:0;
	-webkit-border-radius:0;
    border-radius:0;
}
th, td {
	padding:10px;
}

}



/****************************************************************************************************/

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


/*	Basic		---------------------------------------------------------------------------------------------------- */


h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 16px;
}
    
    
/*	Pagenav		---------------------------------------------------------------------------------------------------- */


article.pagenav a,
article.pagenav a:first-of-type,
article.pagenav a:last-of-type,
article.pagenav div a:first-of-type,
article.pagenav div a:last-of-type {
    height:24px;
    font-size: 12px;
	line-height:24px;
}
    
/*	Columns		---------------------------------------------------------------------------------------------------- */

.columns {
    margin: 30px auto 20px;
}
    
    
/*	Content		---------------------------------------------------------------------------------------------------- */


article.headline {
    letter-spacing: 0em;
}
article.half {
    -moz-border-radius:0;
	-webkit-border-radius:0;
    border-radius:0;
}
iframe {
    height: 250px;
	margin:0 0 20px;
    -moz-border-radius:0;
	-webkit-border-radius:0;
    border-radius:0;
}
article.box {
    max-width: 100%;
	padding:0;
	margin:50px auto;
    border: 1px solid #CDCDCD;
    border-left: none;
    border-right: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
    border-radius:0;
}
article.half h2,
article.box h2 {
    line-height: 50px;
    padding:0;
    margin: 0 0 40px;
}
article.box p {
	padding:0 20px;
}
article.box img {
	margin:20px auto 40px;
}

article.doctolib {
    border-left: none;
    border-right: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
    border-radius:0;
}
article.doctolib h2 {
    font-size:16px;
    line-height: 60px;
}
article.doctolib img {
    height:24px;
    line-height:60px;
}
article.doctolib a {
    height:30px;
    font-size:18px;
    line-height:30px;
    padding: 0 10px;
}


/*	Formular/Suche		---------------------------------------------------------------------------------------------------- */


.formular li {
	margin:0 0 20px;
}
.formular li.slct {
	font-size: 1em;
}
.formular input[type="text"], .formular input[type="search"], textarea { 
	font-size: 1em;
	border: 1px dotted #CDCDCD;
    border-left: none;
    border-right: none;
    -moz-border-radius:0;
	-webkit-border-radius:0;
    border-radius:0;
}
.formular label { 
	font-size: 1em;
	padding:0 10px;
}
.formular select { 
	font-size: 1em;
	padding:5px 20px;
	border: 1px dotted #CDCDCD;
    -moz-border-radius:0;
	-webkit-border-radius:0;
    border-radius:0;
}
button.sbmt {
	padding:5px 10px;
    border-left: none;
    border-right: none;
    -moz-border-radius:0;
	-webkit-border-radius:0;
    border-radius:0;
}
.formular input[type="submit"] {
	font-size: 1em;
}


}



/****************************************************************************************************/

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

    
/*	Content		---------------------------------------------------------------------------------------------------- */

article {
	padding:20px 10px;
}
article.headline h2 a {
	padding:5px;
}
article.half p,
article.box p {
	padding:0 10px;
}
    
/*	Formular/Suche		---------------------------------------------------------------------------------------------------- */
    
.frmlr p, .frmlr .smallprint {
	padding:0 10px;
}
.formular li.slct {
	font-size: 0.9375em;
}
.formular input[type="text"], .formular input[type="search"], textarea { 
	font-size: 0.875em;
	padding:5px 10px;
}
.formular label { 
	width:180px;
	padding:0 5px 0 10px;
}
.formular select { 
	width:calc(100% - 180px);
	padding:5px 10px;
}

}



/*
Farben

Rot: #BB2A22
Orange: #D7812C
Dunkelgrau: #898989
Grau: #A7A7A7
Hellgrau: #CDCDCD

*/