body {
    font-family: 'Roboto',sans-serif;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: .2px;
    font-weight: 400;
    width: 100%;
    min-height: 100vh;
    margin: 0
}

#TableOfContents a{
    color: #000;
    line-height: 30px;
}

#TableOfContents a:not(:hover) {
    text-decoration: none;
}

/* #TableOfContents a:active{color:red;} */

.text-sm{font-size:.8em; line-height: 1.2em;}

h6{font-size: .8em;}

.btn-light{
    background-color: transparent;
    border: 0.1rem solid;
    border-color: light-dark(#000, #ffffff);
    color: light-dark(#000, #ffffff);
    padding: 1.2rem 2.4rem;
    transition: all 0.5s ease;
    font-weight: 500;
}

/* .btn-light:hover {
    background: light-dark(rgba(123, 192, 203, 0.6), rgba(255, 255, 255, 0.8));
} */



strong {
    font-weight: 700;
}
p.light{
    font-weight:300;
}

.lead {
    
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: .32px
}

/* h1,h2,h3,h4,h5,h6 {
    font-weight: 700
}
 */
h1 {
    font-size: 72px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: .72px
}

.logo{
    width:150px; height:auto;
}

@media screen and (max-width: 1400px) {
    h1  {
        font-size:64px;
        letter-spacing: .64px
    }
}

@media screen and (max-width: 960px) {
    h1  {
        font-size:48px;
        letter-spacing: .48px
    }
}

@media screen and (max-width: 750px) {
    h1  {
        font-size:56px;
        font-weight: 300;
        line-height: 1.2;
        letter-spacing: .56px
    }
    
}

@media screen and (max-width: 750px) and (max-width: 1400px) {
    h1  {
        font-size:48px;
        letter-spacing: .48px
    }
}

@media screen and (max-width: 750px) and (max-width: 960px) {
    h1  {
        font-size:38px;
        letter-spacing: .38px
    }
}

h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3
}

.BlockRichText {
    border-left: 1px solid #ccc;
    padding-left: 20px;
}

@media screen and (max-width: 1400px) {
    h3 {
        font-size:28px
    }
}

@media screen and (max-width: 960px) {
    h3 {
        font-size:24px
    }
}

@media screen and (min-width: 961px) {
    .narrow>* {
        grid-column:3/-3
    }

    .BlockRichText {

        margin:0 90px;
    }

    .lead{font-size: 32px;}

    .logo{width:200px; height:auto;}
}

@media screen and (min-width: 1281px) {
    .narrow>* {
        grid-column:4/-4
    }
}




.BaseButton {
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-decoration: none;
    color: #333333;
    align-items: center;
    gap: 8px 20px
}

@media screen and (max-width: 960px) {
    .BaseButton {
        font-size:14px;
        letter-spacing: 1.4px
    }
}

.BaseButton:after {
    content: "";
    display: inline-block;
    background-color: #154194;
    width: 14px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.35976 10.2063L7.46225 9.26884L10.985 5.74611H0V4.45572H10.985L7.46225 0.932992L8.35976 0L13.4629 5.10313L8.35976 10.2063Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center right 10px;
    padding-block:12px;
    padding-inline: 32px 10px;
    border-radius: 40px;
    transition: padding-inline-start .4s cubic-bezier(.39,.575,.565,1)
}

.BaseButton.custom-vertical:after {
    margin-top: 1rem;
    margin-bottom: .5rem
}

.BaseButton:hover {
    color: currentColor
}

.BaseButton:hover:after {
    padding-inline-start:40px}

.BaseButton.simple:after {
    display:none
}

.BaseButton.out:after {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1282 7.8585L8.83067 7.83027L8.83067 2.84838L1.06311 10.6159L0.150672 9.7035L7.91823 1.93594L2.93634 1.93594L2.91124 0.641584L10.1282 0.641584L10.1282 7.8585Z' fill='white'/%3E%3C/svg%3E%0A")
}

.BaseButton.out.grey:after {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1282 7.8585L8.83067 7.83027L8.83067 2.84838L1.06311 10.6159L0.150672 9.7035L7.91823 1.93594L2.93634 1.93594L2.91124 0.641584L10.1282 0.641584L10.1282 7.8585Z' fill='%23666666'/%3E%3C/svg%3E%0A")
}

.BaseButton.secondary {
    color: #154194
}

.BaseButton.secondary:after {
    background-color: transparent;
    box-shadow: inset 0 0 0 1.5px #154194;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.35976 10.4125L7.46225 9.47508L10.985 5.95235H0V4.66196H10.985L7.46225 1.13923L8.35976 0.206238L13.4629 5.30937L8.35976 10.4125Z' fill='%230F218B'/%3E%3C/svg%3E%0A")
}

.BaseButton.white {
    color: #fff
}

.BaseButton.white:after {
    background-color: transparent;
    box-shadow: inset 0 0 0 1.5px #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.35976 10.4125L7.46225 9.47508L10.985 5.95235H0V4.66196H10.985L7.46225 1.13923L8.35976 0.206238L13.4629 5.30937L8.35976 10.4125Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A")
}

.BaseButton.whiteBg {
    color: #fff
}

.BaseButton.whiteBg:after {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.35976 10.4125L7.46225 9.47508L10.985 5.95235H0V4.66196H10.985L7.46225 1.13923L8.35976 0.206238L13.4629 5.30937L8.35976 10.4125Z' fill='%23333333'/%3E%3C/svg%3E%0A")
}

.BaseButton.white-gray:after {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.35976 10.4125L7.46225 9.47508L10.985 5.95235H0V4.66196H10.985L7.46225 1.13923L8.35976 0.206238L13.4629 5.30937L8.35976 10.4125Z' fill='%23666666'/%3E%3C/svg%3E%0A")
}

.BaseButton.grey {
    color: #666666
}

.BaseButton.grey:after {
    background-color: transparent;
    box-shadow: inset 0 0 0 1.5px #666666;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.35976 10.4125L7.46225 9.47508L10.985 5.95235H0V4.66196H10.985L7.46225 1.13923L8.35976 0.206238L13.4629 5.30937L8.35976 10.4125Z' fill='%23666666'/%3E%3C/svg%3E%0A")
}

.BaseButton.back {
    flex-direction: row-reverse
}

.BaseButton.back:after {
    transform: rotate(180deg)
}

.BaseButton.out:after {
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4582 7.6504L9.16075 7.62218L9.16075 2.64028L1.39319 10.4078L0.480751 9.4954L8.24831 1.72784L3.26641 1.72784L3.24132 0.433484L10.4582 0.433484L10.4582 7.6504Z' fill='white'/%3E%3C/svg%3E%0A")
}

.BaseButton+p {
    margin-block-start:20px}

.BaseButton>.BaseIcon {
    font-size: 1.2em
}

.BaseButton>.BaseIcon:first-child {
    margin-right: 12px
}

.BaseButton.large {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
    flex-wrap: wrap;
    row-gap: 0;
    -webkit-hyphens: auto;
    hyphens: auto
}

@media screen and (max-width: 1400px) {
    .BaseButton.large {
        font-size:40px
    }
}

@media screen and (max-width: 960px) {
    .BaseButton.large {
        font-size:30px
    }
}


.hellblau {
   /*  background-color: rgb(160, 195, 207); */
    background-color: rgb(230, 230, 230);
    color:#000
}
.hellblau a{color:#000}

/* .font-arial{
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
} */