/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../roboto-v27-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../roboto-v27-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../roboto-v27-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../roboto-v27-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../roboto-v27-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../roboto-v27-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../roboto-v27-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../roboto-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../roboto-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../roboto-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../roboto-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../roboto-v27-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  
  /* roboto-500 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../roboto-v27-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../roboto-v27-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../roboto-v27-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../roboto-v27-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../roboto-v27-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../roboto-v27-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  
/* roboto-slab-700 - latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url('../roboto-slab-v13-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../roboto-slab-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../-slab-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../roboto-slab-v13-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../roboto-slab-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../roboto-slab-v13-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
  }
  
  /* roboto-slab-900 - latin */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 900;
    src: url('../roboto-slab-v13-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../roboto-slab-v13-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../roboto-slab-v13-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
         url('../roboto-slab-v13-latin-900.woff') format('woff'), /* Modern Browsers */
         url('../roboto-slab-v13-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../roboto-slab-v13-latin-900.svg#RobotoSlab') format('svg'); /* Legacy iOS */
  }


*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', '-apple-system', 'BlinkMacSystemFont', 'Helvetica Neue', 'Arial', sans-serif; 
    font-style: normal;
    font-weight: 400;      
}
        
body{
    min-height: 100vh;
    width: 100%;
    margin: auto;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #ffffff;
    background-color: #000000;
}

#page{
    max-width: 112.5em;

}

/* || Typography*/

h1, h2, h3, h4, h5{
    font-family: 'Roboto Slab', 'Cambria', 'Georgia', 'Times', 'Times New Roman', serif;
    font-weight: 700;
    font-style: normal;
}

figcaption{
    font-weight: 300;
    font-size: 0.9rem;
}

/* Main */

main{
    padding-bottom: 3em;
}

/* || Header  */

.wortmarke img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}


.wortmarke{
    padding-top: 2em;
    padding-bottom: 1em;
}


.banner_big{
    display: none !important;

}


header{
    font-size: 1.1rem;
    width: 100%;    
}

nav{
    width: 95%;
    background-color: #000000;
} 

nav ul{
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    list-style: none;
}

nav li{
    padding-top: 10px;
    font-weight: 500;
    padding-bottom: 10px;
}


/* || Header Links*/

header a:link{
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

header a:visited{
    color: #ffffff;
}

header a:hover{
    color: #ffffff;
    border-bottom: 3px solid #ffffff; 
    font-style: italic;
}

header a:active{
    color: #ffffff;
    border-bottom: 3px solid #ffffff;
    font-style: italic;
}

header li span{
    font-weight: 500;
    color: #ffffff;
    border-bottom: 3px solid #ffffff;
    white-space: nowrap;
    font-style: italic;
}


/* || Footer*/

.footer{
    margin: auto;   
    width: 98%;
    border-top: 2px solid #ffffff;

}

footer ul{
    text-align: center;
    padding-top: 1em;
}

footer li{
    display: inline-block;
    padding-right: 0.75em;
    padding-left: 0.75em;
}

.social_media_icons li{
    display: none;
    padding-top: 1em;
}

.social_media_icons{
    text-align: center;
    
}

/* || Footer Links*/

footer a:link{
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
}

footer a:visited{
    color: #ffffff;
}

footer a:hover{
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    font-style: italic;
}

footer a:active{
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    font-style: italic;
}

footer span{
    font-weight: 500;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    font-style: italic;
}

.footer p{
    color: #ffffff;
    text-align: right;
    padding-top: 3.5em;
    padding-right: 0.5em;
    padding-bottom: 0.25em;
    white-space: nowrap;
}

/* || Topnav unsichtbar */

nav{
    display: none;
}


/* || Mobile nav Hamburger sichtbar */

.mobile-nav{
    font-size: 1.75rem;
    font-weight: 500;
}

.mobile-nav{
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
    padding-left: 10px;
    width: 100%;
    height: 50px;
    text-align: left;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: none;
    outline: none;
    transition: 0.4s;
}

.panel{
    padding: 1em 10px 0 0;
    background-color: #000000;
    display: none;
    overflow: hidden;
}

ul.panel{
    padding-left: 10px;
}

ul.panel li{
    padding: 10px;
    font-weight: 500;
    list-style: none;
}

@media only screen and (min-width: 609px) {

body{
    font-size: 1.25rem;
}

header{
    font-size: 1.25rem;
}

.footer p{
    padding-top: 5em;
}

}

@media only screen and (min-width: 800px){

.banner_big{    
    display: block !important;
}
    
.banner_small{
    display: none !important;
}
    

}

@media only screen and (min-width: 1050px) {

body{
    font-size: 1.35rem;
    
}

figcaption{
    font-size: 1rem;
}

/* || Header */

header{
    font-size: 1.5rem;
}

.wortmarke{
    padding-bottom: 1.5em;
    padding-top: 2.7em;
}


.wortmarke img{
    width: 85%;
    height: auto;
}

nav{
    display: block;
    width: 100%;
    margin: auto;
    top: 0;
    position: fixed;
    
}    


nav ul{
    margin: auto;
    width: 89%;

}

/* Hamburger unsichtbar */

.mobile-nav{
    display: none;
}    

.panel{
    display: none;

}

main{
    padding-bottom: 6em;
}

/* || Footer */

footer a:hover{
    border-bottom: 3px solid #ffffff;
}

footer a:active{
    border-bottom: 3px solid #ffffff;
}

footer span{
    border-bottom: 3px solid #ffffff;
}

.footer p{
    padding-top: 6em;
    font-size: 1.35rem;
}

.footer{
    font-size: 1.5rem;
    border-top: 3px solid #ffffff;     
    width: 93%;
}

}

@media only screen and (min-width: 1700px) {

body{
    font-size: 1.5rem;
}

header{
    font-size: 1.75rem;
}
    
figcaption{
    font-size: 1.1rem;
}

/* || Footer */

.footer li{
    padding-right: 2em;
    padding-left: 2em;
}
    
.footer{
    font-size: 1.75rem;
}

.footer p{
    font-size: 1.5rem;
}
    
}