

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

h1, h2, h3, h4, p, .smallprint {
	font-weight: normal;
	padding:0;
	margin: 0 auto 40px;
}
h1, h2, h3 {
	text-align:center;
    letter-spacing: -0.01em;
}
h1 {
	font-family: 'hn86', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 60px;
	color: rgba(12,2,71,0.30);
	padding: 30px 0 0;
	margin: 0;
}
h1 strong {
	font-family: 'hn65', Helvetica Neue, Arial, Helvetica, sans-serif;
}
h1 span {
    display: block;
	font-family: 'hn66', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	padding: 20px 0 0;
	margin: 0;
}
h2 {
    font-family: 'hn86', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: rgba(12,2,71,0.60);
	padding: 0 0 30px;
	margin: 0 0 30px 0;
}
h2 span {
    display: block;
	font-family: 'hn66', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	padding: 0;
	margin: 0;
}
h2 i {
    border-bottom: 1px dashed rgba(12,2,71,0.50);
	font-size: 1.25em;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
h2 i.fa-external-link-alt {
    border-bottom: none;
	font-size: 0.875em;
    vertical-align: 0.075em;
	padding: 0;
	margin: 0;
}
h3 {
	font-family: 'hn66', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: rgba(12,2,71,0.80);
    padding: 0 0 20px;
}
h4 {
	font-family: 'hn65', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: rgba(12,2,71,0.90);
}
p {
	font-family: 'hn45', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 1.0625em;
	color: #666;
}
div.left h3 {
    text-align: left;
}
div.right h3 {
    text-align: right;
}
div.left p, div.left ul {
	margin: 0 auto 40px 0;
}
div.right p, div.right ul {
	margin: 0 0 40px auto;
}
p i {
    vertical-align: -1px;
}
pre {
    display: block;
	font-family: inherit;
	font-size:inherit;
	line-height: inherit;
	padding: 0;
	margin: 0 auto;
    white-space: pre;
}
.smallprint {
	font-size: 0.875em;
	color: #999;
}
.center,
p.center,
div.center h4, 
div.center h3 { 
    text-align: center; 
}
.noborder { 
	border: none;
}
strong {
	font-family: 'hn65', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
em {
	font-family: 'hn46', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-style: normal;
}
strong em {
	font-family: 'hn66', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}
sup {
	vertical-align:+0.25em;
	line-height:100%;
}
sub {
	vertical-align:bottom;
	line-height:75%;
}
a {
	color: rgba(46,53,109,0.5);
	text-decoration: none;
	-webkit-transition: .5s;
	transition: .5s;
}
a:hover {
	color: rgba(46,53,109,1.0);
	text-decoration: none;
}
.ds h4 {
	font-size: 1em;
	color: #999;
	margin: 30px auto 20px;
}
.ds p {
	font-family: 'hn35', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 0.9375em;
	color: #999;
	margin: 0 auto 20px;
}
.ds em {
	color: #CCC;
}
.ds li {
    font-size: 0.9375em;
	color: #999;
	margin:0 0 5px;
}

img {
	height:auto;
	width: 100%;
	line-height:0;
	display:block;
	margin: 0 auto;
	border:none;
}
div.visual img {
    display:block;
    width:100%;
    height:500px;
    object-fit: cover;
    object-position: 50%;
    line-height:0;
    border:none;
    overflow:hidden;
    margin:0 auto;
    padding:0;
    background-color: #FFF;
}
iframe {
    position: relative;
	display:block;
    width: 100%;
    height: 300px;
    border: none;
    border-top: 1px solid #F8F84E;
    margin: 0;
    padding: 0;
}
a.anker {
    display: block;
    position: relative;
    top: -250px;
}



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


article.columns div {
    max-width: 100%;
    margin: 0;
    padding: 0;
	-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 dashed rgba(12,2,71,0.25);
    border: 1px dashed rgba(12,2,71,0.50);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article.columns div h2 {
    column-span: all;
}
article.columns div span {
    position: relative;
    display: block;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
article.columns div h3, article.columns div h4, article.columns div p, article.columns div ul, article.columns div ol, article.columns div li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	margin: 0;
}
article.columns div h4, article.columns div p, article.columns div ul, article.columns div ol, article.columns div li {
	text-align: left;
}
article.columns div h2, article.columns div h3, article.columns div h4 {
	text-align: center;
    line-height: 1;
    border-bottom: 1px dashed rgba(12,2,71,0.25);
    padding: 30px 20px 20px;
    margin: 0 0 20px;
}
article.columns div h4 {
    margin: 0 40px 20px;
}

article.columns div li {
	margin:0 0 0 20px;
}

article.columns div p, article.columns div ul, article.columns div ol {
	padding:20px 40px;
}
article.columns div p:first-of-type,
article.columns div br.break + p {
	padding-top:50px;
}
article.columns div h4 + p:first-of-type {
	padding-top:20px;
}
article.columns div p:last-of-type {
	padding-bottom:50px;
}
article.columns div p.center { 
	font-family: 'hn66', Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1.125em;
    text-align: center; 
}
article.columns div img {
    max-width:250px;
    margin: 0 auto;
    padding: 30px 0;
    vertical-align: middle;
}
article.columns div img.extra {
    max-width:480px;
}



/*	Subnavi		---------------------------------------------------------------------------------------------------- */

nav.sub {
	position:relative;
	width:100%;
	height:auto;
	display:block;
	float:none;
	margin:0;
	padding:0;
	overflow:hidden;
	text-align: center;
	z-index:2;
}
nav.sub ul {
	display: inline-block;
    max-width:100%;
	margin: 0;
	padding: 0;
	list-style:none;
}
nav.sub li {
	height:50px;
	display:block;
	float:left;
	font-size: 16px;
	letter-spacing: .05em;
    text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	line-height:50px;
	color: #CCC;
	padding:0;
	margin:0 0 20px;
}
nav.sub a {
	display:block;
	font-family: 'hn65', Helvetica Neue, Arial, Helvetica, sans-serif;
	color: rgba(12,2,71,0.50);
	line-height:45px;
	background: #FFF;
	border: 1px dashed rgba(12,2,71,0.50);
    border-right: none;
	padding:5px 20px 0;
	margin: 0;
    vertical-align: middle;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
nav.sub li:first-of-type a {
    -moz-border-top-left-radius:25px;
    -moz-border-bottom-left-radius:25px;
    -webkit-border-top-left-radius:25px;
    -webkit-border-bottom-left-radius:25px;
    border-top-left-radius:25px;
    border-bottom-left-radius:25px;
}
nav.sub li:last-of-type a {
    border-right: 1px dashed rgba(12,2,71,0.50);
    -moz-border-top-right-radius:25px;
    -moz-border-bottom-right-radius:25px;
    -webkit-border-top-right-radius:25px;
    -webkit-border-bottom-right-radius:25px;
    border-top-right-radius:25px;
    border-bottom-right-radius:25px;
}
nav.sub a:hover {
	color: rgba(12,2,71,1.00);
	border-color: rgba(12,2,71,1.00);
	background: rgba(248,248,78,0.50);
}


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


section {
	position: relative;
	display:block;
	width:100%;
	height:auto;
	min-height: 800px;
    background-color: transparent;
	margin:0;
	padding:0;
	overflow: visible;
	z-index: 99;
}
section div.wrapper {
	position:relative;
	display: block;
	margin:0 auto;
	width:1600px;
	height:100%;
	padding:0;
	z-index:99;
}
section article {
	position: relative;
	display:block;
	width:100%;
	height:auto;
	padding:60px 0;
	margin: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow: auto;
}
section article:last-of-type {
	margin-bottom: 60px;
}
section article.ebusy {
	max-width:1280px;
    padding:0;
	margin: 0 auto 60px;
    background-color: rgba(12,2,71,1.00);
    border: 1px solid rgba(12,2,71,1.00);
    border-bottom: 10px solid rgba(12,2,71,1.00);
    -webkit-border-radius: 50px 50px 0 0;
    -moz-border-radius: 50px 50px 0 0;
    -o-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
}
section article.ebusy h2 {
	color: #FFF;
	padding: 30px 0;
	margin: 0;
}
section article.ebusy h2 a {
	color: rgba(248,248,78,0.70);
}
section article.ebusy h2 a:hover {
	color: rgba(248,248,78,1.00);
}
section article.ebusy div#ebusycontainer {
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
}
section article.ebusy div#ebusycontainer iframe {
    height: 400px !important;
}
section article.half {
    float: left;
	width:50%;
}
section article.half p {
	max-width:480px;
	padding:0 20px;
}
section article h3, section article h4, section article p, section article ul, section article ol, section article li, section article pre {
	max-width:1024px;
}
article ul, article ol {
	margin:0 auto 40px;
}
article ul {
	list-style: disc outside;
}
article ol {
	list-style: decimal outside;
}
article ol.abc {
	list-style: lower-alpha outside;
}
article li {
	font-family: 'hn45', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: inherit;
	color:#666;
	margin:0 0 0 20px;
    padding: 0 0 0 10px;
}
article ul.inside {
	margin:0;
    padding-bottom: 5px;
	list-style: circle outside;
}
article ul.inside li {
	font-family: 'hn35', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 0.9375em;
	color:#999;
	padding:0 0 0 5px;
    margin: 0;
}
article img {
    max-width:600px;
    margin: 20px auto;
}
article img.big {
    max-width:1024px;
}
article img.big.dbl {
    width:calc(50% - 10px);
    float: left;
    margin: 20px 5px;
}
article img.big.trpl {
    width:calc(33.3333% - 10px);
    float: left;
    margin: 20px 5px;
}
section article.news div {
    background-color: #FFF;
    border: 1px dashed rgba(12,2,71,0.75);
    padding: 0;
    margin: 40px auto 0 calc(50% - 512px);
	max-width:900px;
    -webkit-border-radius: 50px 0 0 0;
    -moz-border-radius: 50px 0 0 0;
    -o-border-radius: 50px 0 0 0;
    border-radius: 50px 0 0 0;
    overflow: hidden;
}
section article.news div:nth-of-type(even) {
    margin: 40px calc(50% - 512px) 0 auto;
    -webkit-border-radius: 0 50px 0 0;
    -moz-border-radius: 0 50px 0 0;
    -o-border-radius: 0 50px 0 0;
    border-radius: 0 50px 0 0;
}
section article.news div h3 {
    background-color: rgba(12,2,71,0.75);
    color: #FFF;
    padding: 20px;
}
section article.news div img {
    max-width: 480px;
}
section article.news div p,
section article.news div ul {
    padding:0 20px;
}
section article.news div li {
    margin:0 0 0 40px;
}

article.animate {
    min-height:500px;
    border-top: 1px dashed rgba(12,2,71,0.50);
    border-bottom: 1px dashed rgba(12,2,71,0.50);
    padding: 50px 0;
    margin: 0 0 50px;
    overflow: visible;
}
div.circle {
	position: relative;
    display: block;
	float: left;
	width:250px;
    height:250px;
	padding:0;
	margin:0 calc(12.5% - 125px);
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    overflow: hidden;
    z-index: 999;
    -webkit-transition: 0.5s;
	transition: 0.5s;
    animation-name: slide;
    animation-duration: 4s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}

@keyframes slide {
0% { top: 0;}
10% { top: 100px;}
25% { top: -600px;}
37% { top: 100px;}
52% { top: -450px;}
65% { top: 100px;}
80% { top: -200px;}
100% { top: 0;}
}


.circle a {
	position: relative;
    display: table;
	width:100%;
    height:100%;
	padding:0;
	margin:0;
	background-color: #F8F84E;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 40px 30px 20px rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0 40px 30px 20px rgba(255,255,255,0.5);
    box-shadow: inset 0 40px 30px 20px rgba(255,255,255,0.5);
    -webkit-transition: 1s;
	transition: 1s;
}
.circle a:hover {
	background-color: rgba(12,2,71,0.75);
}
div.circle.deg15 {
    margin-top: 0;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
    animation-delay: 0s;
}
div.circle.deg30 {
    margin-top: 50px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    animation-delay: 0.5s;
}
div.circle.deg-15 {
    margin-top: 100px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    animation-delay: 1s;
}
div.circle.deg-30 {
    margin-top: 150px;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    animation-delay: 1.5s;
}
div.circle.deg15 h2 {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
div.circle.deg30 h2 {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
div.circle.deg-15 h2 {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}
div.circle.deg-30 h2 {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}
div.circle.center {
	float: none;
}
.circle a span {
	position: absolute;
    display: block;
	width: 60%;
	height: 90%;
    top:0;
	padding:0;
	margin:auto;
	background-color: transparent;
    border: 12px solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.circle a span:first-of-type {
    left:-40%;
}
.circle a span:last-of-type {
    left: 70%;
}

.circle a h2 {
    position: relative;
    display: table-cell;
	height: 100%;
	width: 100%;
	font-family: 'hn86', Helvetica Neue, Arial, Helvetica, sans-serif;
    color: rgba(12,2,71,0.5);
    text-transform:none;
    letter-spacing: -0.01em;
    font-size: 40px;
	line-height: 35px;
    text-align: center;
	padding:0;
    margin: auto;
    vertical-align:middle;
    border: none;
    -webkit-transition: .75s;
	transition: .75s;
}
.circle a:hover h2 {
    color: #F8F84E;
}

article.boxes {
	padding:40px 0 0;
	margin: 0 0 50px 0;
}
article.boxes ul {
    display: block;
    width: 50%;
    float: none;
    list-style: none;
    margin: 0 auto;
	padding:0;
}
article.boxes li {
    display: block;
    float: none;
    list-style: none;
    width: 100%;
    height:auto;
    margin: 0;
    padding:40px 0;
    border-bottom: 1px solid #DDD;    
    overflow: hidden;
}
article.boxes li:last-of-type {
    border-bottom: none;
}
article.boxes li img {
    float: left;
    width:300px;
    height:auto;
    line-height:0;
    margin:0 0 0 50px;
    padding:0;
}
article.boxes li div {
    float: left;
    width:calc(100% - 350px);
    height:auto;
    margin:0;
    padding:0;
    font-family: 'hn45', Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1.125em;
	color:#999;
}
article.boxes li div p {
    float: left;
    margin:0 0 20px;
    font-family: 'hn45', Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 0.875em;
	color:#999;
     -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article.boxes li div p:first-of-type {
    border-bottom: 1px solid #EEE;
    width: 100%;
}
article.boxes li div strong {
    font-family: 'hn65', Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    line-height:50px;
}


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

table {
	position:relative;
	width: auto;
	padding:0;
	cellpadding:0;
	cellspacing:0;
	border-collapse: collapse;
	border: none;
	margin: 0 auto 1em;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
table tr {
	background-color:transparent;
}
th, td {
	width: auto;
	line-height:1;
	color: #666;
	font-weight: normal;
	vertical-align:top;
	background-color:transparent;
	height:auto;
	padding:10px;
	border: 1px solid #CCC;
	text-align:left;
}
th {
	font-family: 'hn65', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
td {
	font-family: 'hn45', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 0.9375em;
}



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



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


section div.wrapper {
	width:100%;
	max-width:1600px;
	padding:0 40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
	
}


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

    

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


section div.wrapper {
	max-width:1280px;
}
	
}
	
	
@media only screen and (max-width: 1280px) {

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



h1 {
	font-size: 50px;
	padding: 20px 0 0;
}
h1 span {
	padding: 15px 0 0;
}
h2 {
	font-size: 32px;
	padding: 0 0 30px;
	margin: 0 0 30px 0;
}
h3 {
	font-size: 24px;
    padding: 0 0 20px;
}
h4 {
	font-size: 18px;
}
p {
	font-size: 1em;
}
    
    
/*	Content		---------------------------------------------------------------------------------------------------- */


section div.wrapper {
	max-width:100%;
	padding:0 20px;
}
section article {
	padding:40px 0;
}
section article:last-of-type {
	margin-bottom: 40px;
}
section article.ebusy {
	max-width:1024px;
	margin: 0 auto 40px;
}
section article.news div {
    margin: 40px auto 0 calc(50% - 480px);
}
section article.news div:nth-of-type(even) {
    margin: 40px calc(50% - 480px) 0 auto;
}

article.animate {
    min-height:400px;
    padding: 40px 0;
    margin: 0 0 40px;
}
div.circle {
	width:200px;
    height:200px;
	margin:0 calc(12.5% - 100px);
}
.circle a {
    -webkit-box-shadow: inset 0 30px 25px 15px rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0 30px 25px 15px rgba(255,255,255,0.5);
    box-shadow: inset 0 30px 25px 15px rgba(255,255,255,0.5);
}
div.circle.deg30 {
    margin-top: 40px;
}
div.circle.deg-15 {
    margin-top: 80px;
}
div.circle.deg-30 {
    margin-top: 120px;
}
.circle a span {
    border: 10px solid #FFF;
}
.circle a h2 {
    font-size: 35px;
	line-height: 30px;
}
    
article.boxes {
    width: 100%;
	padding:40px 40px 0;
	margin: 0 0 50px 0;
}
article.boxes ul {
    width: 100%;
}
article.boxes li {
    padding:40px 0;
}
article.boxes li img {
    float: left;
    width:300px;
    margin:0 0 0 50px;
}
article.boxes li div {
    float: left;
    width:calc(100% - 350px);
}
article.boxes li div p {
    float: left;
    margin:0 0 20px;
}
article.boxes li div strong {
    font-size: 1.25em;
    line-height:50px;
}  
	
}


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

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

h1, h2, h3, h4, p, .smallprint {
	margin: 0 0 30px 0;
}

h1 {
	font-size: 40px;
}
h1 span {
	font-size: 0.625em;
	padding: 10px 0 0;
}

h2 {
	font-size: 28px;
	padding: 0 0 20px;
	margin: 0 0 20px 0;
}
h3 {
	font-size: 22px;
    padding: 0 0 20px;
}
h4 {
	font-size: 17px;
}

div.visual img {
    height:400px;
}
iframe {
    height: 250px;
}
    

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


article.columns div {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}
	
    
/*	Subnavi		---------------------------------------------------------------------------------------------------- */


nav.sub li {
	font-size: 14px;
	height:40px;
	line-height:40px;
	margin:0 10px 10px 0;
}
nav.sub a {
	line-height:35px;
	padding:5px 15px 0;
    border-right: 1px dashed rgba(12,2,71,0.50);
}
nav.sub a,
nav.sub li:first-of-type a,
nav.sub li:last-of-type a {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
    
	
/*	Content		---------------------------------------------------------------------------------------------------- */


section article {
	padding:30px 0;
}
section article:last-of-type {
	margin-bottom: 30px;
}
section article.ebusy {
	max-width:100%;
	margin: 0 auto 30px;
    -webkit-border-radius: 40px 40px 0 0;
    -moz-border-radius: 40px 40px 0 0;
    -o-border-radius: 40px 40px 0 0;
    border-radius: 40px 40px 0 0;
}
section article.half {
    float: none;
	width:100%;
}
section article.half p {
	max-width:100%;
	padding:0;
    margin:0;
}
  
section article h3, section article h4, section article p, section article ul, section article ol, section article li, section article pre {
	max-width:100%;
}
article ul, article ol {
	padding:0 30px;
}

section article.news div {
    border: 1px dashed rgba(12,2,71,0.75);
    margin: 30px auto 0 0;
	max-width:720px;
    -webkit-border-radius: 40px 0 0 0;
    -moz-border-radius: 40px 0 0 0;
    -o-border-radius: 40px 0 0 0;
    border-radius: 40px 0 0 0;
}
section article.news div:nth-of-type(even) {
    margin: 30px 0 0 auto;
    -webkit-border-radius: 0 40px 0 0;
    -moz-border-radius: 0 40px 0 0;
    -o-border-radius: 0 40px 0 0;
    border-radius: 0 40px 0 0;
}
section article.news div li {
    margin:0 0 0 30px;
}
    
article.animate {
    padding: 30px 0;
    margin: 0 0 30px;
}
div.circle {
	width:180px;
    height:180px;
	margin:0 calc(12.5% - 90px);
}
.circle a {
    -webkit-box-shadow: inset 0 30px 25px 15px rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0 30px 25px 15px rgba(255,255,255,0.5);
    box-shadow: inset 0 30px 25px 15px rgba(255,255,255,0.5);
}
div.circle.deg30 {
    margin-top: 30px;
}
div.circle.deg-15 {
    margin-top: 60px;
}
div.circle.deg-30 {
    margin-top: 90px;
}
.circle a span {
    border: 9px solid #FFF;
}
.circle a h2 {
    font-size: 30px;
	line-height: 28px;
}
    
article.boxes {
    width: 100%;
	border-left: none;
	border-right: none;
	padding:30px 30px 0;
	margin: 0 0 30px 0;
}
article.boxes li {
    padding:30px 0;
}
article.boxes li img {
    float: left;
    width:300px;
    margin:0 0 0 30px;
}
article.boxes li div {
    float: left;
    width:calc(100% - 350px);
}
article.boxes li div p {
    float: left;
    margin:0 0 20px;
}
article.boxes li div strong {
    font-size: 1.25em;
    line-height:50px;
}
    
    

}

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

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

h1 {
	font-size: 36px;
}
h1 span,
h2 span {
	font-size: 0.75em;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
iframe {
    height: 250px;
}
div.visual img {
    height:350px;
}

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

article.columns div {
    width: 100%;
	-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;
    border: 1px dashed rgba(12,2,71,0.50);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
article.columns div span {
	-webkit-column-break-inside: avoid-column;
	page-break-inside: avoid-column;
	break-inside: avoid-column;
}
article.columns div h2, article.columns div h3, article.columns div h4 {
    margin:30px 20px;
    padding:0 0 20px;
    -webkit-column-break-inside: avoid-column;
	page-break-inside: avoid-column;
	break-inside: avoid-column;
}
article.columns div p, article.columns div ul, article.columns div ol, article.columns div li {
	padding:0 20px 30px;
	-webkit-column-break-inside: avoid-column;
	page-break-inside: avoid-column;
	break-inside: avoid-column;
}
article.columns div p:first-of-type {
	padding-top:50px;
}
article.columns div br.break + p {
	padding-top:20px;
}
article.columns div h4 + p:first-of-type {
	padding-top:20px;
}
article.columns div img {
    max-width:250px;
    margin: 0 auto 20px;
}
    
    

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


section article.ebusy {
	margin: 0 auto 30px;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -o-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;
}
section article.ebusy h2 {
	padding: 30px 0;
	margin: 0;
}
section article.news div {
    border: 1px dashed rgba(12,2,71,0.75);
    margin: 30px auto 0;
	max-width:100%;
    -webkit-border-radius: 30px 0 0 0;
    -moz-border-radius: 30px 0 0 0;
    -o-border-radius: 30px 0 0 0;
    border-radius: 30px 0 0 0;
}
section article.news div:nth-of-type(even) {
    margin: 30px auto 0;
    -webkit-border-radius: 0 30px 0 0;
    -moz-border-radius: 0 30px 0 0;
    -o-border-radius: 0 30px 0 0;
    border-radius: 0 30px 0 0;
}
section article.news div li {
    margin:0 0 0 30px;
}
    
article.animate {
    min-height:300px;
    padding: 30px 0;
    margin: 0 0 30px;
}
div.circle {
	width:140px;
    height:140px;
	margin:0 calc(12.5% - 70px);
}
.circle a {
    -webkit-box-shadow: inset 0 20px 15px 10px rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0 20px 15px 10px rgba(255,255,255,0.5);
    box-shadow: inset 0 20px 15px 10px rgba(255,255,255,0.5);
}
div.circle.deg30 {
    margin-top: 20px;
}
div.circle.deg-15 {
    margin-top: 40px;
}
div.circle.deg-30 {
    margin-top: 60px;
}
.circle a span {
    border: 8px solid #FFF;
}
.circle a h2 {
    font-size: 24px;
	line-height: 22px;
}
    
article.boxes {
    width: 100%;
	border-left: none;
	border-right: none;
	padding:30px 30px 0;
	margin: 0 0 30px 0;
}
article.boxes li {
    padding:30px 0;
}
article.boxes li img {
    float: left;
    width:300px;
    margin:0 0 0 30px;
}
article.boxes li div {
    float: left;
    width:calc(100% - 350px);
}
article.boxes li div p {
    float: left;
    margin:0 0 20px;
}
article.boxes li div strong {
    font-size: 1.25em;
    line-height:50px;
}



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



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

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

h1, h2, h3, h4, p, .smallprint {
	margin: 0 0 20px 0;
}

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

div.visual img {
    height:250px;
}
iframe {
    height: 200px;
}

/*	Subnavi		---------------------------------------------------------------------------------------------------- */

nav.sub {
	padding:0 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
nav.sub li {
	font-size: 12px;
	height:30px;
	line-height:30px;
	margin:0 5px 5px 0;
}
nav.sub a {
	line-height:27px;
	padding:3px 10px 0;
}
nav.sub a,
nav.sub li:first-of-type a,
nav.sub li:last-of-type a {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
    
/*	---------------------------------------------------------------------------------------------------- */
    
article.columns {
    padding: 0;
    margin: 0 0 20px;
}
article.columns div {
    border-left: none;
	border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
article.columns div h2, article.columns div h3, article.columns div h4 {
    margin:20px 20px;
    padding:0 0 20px;
}
article.columns div p, article.columns div ul, article.columns div ol, article.columns div li {
	padding:0 20px 20px;
}
article.columns div p:first-of-type {
	padding-top:20px;
}
article.columns div p:last-of-type {
	padding-bottom:20px;
}
	
/*	Content		---------------------------------------------------------------------------------------------------- */

    
section div.wrapper {
	padding:0;
}
section article {
	padding:20px 10px;
}
section article.ebusy {
	margin: 0 0 20px;
	border-left: none;
	border-right: none;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
section article.ebusy h2 {
	padding:20px 10px;
}

article ul, article ol {
	padding:0 20px;
}
article img {
    max-width:100%;
}
section article.news {
	padding:0;
}
section article.news div,
section article.news div:nth-of-type(even) {
    border: none;
	max-width:100%;
    margin: 20px auto 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
section article.news div:last-of-type {
    border-bottom: 1px dashed rgba(12,2,71,0.75);
    margin: 20px auto 40px;
}
section article.news div li {
    margin:0 0 0 20px;
}
    
article.animate {
    min-height:300px;
    padding: 20px 10px;
    margin: 0 0 20px;
}
div.circle {  
    width:120px;
    height:120px;
	margin:0 calc(12.5% - 60px);
    animation-name: none;
}
div.circle.deg30 {
    margin-top: 0;
}
div.circle.deg-15,
div.circle.deg-30 {
    margin-top: 100px;
}
.circle a span {
    border: 7px solid #FFF;
}
.circle a h2 {
    font-size: 20px;
	line-height: 18px;
}
    
article.boxes {
    width: 100%;
	border-left: none;
	border-right: none;
	padding:20px 20px 0;
	margin: 0 0 20px 0;
}
article.boxes li {
    padding:20px 0;
}
article.boxes li img {
    float: none;
    margin:0 auto;
}
article.boxes li div {
    float: none;
    width:100%;
}
article.boxes li div pre {
    max-width: 200px;
    margin:30px auto 0;
    width: 100%;
    overflow: visible;
}
article.boxes li div p {
    float: none;
    width: 100%;
}
article.boxes li div strong {
    line-height:30px;
}



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

td, th {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
th {
	font-size: 0.9375em;
}
td {
	font-size: 0.75em;
}
	
}


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

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

    
article.animate {
    padding: 20px 0;
    overflow: hidden;
}
div.circle.deg-15,
div.circle.deg-30 {
    margin-top: 120px;
}

}

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

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

h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}

div.visual img {
    height:200px;
}
	
/*	Content		---------------------------------------------------------------------------------------------------- */





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


th {
	font-size: 0.875em;
}
td {
	font-size: 0.625em;
}
	
}


/* Farbe
100% = rgba(46,53,109,1.0)
*/

/* Farbe
Blau = #0C0247 / rgba(12,2,71,1.00)
Gelb = #F8F84E / rgba(248,248,78,1.00)
Hellgelb = #FDFDD9
*/