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

html {
    -webkit-text-size-adjust: 100%;
}
body {
	background-color:#FFF;
	width:100%;
	margin:0 auto;
	font-family: 'Raleway_Regular', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: normal;
	font-style: normal;
	line-height:1.375;
	color: #222;
}


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

h1, h2, h3, h4, p {
	font-weight: normal;
	padding:0;
	margin: 0 0 20px 0;
}
h1, h2, h3 {
	text-transform: uppercase;
	letter-spacing: .1em;
}
h1 {
	font-family: 'Raleway_Thin', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #777;
	line-height:1;
	margin:20px 0;
	padding: 0 0 20px;
	text-align:center;
}
h1 span {
	display: block;
	font-size: 0.5em;
	font-family: 'Raleway_Light', Helvetica Neue, Arial, Helvetica, sans-serif;
	padding: 10px 0;
}
h2 {
	font-family: 'Raleway_Light', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 1.375em;
	color: #666;
	padding: 0 0 20px;
	text-align:center;
}
h1 strong, h2 strong {
	font-family: inherit;
	color: #000;
	text-transform: uppercase;
	letter-spacing: .1em;
}
h2 span {
	font-size: 0.875em;
}
h3 {
	font-family: 'Raleway_Regular', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #555;
}
h4 {
	font-family: 'Raleway_Medium', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	color: #444;
}
p {
	font-size: 1em;
}
pre {
	font-size:inherit;
	float:left;
	width:60px;
	margin: 0;
}

p.smallprint,
article.smallprint p, 
article.smallprint li {
	font-size: 15px;
	color: #666;
}
article.smallprint h4 {
	font-size: 16px;
	color: #666;
}
article.smallprint ol {
    counter-reset: item;
	margin:0 0 20px;
	padding:0;
}
article.smallprint ol li { 
    display:block;
	font-size: 15px;
	padding:0;
	margin:0;
}
article.smallprint ol li:before { 
    content: counters(item, ".") "  "; 
    counter-increment: item;
}
article.smallprint ol li ul li:before { 
    list-style:square;
    content:  "▪︎  "; 
    counter-increment:none;
}

.gelb {
	color: #F39200;
}
.center { 
	text-align: center; 
}
strong {
	font-family: 'Raleway_Bold', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
em {
	font-family: 'Raleway_Italic', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-style: normal;
}
strong em {
	font-family: 'Raleway_BoldItalic', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}
a {
	color: #00607C;
	text-decoration: none;
	-webkit-transition: .5s;
	transition: .5s;
}
a:hover {
	color: #F39200;
	text-decoration: none;
}

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

img {
	height:auto;
	line-height:0;
	border:none;
	display:block;
}
img.center {
	margin: 0 auto 20px;
}
img.row {
	width: 33.3333%;
	float: left;
	display:inline;
	margin: 0 0 20px;
	padding: 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

a.anker {
    display: block;
    position: relative;
    top: -120px;
}

svg.prtnr {
	position: relative;
	display: inline-block;
	height:75px;
	width:300px;
	background-image: url("../img/poertner.svg");
    background-size:300px 75px;
	background-position: center center;
	background-repeat: no-repeat;
	margin:0 10px;
	padding:0;
}

div.grecaptcha-badge {
	display: none !important;
	height: 0 !important;
	width: 0 !important;
	z-index:0 !important;
}

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

a.scrollup {
	position:fixed;
	display: none;
	width: 60px;
	height:80px;
	right:120px;
	bottom: 0;
	margin:0;
	padding:0;
	font-size: 40px;
	color:rgba(0,96,124,0.50);
	line-height:60px;
	text-align:center;
	background-color: rgba(255,255,255,0.75);
	overflow: hidden;
	z-index:99999;
}
a:hover.scrollup {
	color:#00607C;
	-webkit-transition: .5s;
	transition: .5s;
}


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

body {
	font-size: 115%;
}
	
}


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

body {
	font-size: 110%;
}

h1 {
	font-size: 2.25em;
}
	

a.anker {
    top: 0;
}

svg.prtnr {
	height:60px;
	width:240px;
    background-size:240px 60px;
}
	
}


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


h1 {
	font-size: 2em;
}

}


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

	
body {
	font-size: 100%;
}

p {
	font-size: 1.125em;
}

a.scrollup {
	width: 40px;
	height:60px;
	right:20px;
	font-size: 30px;
	line-height:50px;
}

svg.prtnr {
	height:50px;
	width:200px;
    background-size:200px 50px;
}
	
}

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

	
}

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

	
}



/* Farben
Zwaardvis gelb
100% = #F39200
Zwaardvis blau
100% = #00607C
*/