body {
    margin-top: 46px;
    /*
    font-family: courier-std, monospace;
    */
     font-family: courier, monospace;
    font-size: 17px;
    font-style: normal;
    
    font-weight: 400;
    line-height: 1.18;
    color:#000;
}



a,
a:hover {
    color: #000
}
.menu-btn:focus, .close-btn:focus, a:focus { outline: none;}

.menu-btn {
    margin: 3px;
}

p , ul{
    margin-top: 0;
    margin-bottom: 1.5rem; 
}
p.p-image{
    /*
    margin-bottom: 1.8rem;
    padding-top: 9px;
    */
}

p.p-image{
    max-width:600px
}
p.p-image2 {
   max-width: 425px;
}

.big-content{font-size:20px}
.big-content p {
    margin-top: 0;
    margin-bottom: 2.7rem;
}

@media (min-width: 370px) {
  .big-content{font-size:23px}  
}
@media (min-width: 400px) {
  .big-content{font-size:26px}  
}
@media (min-width: 576px) {
  .big-content{font-size:32px}  
}
@media (min-width: 768px) {
  .big-content{font-size:45px}  
}


h1 {
    font-size: 140px;
    line-height: 0.9;
    letter-spacing: -8px
}

h2,.h2 {
    font-size: 45px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-bottom: 50px;
}

p + h2 {
    margin-top: 80px;
}







ul{padding-left: 18px;list-style: none;}
ul li{position: relative}

ul li::before{
    content: ".";
    position: absolute;
    left: -18px;
    top:-4px;
}

section p:last-of-type{ margin-bottom: 0;}

.logo a:hover {
    text-decoration: none
}


.ar-logo{
    max-width: 350px;
    height: auto;
    width: 100%;
}
.ar-logo-container{
    position: absolute;
    top:0px
}

.navbar {
    padding: 8px 0px
}

.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767px) {
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px
    }
}

.senf {
    color: rgb(208, 208, 8)
}

.bg-tuerkis {
    background-color: rgb(40, 255, 185);
}

.bg-tuerkis2 {
    background-color: rgb(180, 255, 231);
}


.bg-schwarz {
    background-color: rgb(0, 0, 0);
    color:#fff;
    
}

.bg-schwarz a,
.bg-schwarz a:hover {
    color: #fff;
    color:  rgb(85, 85, 70);
}



.bg-senf {
    background-color: rgb(208, 208, 8)
}

.text-grey{
  color: rgb(105, 105, 90);
}

.text-gold{
  color: rgb(184, 148, 70);
}

.text-tuerkis{
  color: rgb(40, 255, 185);
}



.startwrapper{margin-bottom: 23vH;}
.startwrapper img{width:100%; max-width:630px}


#home-start {
    padding: 0px;
    height: calc(96vH - 46px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #fff;
    color:#000
}

.smallertext {
    font-size: 22px;
    display: block;
  
}
#home-start .smallertext{
      line-height: 1.5
}
.home-normal {
    font-size: 45px;
    display: block;
    line-height: 1
}
.biggertext {
  font-size: 60px;
  display: block;
  line-height: 1
}


#home {
    padding: 180px 0px 97px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


section {
   padding: 83px 0px 123px;
}
section.big-content {
    padding: 180px 0px 97px;
}

.section-margin-top{
   padding-top: 72px 
}




#das-doppelte-erreichen{
    background-color: rgb(238,238,236)
}




#menu .modal-dialog {
    max-width: 980px;
    margin: 0px 0px;
}

#modalclose{
    position: absolute;
    right:0px;
    top:0px;
    z-index: 10
}

#datenschutz .modal-content {
    background-color: black;
    border: 0px;
    color: #fff;
}

#menu .modal-content {
    width: 100%;
    pointer-events: auto;
    
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    font-size: 11px;
    padding: 20px 0px;
    line-height: 1.18
}
#datenschutz .modal-content a,#datenschutz .modal-content a:hover{
   color: rgb(85, 85, 70);
}




.modal-backdrop.show {
    opacity: 0;
}

.menu-block {
    margin-bottom: 15px
}

.menu-label {
    color: rgb(135, 135, 120)
}

#menu .modal-content a {
    color: #000;
    font-size: 11px;
    text-decoration: none
}

#menu .modal-content .main-label a{
     font-size: 13px;
}

#menu .modal-content a span{
   
    text-decoration: underline
}

.menu-block ul {
    list-style: none;
    padding-left: 14px;
    margin: 0px
}

.menu-block ul li::before{content:""; display: none}

@media (max-width: 575px) {
    h1 {
        font-size: 90px;
    }
    h2,.h2 {
        font-size: 40px;
    }
    
    .startwrapper{}
}



.modal-close{
    position: relative;
    margin-top: -15px;
    margin-bottom: 10px;
    margin-left: -5px;
}

.datenschutz,
.datenschutz h1,
.datenschutz h2,
.datenschutz h3,
.datenschutz h4
{font-size:17px!important}

.datenschutz h1{
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: normal;
    font-weight: 400;
    margin-bottom: 21px
}

.datenschutz h2{
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: normal;
    margin-bottom: 0px;
    font-weight: 400
}
.datenschutz h3{
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: normal;
    font-weight: 400;
    margin-bottom: 0px
}
.datenschutz h4{
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: normal;
    font-weight: 400
}
.datenschutz strong{font-weight:400}

.datenschutz p{}

.datenschutz p + h1,
.datenschutz p + h2,
.datenschutz p + h3,
.datenschutz p + h4,
.datenschutz p + h5,
.datenschutz p + h6
{
   margin-top:24px 
    
}

/*
*/

