
/*Text & Style Elements*/

body.container-xxl{
    padding:0;
}

p{
    font-family: Arial, Helvetica, sans-serif;
    font-size:15px;
}

.text-block{
    -webkit-hyphens: auto;
    hyphens:auto;
}

a{
    font-size:15px;
    color:black;
    text-decoration: none;
}

a:hover{color:#004f9e;}

.text-block li a:hover{
    margin-left:5px;
}

li{font-size:15px;}

h2{
    font-size:18px;
    line-height:1.2;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
}

h3{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #004f9e;
}

.header .header-text br{
    display:none;
}



@keyframes fadein {
    from {
      opacity:0;
    }
  
    to {
      opacity:1;
    }
  }

@media screen and (min-width:768px){
    p{font-size:16px;}
    a{font-size:16px;}
    li{font-size:16px;}
    h2{font-size:20px;}
    h3{font-size:20px;}
}

@media screen and (min-width:992px){
    p{font-size:18px;}
    a{font-size:18px;}
    li{font-size:18px;}
    h2{font-size:22px;}
    h3{font-size:22px;}
}

.content h3 hr{
    color:#ffed00;
    height:3px;
    margin-top:5px;
    opacity: 1;
    margin-bottom:20px;
}

.text-block ul li::marker{
    color:#ffed00;
    opacity: 1;
    font-size:40px;
}

.text-block ul li a{
    position:relative;
    bottom:8px;
}

.text-block ul{
    list-style: square;
    /*padding-inline-start: 15px;*/
    animation-duration: 3s;
    animation-name: fadein;
}

.space-between-text-blocks{
    height:50px;
}

.clearFloat{
    clear: both;
}

/*Header-Element*/

.header .header-text{
    background-color: #004f9ec5;
    color:white;
    padding:30px 30px 30px 30px;
    margin-top:-90px;
    margin-left:10px;
    margin-right:auto;
    animation-duration: 2s;
    animation-name: slidein;
}

.header .header-text h2{
    line-height:1.3;
}

.header .header-text br{
    display:block;
}

@keyframes slidein {
    from {
      margin-left: -100%;
      opacity:0;
    }
  
    to {
      margin-left: 1%;
      opacity:1;
    }
}

@media screen and (max-width:576px){
    @keyframes slidein {
        from {
          margin-left: -100%;
          opacity:0;
        }
      
        to {
          margin-left: 10%;
          opacity:1;
        }
      }
}

.header .header-background{
    height:250px;
    width:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/meiners_sicherheit_bg.jpg");
}

@media screen and (min-width:768px){
    .header .header-background{
        height:300px;
    }    
}

@media screen and (min-width:992px){
    .header .header-background{
        height:440px;
    }   
    
    .header .header-text{
        background-color: #004f9ec5;
        color:white;
        padding:30px 30px 25px 30px;
        margin-top:-105px;
        margin-left:10px;
        margin-left:10px;
    }
}

/*Footer*/

footer{
    background-color: #636362;
    color:white;
    padding:30px 0px 20px 0px;
    text-align:center;
}

footer p{font-size:15px;}
footer a{color:white;text-decoration: none;}
footer a:hover{color:#ffed00;}
footer .nav-link{color:white}
footer .nav-link:hover{color:#ffed00;}

footer ul{
    display:flex;
    list-style: none;
    width:auto;
    justify-content: space-between;
    padding:0;
}

footer ul li a{font-size:15px;}

footer .row{align-items: end;}

@media screen and (min-width:768px){
    footer ul li a{font-size:16px;}
    footer p{font-size:16px;}
    footer{margin-top:50px;}
}

@media screen and (min-width:992px){
    footer{
        text-align:left;
    }    
}


/*Inhalt*/

.content{
    margin-top:80px;
}

@media screen and (max-width:576px){
    .header .header-text{
        width:80%;
        margin-left:auto;
        margin-right:auto;
        display:block;
    }
}

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

    .content .text-block{
        margin-bottom: 30px;
    }
}

/*Cookie Banner*/

#tecart-cookie-banner .cc-header {
    background:none;
    padding-left: 0px;
    min-height: 30px;
    color:#004f9e;
}

.tcb-settings-modal-header .cc-header {
    background:none;
    padding-left: 0px;
    min-height: 30px;
    color:#004f9e;
}

.tcb-settings-modal input:checked + .tcb-slider {
    background-color: #004f9e!important;
  }