@font-face {
    font-family: 'OpenSans';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('fonts/opensans-bold-webfont.woff') format('woff'),
         url('fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

:root {
  --bartenblue: rgba(22,65,148,1);
  --bartengrau: rgba(112,111,111,1);
  
}

/*kill the shit*/
frame-type-textmediahtml, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,
caption,command,datalist,dfn,font, sub,sup,tt,var{    border: 0 none;  font: inherit;  margin: 0;  padding: 0;  vertical-align: baseline;background:transparent;outline:0;}
article, aside, details, figcaption, figure, footer, header, nav, section {display: block;}

body {line-height: 1;margin: 0}
ol, ul { list-style: none outside none;}
blockquote, q {    quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {    content: none;}
table, table td {    border-collapse: collapse;    border-spacing: 0;border:none;padding:0}
img {vertical-align:top;border:0}
embed {vertical-align:top;}
input[type=text], textarea{ outline:none;}
* {margin: 0;    padding: 0;-webkit-text-size-adjust: none;-webkit-padding-start: 0px;}
html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}


/***** ALLGEMEINER KRAMs *****/
*, *:before, *:after{box-sizing: border-box;font: 300 1rem/1.5 'OpenSans', serif; padding: 0; margin: 0;}
.ie9 img[src$=".svg"] {  width: 100%; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { img[src$=".svg"] { width: 100%;}}
svg:not(:root){overflow:hidden}

/*html, body { height: 100%;}*/
html {-moz-text-size-adjust: none;  overflow-y: scroll;}
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}

html, body{background: var(--bartenblue);font-family: 'OpenSans', sans-serif;overflow-x:hidden}
body      {color: white;margin: 0; padding: 0;font-size: 100%; line-height: 140%;font-weight: 300; text-align:center;}
body      {height: 100vh;display: flex;flex-direction: column;justify-content: center;}
body#dsvgo,
body#imprint {height: 100%}

a {text-decoration: none}

p	     {font-size:.9em; padding:.5em 0 0 0}
b,strong   {font-weight: bold}
i   {color:var(--bartengrau); font-style: normal}

main{margin: 0 auto; display: flex;justify-content: center; text-align:center;}
   
.logo{display: flex;justify-content: flex-end;align-items: center}
.logo img{padding-left:2em; margin-bottom: 1em}

.logo .img1{width: 150px; }
.logo .img2{width: 150px; }
.logo .img3{width: 100px; }

.box {max-width: 450px; text-align: left; color:var(--bartenblue);background: white; padding: 0 3em 1em 3em; margin: 1em; box-shadow: 5px 5px 10px #333;}
.box a {color: var(--bartenblue)}

.col-1 .box{text-align: right}
.col-1 .box{margin-right:0}

.box.ingbuero{position: relative; height: 19em}
.box.ingbuero address {position: absolute; right: 3em; top:9.5em}
.box.ingbuero img{width: 300px; margin-top: 1em}

.box.dipling img {width: 190px; margin-bottom: 1em;margin-top: 2.5em; margin-left: -1em;}

.box.invest img {width: 280px;margin-top: 1em;}

#dsvgo .box{max-width: 1000px; padding: 3em}
h1{font-size:3rem; font-weight: 300; line-height: 140%; padding: 0 0 .5em 0; hyphens:manual }
h2{font-size:2rem; font-weight: 500; line-height: 140%; padding-bottom: .75em; padding-top:.475em;hyphens:manual}
h3{font-size:1.75rem;font-weight: 500; line-height: 140%;padding-bottom: .75em;padding-top:1em;hyphens:manual}
h4{font-size:1.25rem;font-weight: 500; line-height: 140%;padding-bottom: .75em;padding-top:1em;hyphens:manual}
h5{font-size:1rem;  font-weight: 400; line-height: 140%;padding-bottom: .75em;padding-top:1em;hyphens:manual}
#dsvgo p,
#imprint p {padding:0 0 1em}
#imprint .logo{padding-top: 2em; padding-bottom: 2em}

footer 	 {text-align: center; color: white; margin-top: 1em}
footer a {color: white}

@media screen and (max-width:815px ){
  main{flex-direction: column;}
  .box{width: 450px; max-width: 450px;  margin:1em 0 0 0}
  body      {height: 100%;}
  #dsvgo .box { width: 96%; margin: 0 2%;}
}

@media screen and (max-width:540px ){ #dsvgo .box{max-width: 100%; width: 100%; margin: 0}}
@media screen and (max-width:475px ){#dsvgo .box {padding:3em 1em}}
@media screen and (max-width:485px ){.box{width: 100%; max-width: 100%;}}
@media screen and (max-width:460px ){#imprint .box{padding: 0 1em 1em 1em;}}
@media screen and (max-width:435px ){
  .box{padding:0 1.5em 1em 1.5em}
  .box.ingbuero address{right: 1.5em}
  
  .logo .img1{width: 100px; }
  .logo .img2{width: 100px; }
  .logo .img3{width: 80px; }
}
@media screen and (max-width:366px ){
  .box.ingbuero img {width: 240px;}
  .box.invest img {width: 220px;}
  
  .box{padding:0 1em 1em 1em}
  .box.ingbuero address{right: 1em}
}

@media screen and (max-height:680px ){ body{height: 100%;}}