
@font-face{
    font-family: Überschrift;
    src: url(Schriften/Roboto-Medium.ttf);}
@font-face{
    font-family: Unterschrift;
    src: url(Schriften/Roboto-Light.ttf);}
@font-face{
    font-family: Normale-Schrift;
    src: url(Schriften/Roboto-Thin.ttf);}

/*Allgemein*/
*{
    max-width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
    overscroll-behavior: none;
    overflow-x: clip;}
html {
    max-width: 100%;
    height: 100%;
    box-sizing: border-box;}
body{
    max-width: 100%;
    box-sizing: border-box;
    background-color: #F7F6F3;
    font-family: 'Normale-Schrift'!important;
    margin: 0;
    padding: 0;}

    /*Mobile*/
@media screen and (max-width: 480px){
    .tablet{display: none;}
    .laptop{display: none;}
    }
    
    /*Tablet*/
    @media screen and (min-width: 481px) and (max-width: 768px){
    .mobile{display: none;}
    .laptop{display: none;}
    }
    
    /*Laptop*/
    @media screen and (min-width: 769px){
    .mobile{display: none;}
    .tablet{display: none;}
    }
/*Nav-bar*/

/*Mobile Design*/
.mobile-nav-bar {
    box-sizing: border-box;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    position: fixed;
    z-index: 999;
    margin: 0;
    padding: 0;
    top: 0;
    background-color: #F7F6F3;
    box-shadow: 0px 10px 30px 0px #5f5f5f4f;
    padding-right: 10px;
    padding-left: 9px;}
.mobile-open-menu {
    box-sizing: border-box;
    top: 0;
    right:0;
    display: flex;
    cursor: pointer;}
.mobile-open-menu img{
    box-sizing: border-box;
    height: 54px;
    width:54px;}
#mobile-check {display: none;}
.mobile-close-menu {
    box-sizing: border-box;    
    display: flex;
    justify-content: flex-start;
    cursor: pointer;}
    .mobile-close-menu img{
    box-sizing: border-box;
    align-items: left;
    width: 44px;
    height: 44px;
    filter: brightness(0) saturate(100%) invert(96%) sepia(40%) saturate(359%) hue-rotate(306deg) brightness(112%) contrast(93%);}        
.mobile-menu {       
    flex-direction: column;
    align-items: left;
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    float: right;
    z-index: 100;
    background-color: #2D2C2D;
    display: none;
    box-shadow: -10px 0px 30px 0px #5f5f5f4f;} 
.mobile-menu li{
    box-sizing: border-box;
    list-style: none;
    display: flex;
    justify-content: center;
    max-width: 100%;
    height: 64px;}
.mobile-menu li a {
    box-sizing: border-box;
    width: 100%;
    padding-left: 25px;
    color: #F7F6F3;
    text-decoration: none;
    display: flex;
    align-items: center;
    letter-spacing: 0.5rem;
    font-size: 0.8rem;
    font-family: 'Normale-Schrift', !important;
    font-weight: 10;}
.mobile-menu li a h2{margin: 5px}
.mobile-menu-list a:hover{
        box-sizing: border-box;
        background-color: #F7F6F3;
        color: #2D2C2D;}
.mobile-closed-menu a:hover{
    background-color:#2D2C2D ;}
#mobile-check:checked ~ .mobile-menu {
    right: 0;
    display: flex;}  
#mobile-check:checked ~ #overlay{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;}
.mobile-kontakt-button{
    height: 54px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 6px;
    margin-bottom: 4px;
    border-radius: 7px ;
    border: none;
    box-shadow: none;
    outline: none;
    z-index: 1000;
    background-color: #2D2C2D;
    overflow-x: visible;}
.mobile-kontakt-button:hover{
    background-color: #F7F6F3;
    color: #2D2C2D;
    outline-width: 1px;
    outline-style: solid;
    outline-color: #2D2C2D;
    list-style: none;} 
.mobile-kontakt-button img{
        box-sizing: border-box;
        height: 54px;
        width:74px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 20px;
        padding-left: 20px;
        filter: brightness(0) saturate(100%) invert(96%) sepia(40%) saturate(359%) hue-rotate(306deg) brightness(112%) contrast(93%);}        
.mobile-kontakt-button img:hover{
    filter: none;}

/*Tablet-Design*/
.tablet-nav-bar {
    box-sizing: border-box;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    position: fixed;
    z-index: 999;
    margin: 0;
    padding: 0;
    top: 0;
    background-color: #F7F6F3;
    box-shadow: 0px 10px 30px 0px #5f5f5f4f;
    padding-right: 10px;
    padding-left: 9px;}
.tablet-open-menu {
    box-sizing: border-box;
    top: 0;
    right:0;
    display: flex;
    cursor: pointer;}
.tablet-open-menu img{
    box-sizing: border-box;
    height: 54px;
    width:54px;}
#tablet-check {display: none;}
.tablet-close-menu {
    box-sizing: border-box;    
    display: flex;
    justify-content: flex-start;
    cursor: pointer;}
.tablet-close-menu img{
    box-sizing: border-box;
    align-items: left;
    width: 54px;
    height: 54px;
    filter: brightness(0) saturate(100%) invert(96%) sepia(40%) saturate(359%) hue-rotate(306deg) brightness(112%) contrast(93%);}        
.tablet-menu {       
    flex-direction: column;
    align-items: left;
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    float: right;
    z-index: 100;
    background-color: #2D2C2D;
    display: none;
    box-shadow: -10px 0px 30px 0px #5f5f5f4f;}        
.tablet-menu li{
    box-sizing: border-box;
    list-style: none;
    display: flex;
    justify-content: center;
    max-width: 100%;
    height: 64px;}
.tablet-menu li a {
    box-sizing: border-box;
    width: 100%;
    padding-left: 25px;
    color: #F7F6F3;
    text-decoration: none;
    display: flex;
    align-items: center;
    letter-spacing: 0.5rem;
    font-size: 0.8rem;
    font-family: 'Normale-Schrift', !important;
    font-weight: 10;}
.tablet-menu-list a:hover{
        box-sizing: border-box;
        background-color: #F7F6F3;
        color: #2D2C2D;}
.tablet-closed-menu a:hover{
    background-color:#2D2C2D ;}
#tablet-check:checked ~ .tablet-menu {
    right: 0;
    display: flex;}  
#tablet-check:checked ~ #overlay{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;}
.tablet-kontakt-button{
    height: 54px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 6px;
    margin-bottom: 4px;
    border-radius: 7px ;
    border: none;
    box-shadow: none;
    outline: none;
    z-index: 1000;
    background-color: #2D2C2D;
    overflow-x: visible;}
.tablet-kontakt-button:hover{
    background-color: #F7F6F3;
    color: #2D2C2D;
    outline-width: 1px;
    outline-style: solid;
    outline-color: #2D2C2D;
    list-style: none;} 
.tablet-kontakt-button a{
    display: flex;
    align-items: center;
    height: 44px;
    padding-left: 0.5rem ;
    text-decoration: none;
    font-family:'Normale-Schrift'!important;}
.tablet-kontakt-button h2{
    box-sizing: border-box;
    color: #F7F6F3;
    letter-spacing: 0.5rem;
    font-weight: 10;
    font-size: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1rem;
    padding-top: 13px;
    padding-bottom: 13px;}
.tablet-kontakt-button h2:hover{
    color: #2D2C2D;}

/*Laptop-Design*/   
.nav-bar {
    box-sizing: border-box;
    width: 100%;
    height: 84px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    position: fixed;
    z-index: 999;
    margin: 0;
    padding: 0;
    top: 0;
    background-color: #F7F6F3;
    box-shadow: 0px 10px 30px 0px #5f5f5f4f;}
.open-menu {
    box-sizing: border-box;
    right: 2.5%;
    display: flex;
    cursor: pointer;}
.open-menu img{
    box-sizing: border-box;
    width: 64px;
    height: 64px;
    padding: 2.5%;}
#check {display: none;}
.close-menu {
    box-sizing: border-box;    
    display: flex;
    justify-content: flex-start;
    cursor: pointer;}
.close-menu img{
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    align-items: left;
    width: 64px;
    height: 64px;
    filter: brightness(0) saturate(100%) invert(96%) sepia(40%) saturate(359%) hue-rotate(306deg) brightness(112%) contrast(93%);}        
.menu {       
    flex-direction: column;
    align-items: left;
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    float: right;
    z-index: 100;
    background-color: #2D2C2D;
    display: none;
    box-shadow: -10px 0px 30px 0px #5f5f5f4f;} 
.menu li{
    box-sizing: border-box;
    list-style: none;
    display: flex;
    justify-content: center;
    max-width: 100%;
    height: 84px;}
.menu li a {
    box-sizing: border-box;
    width: 100%;
    padding-left: 25px;
    color: #F7F6F3;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0;
    letter-spacing: 0.5rem;
    font-weight: 100;
    font-size: 1rem;
    font-family: 'Normale-Schrift', Arial, Helvetica, sans-serif;}
.menu-list a:hover{
    box-sizing: border-box;
    background-color: #F7F6F3;
    color: #2D2C2D;}
.closed-menu a:hover{
background-color:#2D2C2D ;}
#check:checked ~ .menu {
    right: 0;
    display: flex;}  
#check:checked ~ #overlay{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;}
.menu h2{
    display: flex;
    margin-left:10px ;
    margin-right: 10px;
    margin-top: 28px;
    margin-bottom: 28px;}
.kontakt-button{
    height: 64px;
    margin: 10px;
    border-radius: 7px ;
    border: none;
    box-shadow: none;
    outline: none;
    z-index: 1000;
    background-color: #2D2C2D;
    overflow-x: visible;}
.kontakt-button:hover{
    background-color: #F7F6F3;
    color: #2D2C2D;
    outline-width: 1px;
    outline-style: solid;
    outline-color: #2D2C2D;
    list-style: none;}
.kontakt-button a{
    height: 62px;
    text-decoration: none;
    font-family:'Normale-Schrift'Arial, Helvetica, sans-serif;}
.kontakt-button h2{
    color: #F7F6F3;
    font-weight: 10;
    letter-spacing: 8px;
    font-size: 40px;
    padding-top: 8.5px;
    padding-bottom: 8.5px ;
    padding-right: 10px;
    padding-left: 18px;}
.kontakt-button h2:hover{
    color: #2D2C2D;}


/*Kontent*/
.main{
    width: 100%;    
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #F7F6F3;}

/*Header-space*/
/*Mobile&Tablet-Design*/
.headerspace-small{ 
    width: 100%;
    max-width: 100%;
    height: 64px;
    background-color: #F7F6F3;
    margin:0;
    padding: 0;}
/*Mobile-Main*/
.mobile-about-header{
    background-color: #c6b79b;
    width: 100%;
    height: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 15%;
    padding-bottom: 15%;
    display: flex;
    justify-content: center;}
.mobile-about-header h1{
    color: #2D2C2D;
    font-family: 'Unterschrift' !important;
    font-weight: 100;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5rem;}
.mobile-vincent{
    box-sizing: border-box;
    width: 100%;
    padding: 10%;}
.mobile-vincent p{
    font-size: 0.6rem;
    font-family: 'Normale-Schrift';}

.mobile-philosophie{
        background-color: #F7F6F3;
        color: #2D2C2D;
        padding: 10%;}
.mobile-philosophie-header{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        color: #2D2C2D;
        font-weight: 100;
        text-transform: uppercase;}
.mobile-philosophie-header h2{
        font-size: 0.55rem;
        font-family: 'Überschrift';
        font-weight: 100;
        padding-bottom: 10%;
        text-align: center;
        letter-spacing: 0.4rem;}
.mobile-philosophie-text p{
        font-size: 0.6rem;
        font-weight: 100;
        font-family: 'Normale-Schrift';}
    
.mobile-trainingsschwerpunkte{
        background-color: #2D2C2D;
        color: #F7F6F3;
        padding: 10%;}
.mobile-trainingsschwerpunkte-header {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        color: #F7F6F3;
        font-weight: 100;
        text-transform: uppercase;}
.mobile-trainingsschwerpunkte-header h2{
        font-size: 0.55rem;
        font-family: 'Überschrift';
        font-weight: 100;
        padding-bottom: 10%;
        text-align: center;
        letter-spacing: 0.38rem;}
.mobile-trainingsschwerpunkte-text{
        color: #F7F6F3;}
      
.mobile-wo{
    background-color: #c6b79b;
    color: #2D2C2D;
    padding: 10%;}
.mobile-wo-header{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    color: #2D2C2D;
    font-weight: 100;
    text-transform: uppercase;}
.mobile-wo-header h2{
        font-size: 0.55rem;
        font-family: 'Überschrift';
        font-weight: 100;
        padding-bottom: 10%;
        text-align: center;
        letter-spacing: 0.4rem;}
.mobile-wo p{
        font-size: 0.6rem;
        font-family: 'Normale-Schrift';
        font-weight: 100;}
#mobile-inhalt-item{
        display: list-item;
        overflow:visible;
        list-style-type: circle;
        list-style-position: outside;
        color: #F7F6F3;
        padding-left: 2px;
        margin-left: 1.5em;
        font-size: 0.6rem;
        font-weight: 100;
        font-family:'Normale-Schrift';}
.luecke-1{
    margin:5.5%}
.luecke-2{
    margin:10%}
/*TABLET*/

    .tablet-about-header{
        background-color: #c6b79b;
        width: 100%;
        height: 100%;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 10%;
        padding-bottom: 10%;
        display: flex;
        justify-content: center;}
    .tablet-about-header h1{
        color: #2D2C2D;
        font-family: 'Unterschrift' !important;
        font-weight: 100;
        font-size: 1.5rem;
        text-transform: uppercase;
        letter-spacing: 0.5rem;}
    .tablet-vincent{
        box-sizing: border-box;
        width: 100%;
        padding: 10%;}
    .tablet-vincent p{
        font-size: 0.9rem;
        font-family: 'Normale-Schrift';}
    
.tablet-philosophie{
            background-color: #F7F6F3;
            color: #2D2C2D;
            padding: 10%;}
    .tablet-philosophie-header{
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            color: #2D2C2D;
            font-weight: 100;
            text-transform: uppercase;}
    .tablet-philosophie-header h2{
            font-size: 1rem;
            font-family: 'Überschrift';
            font-weight: 100;
            padding-bottom: 10%;
            text-align: center;
            letter-spacing: 0.5rem;}
    .tablet-philosophie-text p{
            font-size: 0.9rem;
            font-weight: 100;
            font-family: 'Normale-Schrift';}
        
    .tablet-trainingsschwerpunkte{
            background-color: #2D2C2D;
            color: #F7F6F3;
            padding: 10%;}
    .tablet-trainingsschwerpunkte-header {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            color: #F7F6F3;
            font-weight: 100;
            text-transform: uppercase;}
    .tablet-trainingsschwerpunkte-header h2{
            font-size: 1rem;
            font-family: 'Überschrift';
            font-weight: 100;
            padding-bottom: 10%;
            text-align: center;
            letter-spacing: 0.5rem;}
    .tablet-trainingsschwerpunkte-text{
            color: #F7F6F3;}
          
    .tablet-wo{
        background-color: #c6b79b;
        color: #2D2C2D;
        padding: 10%;}
    .tablet-wo-header{
        width: 100%;
        text-align: center;
        height: 100%;
        display: flex;
        justify-content: center;
        color: #2D2C2D;
        font-weight: 100;
        text-transform: uppercase;}
    .tablet-wo-header h2{
        font-size: 1rem;
            font-family: 'Überschrift';
            font-weight: 100;
            padding-bottom: 10%;
            text-align: center;
            letter-spacing: 0.5rem;}
    .tablet-wo p{
            font-size: 0.9rem;
            font-family: 'Normale-Schrift';
            font-weight: 100;}
    #tablet-inhalt-item{
            display: list-item;
            overflow:visible;
            list-style-type: circle;
            list-style-position: outside;
            color: #F7F6F3;
            padding-left: 2px;
            margin-left: 1.5em;
            font-size: 0.9rem;
            font-weight: 100;
            font-family:'Normale-Schrift';}
    .luecke-1{
        margin:5.5%}
    .luecke-2{
        margin:10%}
    /*Laptop-Design*/
.headerspace{ 
    width: 100%;
    max-width: 100%;
    height: 84px;
    background-color: #F7F6F3;
    margin:0;
    padding: 0;}
.about-header{
    background-color: #c6b79b;
    width: 100%;
    height: 100%;
    padding: 4.5%;
    display: flex;
    justify-content: center;}
.about-header h1{
    color: #2D2C2D;
    font-family: 'Unterschrift' !important;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.5rem;}
.vincent{
    display: flex;
    width: 100%;
    padding: 8%;}
.vincent-content{
    flex: 1;}
.text-vincent{
    color: #2D2C2D;
    width:100%;}
.text-vincent-container{
    width: 100%;}
.text-vincent-container p{
    font-size: 1.25rem;
    font-family: 'Normale-Schrift';
    font-weight: 100;}

.philosophie{
    background-color: #F7F6F3;
    color: #2D2C2D;
    padding: 8%;}
.philosophie-header{
    width: 100%;
    height: 100%;
    padding-bottom: 4.5%;
    display: flex;
    justify-content: center;
    color: #2D2C2D;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.5rem;}
.philosophie-header h2{
    font-size: 1.5rem;
    font-family: 'Unterschrift';
    font-weight: 100;}
.philosophie-text p{
    font-size: 1.25rem;
    font-weight: 100;
    font-family: 'Normale-Schrift';}

.trainingsschwerpunkte{
    background-color: #2D2C2D;
    color: #F7F6F3;
    padding: 8%;}
.trainingsschwerpunkte-header{
    width: 100%;
    height: 100%;
    padding-bottom: 4.5%;
    display: flex;
    justify-content: center;
    color: #F7F6F3;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.5rem;}
.trainingsschwerpunkte-header h2{
    font-size: 1.5rem;
    font-family: 'Unterschrift';
    font-weight: 100;}
.trainingsschwerpunkte-text{
    color: #F7F6F3;}
  
.wo{
    background-color: #c6b79b;
    color: #2D2C2D;
    padding: 8%;}
.wo-header{
    width: 100%;
    height: 100%;
    padding-bottom: 4.5%;
    display: flex;
    justify-content: center;

    color: #2D2C2D;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.5rem;}
.wo-header h2{
    font-size: 1.5rem;
    font-family: 'Unterschrift';
    font-weight: 100;}
.wo p{
    font-size: 1.25rem;
    font-family: 'Normale-Schrift';
    font-weight: 100;}
h5{
    font-size: 1.25rem;
    font-family: 'Unterschrift';
    font-weight: 100;}

#inhalt-item-2{
    display: list-item;
    overflow:visible;
    list-style-type: circle;
    list-style-position: outside;
    color: #2D2C2D;
    margin-left: 1.5em;
    font-size: 1.25rem;
    font-weight: 100;
    font-family:'Normale-Schrift';}
#inhalt-item{
    display: list-item;
    overflow:visible;
    list-style-type: circle;
    list-style-position: outside;
    color: #F7F6F3;
    margin-left: 1.5em;
    font-size: 1.25rem;
    font-weight: 100;
    font-family:'Normale-Schrift';}

/*Footer*/
footer{
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;}

/*Mobile-Design*/
.mobile-socialmedia{
    margin: 0;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10%;
    padding-bottom: 10%;
    box-sizing: border-box;
    background-color: #2D2C2D;
    justify-content: center;
    display: block;}
.mobile-folge-mir{
    box-sizing: border-box;
    padding-left: 0.4rem;
    padding-bottom: 7.5%;
    text-decoration: none;
    color: #F7F6F3;
    text-align: center;}
.mobile-folge-mir h4{
    color: #F7F6F3;
    box-sizing: border-box;
    margin: 0;
    letter-spacing: 0.4rem;
    font-size: 1rem;
    font-family: 'Unterschrift', !important;}
.mobile-social-icons{
    background-color: #2D2C2D ;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;}
.mobile-social-icons a{
    text-decoration: none;
    box-sizing: border-box;
    padding: 3.25%;
    margin-left: 3.25%;
    margin-right: 3.25%;
    color: #2D2C2D;
    background-color: #F7F6F3;
    border-radius: 50%;}
.mobile-social-icons a i{
    font-size: 2em;
    color: #2D2C2D;
    opacity: 0.9;}
.mobile-social-icons a:hover {
   background-color: #2D2C2D; 
   transition: 0.1s;
    outline-width: thin;
    outline-color: #F7F6F3;
    outline-style: solid;}
.mobile-social-icons a:hover i{
    color: #F7F6F3; 
    transition: 0.1s;}
.mobile-datenschutz-impressum{
    background-color: #F7F6F3 ;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    align-items:center;
    display: flex;
    color: #2D2C2D;}
.mobile-datenschutz-impressum a{
    text-decoration: none;
    padding: 5%;
    opacity:0.6;
    transition: 0.5ms;}
.mobile-datenschutz-impressum a h5{
    color: #2D2C2D;
    box-sizing: border-box;
    margin: 0;
    letter-spacing: 0.4rem;
    font-weight: 100;
    font-size: 0.5rem;
    font-family: 'Unterschrift', Arial, Helvetica, sans-serif;}
.mobile-datenschutz-impressum a:hover{
    opacity: 1;
    transition: 0.5ms;}
.mobile-copyright{
    background-color: #2D2C2D ;
    margin: 0;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    color: #F7F6F3;
    font-family: 'Normale-Schrift', Arial, Helvetica, sans-serif;}
.mobile-copyright h6{
    box-sizing: border-box;
    margin: 0;
    padding: 2.5%;
    letter-spacing: 0.3rem;
    font-family: 'Normale-Schrift', Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 0.4rem;}

/*Tablet-Design*/
.tablet-socialmedia{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #2D2C2D;
    justify-content: center;
    display: block;}
.tablet-folge-mir{
    box-sizing: border-box;
    text-decoration: none;
    padding: 2.5%;
    color: #F7F6F3;
    text-align: center;}
.tablet-folge-mir h4{
    color: #F7F6F3;
    box-sizing: border-box;
    margin: 0;
    padding: 2.5%;
    letter-spacing: 0.5rem;
    font-size: 1.5rem;
    font-family: 'Unterschrift', Arial, Helvetica, sans-serif;}
.tablet-social-icons{
    background-color: #2D2C2D ;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding-bottom: 5%;}
.tablet-social-icons a{
    text-decoration: none;
    box-sizing: border-box;
    padding: 1.5%;
    margin-left: 1.25%;
    margin-right: 1.25%;
    color: #2D2C2D;
    background-color: #F7F6F3;
    border-radius: 50%;}
.tablet-social-icons a i{
    font-size: 2em;
    color: #2D2C2D;
    opacity: 0.9;}
.tablet-social-icons a:hover {
   background-color: #2D2C2D; 
   transition: 0.1s;
outline-width: thin;
outline-color: #F7F6F3;
outline-style: solid;}
.tablet-social-icons a:hover i{
    color: #F7F6F3; 
    transition: 0.1s;}
.tablet-datenschutz-impressum{
    background-color: #F7F6F3 ;
    margin: 0;
    box-sizing: border-box;
    justify-content: center;
    align-items:center;
    display: flex;
    color: #2D2C2D;}
.tablet-datenschutz-impressum a{
    text-decoration: none;
    padding: 2.5%;
    opacity:0.6;
    transition: 0.5ms;}
.tablet-datenschutz-impressum a h5{
    color: #2D2C2D;
    box-sizing: border-box;
    margin: 0;
    letter-spacing: 0.5rem;
    font-weight: 100;
    font-size: 1rem;
    font-family: 'Unterschrift', Arial, Helvetica, sans-serif;}
.tablet-datenschutz-impressum a:hover{
    opacity: 1;
    transition: 0.5ms;}
.tablet-copyright{
    background-color: #2D2C2D ;
    margin: 0;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    color: #F7F6F3;
    font-family: 'Normale-Schrift', Arial, Helvetica, sans-serif;}
.tablet-copyright h6{
    box-sizing: border-box;
    margin: 0;
    padding: 2.5%;
    letter-spacing: 0.5rem;
    font-family: 'Normale-Schrift', Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 1rem;}

/*Laptop-Design*/
.socialmedia{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #2D2C2D;
    justify-content: center;
    display: block;}
.folge-mir{
    box-sizing: border-box;
    text-decoration: none;
    padding: 2.5%;
    color: #F7F6F3;
    text-align: center;}
.folge-mir h4{
    color: #F7F6F3;
    box-sizing: border-box;
    margin: 0;
    padding: 2.5%;
    letter-spacing: 0.5rem;
    font-size: 1.5rem;
    font-family: 'Unterschrift', Arial, Helvetica, sans-serif;}
.social-icons{
    background-color: #2D2C2D ;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding-bottom: 5%;}
.social-icons a{
    text-decoration: none;
    box-sizing: border-box;
    padding: 1.5%;
    margin-left: 1.25%;
    margin-right: 1.25%;
    color: #2D2C2D;
    background-color: #F7F6F3;
    border-radius: 50%;}
.social-icons a i{
    font-size: 2em;
    color: #2D2C2D;
    opacity: 0.9;}
.social-icons a:hover {
   background-color: #2D2C2D; 
   transition: 0.1s;
outline-width: thin;
outline-color: #F7F6F3;
outline-style: solid;}
.social-icons a:hover i{
    color: #F7F6F3; 
    transition: 0.1s;}
.datenschutz-impressum{
    background-color: #F7F6F3 ;
    margin: 0;
    box-sizing: border-box;
    justify-content: center;
    align-items:center;
    display: flex;
    color: #2D2C2D;}
.datenschutz-impressum a{
    text-decoration: none;
    padding: 2.5%;
    opacity:0.6;
    transition: 0.5ms;}
.datenschutz-impressum a h5{
    color: #2D2C2D;
    box-sizing: border-box;
    margin: 0;
    letter-spacing: 0.5rem;
    font-weight: 100;
    font-size: 1rem;
    font-family: 'Unterschrift', Arial, Helvetica, sans-serif;}
.datenschutz-impressum a:hover{
    opacity: 1;
    transition: 0.5ms;}
.copyright{
    background-color: #2D2C2D ;
    margin: 0;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    color: #F7F6F3;
    font-family: 'Normale-Schrift', Arial, Helvetica, sans-serif;}
.copyright h6{
    box-sizing: border-box;
    margin: 0;
    padding: 2.5%;
    letter-spacing: 0.5rem;
    font-family: 'Normale-Schrift', Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 1rem;}
