/*!
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=dc5cf5b5-263a-4102-83bd-66a820c00c48");
@font-face{
font-family:"FuturaMedium"; font-style: normal; font-weight: normal;
src:url("webfonts/0a41510f-c527-4001-89c5-d66d2c9ed34b.eot?#iefix");
src:url("webfonts/0a41510f-c527-4001-89c5-d66d2c9ed34b.eot?#iefix") format("eot"),url("webfonts/e17c7943-8db2-4470-9e2a-74a8d01f6776.woff2") format("woff2"),url("webfonts/6c72b0cb-89a1-4da9-8574-9244967bd9d6.woff") format("woff"),url("webfonts/dd79c75a-b0c9-4d70-a5a7-bdde1d5449fd.ttf") format("truetype"),url("webfonts/c35c8eec-24d3-4ed7-9159-df80a008bf54.svg#c35c8eec-24d3-4ed7-9159-df80a008bf54") format("svg");
}
@font-face{
font-family:"FuturaHeavy"; font-style: normal; font-weight: normal;
src:url("webfonts/752e3189-96d5-4999-8ae7-c435a470461b.eot?#iefix");
src:url("webfonts/752e3189-96d5-4999-8ae7-c435a470461b.eot?#iefix") format("eot"),url("webfonts/f3fa9288-dc04-4f75-b949-b06584863c9c.woff2") format("woff2"),url("webfonts/6b1bbd38-7556-4809-a151-88182a37116e.woff") format("woff"),url("webfonts/1f56887e-52d4-4229-b219-513cbef3ff58.ttf") format("truetype"),url("webfonts/33342cd1-a4fd-46e1-a810-aee3d1c24099.svg#33342cd1-a4fd-46e1-a810-aee3d1c24099") format("svg");
}
/*** reset ***/
/*!
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0pr2

*/
body{color:#000000;background:#F9F9F9; font-family:Arial,sans-serif;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#696969;}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,nav,section,summary,video{display: block;}
/*! end of Yahoo's reset */

button {
  -webkit-appearance: none !important;
  -moz-appearance:  none !important;
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
  border: none;
  color: #000000;
  background-color: #FFFFFF;
}

button::-moz-focus-inner {
  border:0;
  padding:0;
}

input::-ms-clear {
  display: none;
}

a:link,
a:visited,
a:active,
a:focus,
a:hover,
.btn:focus,
.btn:active {
  outline: 0;
}



/*** /reset ***/

a:link, a:visited, a:active, a:focus {
  color: #000000;
  background-color: transparent;
}

h1, h2, h3 {
  letter-spacing: .06em;
  line-height: 1.3em;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px 0px 0.7em;
}

h1,
.h1 {
	font-size: 46px;
}

h2,
.h2 {
	font-size: 32px;
}

h3,
.h3 {
	font-size: 26px;
}


.fonts-loaded h1,
.fonts-loaded h2,
.fonts-loaded h3{
  letter-spacing: normal;
  font-family: FuturaHeavy, Arial, sans-serif;
}




em, .em, strong, h4, h5, h6 {
  font-weight: bold;
}

p {
  line-height: 1.3em;
  margin-bottom: 1.3em;
}

.further-info {
  font-size: 12px;
}

.tiny-text {
  font-size: x-small !important;
}

.font-modest {
  font-size: 14px;
}

.font-medium {
  font-size: 18px;
}

.font-precise {
  font-size: 22px;
}

.font-lead {
  font-size: 38px;
}

/*** lists ***/
ul.horizontal li {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 6px;
}

ul.horizontal li:last-child {
    margin-right: 0;
}

ul.bullets li {
  padding: 0 0 5px 26px;
  margin-bottom: 0.5em;
  background-repeat: no-repeat;
  position: relative;
}

ul.bullets li::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #000;
  border-radius: 50%;
}


/*** grid ***/

@media (min-width: 800px) {
  .row:after {
      content: "";
      display: table;
      clear: both;
  }

  .column,
  .columns {
      width: 100%;
      float: left;
      box-sizing: border-box;
  }

  .column,
  .columns {
      margin-left: 1.6%;
  }

  .column:first-child,
  .columns:first-child {
      margin-left: 0;
  }

  .one.column,
  .one.columns { width: 6.8666666666667%; }
  .two.columns { width: 15.333333333333%; }
  .three.columns { width: 23.8%; }
  .four.columns { width: 32.266666666667%; }
  .five.columns { width: 40.733333333333%; }
  .six.columns { width: 49.2%; }
  .seven.columns { width: 57.666666666667%; }
  .eight.columns { width: 66.133333333333%; }
  .nine.columns { width: 74.6%; }
  .ten.columns { width: 83.066666666667%; }
  .eleven.columns { width: 91.533333333333%; }
  .twelve.columns { width: 100%; }

  .one-third.column { width: 32.266666666667%; }
  .two-thirds.column { width: 66.133333333333%; }

  .one-half.column { width: 49.2%; }

  .offset-by-one.column, .offset-by-one.columns { margin-left: 10.066666666667%; }
  .offset-by-two.column, .offset-by-two.columns { margin-left: 18.533333333333%; }
  .offset-by-three.column, .offset-by-three.columns { margin-left: 27%; }
  .offset-by-four.column, .offset-by-four.columns { margin-left: 35.466666666667%; }
  .offset-by-five.column, .offset-by-five.columns { margin-left: 43.933333333333%; }
  .offset-by-six.column, .offset-by-six.columns { margin-left: 52.4%; }
  .offset-by-seven.column, .offset-by-seven.columns { margin-left: 60.866666666667%; }
  .offset-by-eight.column, .offset-by-eight.columns { margin-left: 69.333333333333%; }
  .offset-by-nine.column, .offset-by-nine.columns { margin-left: 77.8%; }
  .offset-by-ten.column, .offset-by-ten.columns { margin-left: 86.266666666667%; }
  .offset-by-eleven.column, .offset-by-eleven.columns { margin-left: 94.733333333333%; }

  .offset-by-one.column:first-child, .offset-by-one.columns:first-child { margin-left: 8.4666666666667%; }
  .offset-by-two.column:first-child, .offset-by-two.columns:first-child { margin-left: 16.933333333333%; }
  .offset-by-three.column:first-child, .offset-by-three.columns:first-child { margin-left: 25.4%; }
  .offset-by-four.column:first-child, .offset-by-four.columns:first-child { margin-left: 33.866666666667%; }
  .offset-by-five.column:first-child, .offset-by-five.columns:first-child { margin-left: 42.333333333333%; }
  .offset-by-six.column:first-child, .offset-by-six.columns:first-child { margin-left: 50.8%; }
  .offset-by-seven.column:first-child, .offset-by-seven.columns:first-child { margin-left: 59.266666666667%; }
  .offset-by-eight.column:first-child, .offset-by-eight.columns:first-child { margin-left: 67.733333333333%; }
  .offset-by-nine.column:first-child, .offset-by-nine.columns:first-child { margin-left: 76.2%; }
  .offset-by-ten.column:first-child, .offset-by-ten.columns:first-child { margin-left: 84.666666666667%; }
  .offset-by-eleven.column:first-child, .offset-by-eleven.columns:first-child { margin-left: 93.133333333333%; }

  .offset-by-one-third.column, .offset-by-one-third.columns { margin-left: 33.866666666667%; }
  .offset-by-two-thirds.column, .offset-by-two-thirds.columns { margin-left: 67.733333333333%; }

  .offset-by-one-half.column, .offset-by-one-half.columns { margin-left: 50.8%; }
}
/* grid backgrounds */
.row-bg-five-cols-offset-by-one {
	background-size: contain;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABQAAAAABCAYAAACBgAP1AAAAI0lEQVRYhe3WAQ0AAAgDoPcvrTHcJ6QgocoAAFDv+pQAwC8LctjKtF6Po+0AAAAASUVORK5CYII=");
}



/*** /grid ***/


/*** Seitenelemente ***/
.body-wrapper {
  margin-top: 100px;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1440px) {
	.body-wrapper {
    width: 100%;
    margin-top: 0;
	}
}
  
.main-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 3.4722222222% 80px;
    box-sizing: border-box;
}

 
 .header-wrapper {
	position: fixed;
	top: 0;
	width: 1440px;
	z-index: 4;
	height: 60px;
	margin-left: -720px;
	padding: 0 80px;
	left: 50%;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAABCAYAAAAo2AkkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAJ0lEQVRYhe3MQQEAMBACoNk/tFfC/SAAeWNtuz4BAAAAAPgvSZbfAZSqBAL6jWqIAAAAAElFTkSuQmCC');
	background-size: 100%;
	background-repeat: repeat-y;
	box-sizing: border-box;
	transition: opacity 500ms ease-out;
}


@media (max-width: 1440px) {
	.header-wrapper {
    position: relative;
		width: 100%;
		left: 0;
		margin-left: 0;
		padding: 0 5.555555555555%;
	}
}

@media (max-width: 1024px) {
	.header-wrapper {
		
		margin: 0;
		padding: 0 20px;
		background-image: none;
		background-color: #FFFFFF;
	}
}

.page-header > div:first-child {
  left: 5.5%;
  width: 44.5%;
}

.page-header > div {
  position: absolute;
  top: 0;
  right: 5.5%;
  width: 44.5%;
  bottom: 0;
}

.page-header-logo {
  height: 22px;
  margin-top: 16px;
  margin-left: 30px;
}

.page-header ul.horizontal {
  font-size: 18px;
  line-height: 60px;
}

/*** /Seitenelemente ***/


/*** Buttons ***/
.btn,
a.btn:link,
a.btn:visited {
  text-rendering: optimizeLegibility;
  cursor: pointer;
  -webkit-appearance: none !important;
  -moz-appearance:  none !important;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  height: 3em;
  min-width: 12em;
  font-size: 14px;
  line-height: 2.6em;
  border-radius: 1.5em;
  padding: 0 2em;
  border-width: 0.2em;
  border-style: solid;
  border-color: #000000;
  color: #000000;
  background-color: #FFFFFF;
}

@media (max-width: 479px) {
  .btn {
    display: block;
  }
}


.btn:hover,
a.btn:hover{
  background-color: #FBFBFB;
}

.btn:disabled {
  color: #C0C0C0;
  border-color: #DDDDDD;
  cursor: default;
}

.btn-primary,
a.btn-primary:link,
a.btn-primary:visited {
  color: #FFFFFF;
  background-color: #000000;
}

.btn-primary:hover,
a.btn-primary:hover,
a.btn-primary:active {
  background-color: #222222;
  border-color: #222222;
}


.btn-primary:disabled {
  color: #FFFFFF;
  background-color: #D0D0D0;
  border-color: #D0D0D0;
}

.btn-cta,
a.btn-cta:link,
a.btn-cta:visited {
  color: #FFFFFF;
  background-color: #48D74B;
  border-color: #48D74B;
}

.btn-cta:hover,
a.btn-cta:hover,
a.btn-cta:active {
  background-color: #47cd4a;
  border-color: #47cd4a;
}

.btn.btn-small,
a.btn.btn-small {
  height: 2em;
  min-width: 10em;
  line-height: 1.6em;
  border-radius: 1em;
}

.btn + .btn {
  margin-left: 20px;
}

/*** forms ***/
input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea {
  border:1px solid #000;
  padding:5px 10px;
  font-size:16px;
  line-height:1.2em
 }
 label,label>input[type=email],label>input[type=password],label>input[type=search],label>input[type=tel],label>input[type=text],label>input[type=url],label>textarea {
  display:block
 }

 /*** /forms ***/

/*** utils ***/
.fullwidth {
  box-sizing:border-box;
  width:100%
 }

.ptn,.pvn,.pan{padding-top:0px !important}
.ptt,.pvt,.pat{padding-top:2px !important}
.pts,.pvs,.pas{padding-top:5px !important}
.ptm,.pvm,.pam{padding-top:10px !important}
.ptl,.pvl,.pal{padding-top:20px !important}
.ptxl,.pvxl,.paxl{padding-top:40px !important}
.ptxxl,.pvxxl,.paxxl{padding-top:60px !important}
.prn,.phn,.pan{padding-right:0px !important}
.prt,.pht,.pat{padding-right:2px !important}
.prs,.phs,.pas{padding-right:5px !important}
.prm,.phm,.pam{padding-right:10px !important}
.prl,.phl,.pal{padding-right:20px !important}
.prxl,.phxl,.paxl{padding-right:40px !important}
.prxxl,.phxxl,.paxxl{padding-right:60px !important}
.pbn,.pvn,.pan{padding-bottom:0px !important}
.pbt,.pvt,.pat{padding-bottom:2px !important}
.pbs,.pvs,.pas{padding-bottom:5px !important}
.pbm,.pvm,.pam{padding-bottom:10px !important}
.pbl,.pvl,.pal{padding-bottom:20px !important}
.pbxl,.pvxl,.paxl{padding-bottom:40px !important}
.pbxxl,.pvxxl,.paxxl{padding-bottom:60px !important}
.pln,.phn,.pan{padding-left:0px !important}
.plt,.pht,.pat{padding-left:2px !important}
.pls,.phs,.pas{padding-left:5px !important}
.plm,.phm,.pam{padding-left:10px !important}
.pll,.phl,.pal{padding-left:20px !important}
.plxl,.phxl,.paxl{padding-left:40px !important}
.plxxl,.phxxl,.paxxl{padding-left:60px !important}
.mtn,.mvn,.man{margin-top:0px !important}
.mtt,.mvt,.mat{margin-top:2px !important}
.mts,.mvs,.mas{margin-top:5px !important}
.mtm,.mvm,.mam{margin-top:10px !important}
.mtl,.mvl,.mal{margin-top:20px !important}
.mtxl,.mvxl,.maxl{margin-top:40px !important}
.mtxxl,.mvxxl,.maxxl{margin-top:60px !important}
.mrn,.mhn,.man{margin-right:0px !important}
.mrt,.mht,.mat{margin-right:2px !important}
.mrs,.mhs,.mas{margin-right:5px !important}
.mrm,.mhm,.mam{margin-right:10px !important}
.mrl,.mhl,.mal{margin-right:20px !important}
.mrxl,.mhxl,.maxl{margin-right:40px !important}
.mrxxl,.mhxxl,.maxxl{margin-right:60px !important}
.mbn,.mvn,.man{margin-bottom:0px !important}
.mbt,.mvt,.mat{margin-bottom:2px !important}
.mbs,.mvs,.mas{margin-bottom:5px !important}
.mbm,.mvm,.mam{margin-bottom:10px !important}
.mbl,.mvl,.mal{margin-bottom:20px !important}
.mbxl,.mvxl,.maxl{margin-bottom:40px !important}
.mbxxl,.mvxxl,.maxxl{margin-bottom:60px !important}
.mln,.mhn,.man{margin-left:0px !important}
.mlt,.mht,.mat{margin-left:2px !important}
.mls,.mhs,.mas{margin-left:5px !important}
.mlm,.mhm,.mam{margin-left:10px !important}
.mll,.mhl,.mal{margin-left:20px !important}
.mlxl,.mhxl,.maxl{margin-left:40px !important}
.mlxxl,.mhxxl,.maxxl{margin-left:60px !important}

.mha, .mla { margin-left: auto; }
.mha, .mra { margin-right: auto; }

.tar { text-align: right; }
.tac { text-align: center; }

.flr { float: right; }

.dib { display: inline-block; }

.hidden-frame {
  width: 0; 
  height: 0; 
  border: 0; 
  border: none; 
  position: absolute;
  visibility: hidden;
  top: -500px;
}
/*** utils ***/

/*** devices ***/

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop {
        display: inherit !important;
    }
    .visible-desktop {
        display: none !important ;
    }
    .visible-tablet {
        display: inherit !important;
    }
    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important;
    }
    .visible-desktop {
        display: none !important;
    }
    .visible-phone {
        display: inherit !important;
    }
    .hidden-phone {
        display: none !important;
    }
}

/*** /devices ***/

.arrow:before {
    display: inline-block;
    position: relative;
}

.arrow.arrow-left:before {
  padding-right: 6px;
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTIwIDEyMCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEuNDE0Ij48cGF0aCBkPSJNMTE3Ljc3OCA2NC40NTV2LTguOTFIMjQuMTZsMzQuNTk1LTMwLjk1OGgtMTYuOTZMMi4yMiA2MGwzOS41NzIgMzUuNDEzaDE2Ljk2TDI0LjE2IDY0LjQ1NWg5My42MTh6Ii8+PC9zdmc+");  
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
}


.alert {
  border: 1px solid #333;
  padding: 5px 10px;
  margin-bottom: 40px;
}

.alert.alert-error {
  color: #b02525;
  background-color: #ffc9c9;
  border-color: #b02525;
}

.alert.alert-success {
  color: #1c5828;
  background-color: #b2f2bb;
  border-color: #1c5828;
}
.alert.alert-warning {
  color: #d9480f;
  background-color: #ffec99;
  border-color: #d9480f;
}


/*** modals ***/

.na-modal-backdrop {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.5);
}

.na-modal-backdrop > div {
  padding: 60px;
  z-index: 1;
}

.na-modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 2001;
  width: 560px;
  margin-left: -280px;
  background-color: #FFFFFF;
  border: 1px solid #555555;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.na-modal.na-modal-size-s {
  width: 380px;
  margin-left: -190px;
}

.na-modal.na-modal-size-l {
  width: 720px;
  margin-left: -360px;
}

@media (max-width: 740px) {
  .na-modal.na-modal-size-l {
    width: 90%;
    margin-left: -45%;
  }
}

@media (max-width: 600px) {
  .na-modal {
    width: 400px;
    margin-left: -200px;
  }
}

@media (max-width: 420px) {
  .na-modal,
  .na-modal.na-modal-size-s,
  .na-modal.na-modal-size-l{
    width: 94%;
    margin-left: -47%;
  }
}

.mod-labelled-border {
  height: 1em;
  text-align: center;
  border-bottom: 1px solid #000;
}

.mod-labelled-border div {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
  top: 0.4em;
  line-height: 1em;
  background-color: #FFFFFF;
}

a:link.btn-dpa-id, a:visited.btn-dpa-id, a:hover.btn-dpa-id {
  height: 40px;
  color: #FFF;
  background-color: #3a67e5;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  border: none;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0 12px 0 50px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-block;
  line-height: 40px;
  min-width: 12em;
  font-size: 14px;
  background-image: url("https://sso.dpa-id.de/cas/images/dpa-id-icon.svg");
  background-repeat: no-repeat;
  background-position: 16px center;
}

a:hover.btn-dpa-id {
  background-color: #0019a5;
}