@charset "UTF-8";

@font-face {
    font-family: CronosPro;
    src: url(../fonts/CronosPro-Regular.otf);
    }

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}    
    
body {
    margin: 0;
    font-size: 10px;
    font-family: 'CronosPro', sans-serif;
    }

input {
    font: inherit;
    }

a {
    text-decoration: none;
    }

a, a:visited {
    color: inherit;
    }

    
@media screen and (max-width: 1000px) {
    body.subpage #header_screen {
        display: none;
        }
    .screen_only {
        display: none;
        }
    #page_title {
        margin-top: 20px;
        }
    }
    

@media screen and (min-width: 1001px) {
    #header_mobile {
        display: none;
        }
    div.spalten12 {
        overflow: auto;
        }
    div.spalten12 div.spalte {
        float: left;
        width: 50%;
        }
    div.navigation div.menu_item {
        max-height: 1em;    
        }    
    }


/* Auf dem iPad in quer muss in dem ScroolHeader noch der Name verschwinden */
@media screen and (max-width: 1200px) {
    .name{
        display: none;
        }
    }
    


    
#page, #header_scrolling {
    max-width:1200px;
    margin: 0 auto;
    }    

#page, #header_scrolling, input {
    }    

    
#div_language_selector {
    float: right;
    font-size: 200%;
    margin-left: 10px;
    }
    
    
#header_mobile {
    position: fixed;
    z-index: 1;
    }    

#header_mobile img.navigation{
    width: 40px;
    margin: 40px;
    cursor: pointer;
    } 

#header_mobile div.navigation_container {
    position: absolute;
    top: 0;
    display: none;
    margin-bottom: 5px;
    padding-bottom: 1em;    
    color: white;
    opacity: 0.9;
    }    

#header_mobile div.navigation a {
    }    
       

       
       
       
       
       
#header_scrolling {
    position: fixed;
    display: none;
    }

#header {
    color: black;
    padding:4em 0 1em 0 ;
    text-align: center;
    }
body.home #header {
    position:fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;    
    bottom:0;
    color: white;
    }
    

#footer {
    color: #FBEBDF;
    text-align: center;
    padding: 2em;    
    }

    
#footer #social-line,
#footer #newsletter-line,
#footer #legal {
    font-size: 150%;
    margin-top: 2em;
    }
    
#footer img.social {
    position: relative;
    height: 3em;
    }    
    
#footer #social-line {
  height: 76px;
  margin: 0 auto;  
    }    
#footer img.social {
    margin: auto 0;
    position: relative;
    top: -21px;
    }    

#footer img.newsletter {
    height:31px;
    margin: auto 0;
    position: relative;
    top: 9px;
    }    

img.logo {
    width: 50px;
    margin: 10px;
    }    
.vorname {
    font-size: 220%;
    }    
.nachname {
    font-size: 400%;
    letter-spacing: 12px;
    }    
#header_line {
    width: 360px;
    }    

div.navigation {
    text-transform: uppercase;
    }

div.navigation div.menu_item {
    position: relative;
    display: inline-block;
    padding: 0.2em 0.3em;
    vertical-align: text-top;
    }    
    
    
div.navigation div.menu_item.selected {
    border-bottom: 2px solid currentColor;
    }    

div.navigation div.submenu-item {
    width: 0;
    padding: 0.2em 0.3em;
    vertical-align: text-top;
    text-align: center;
    }    

    

   
#header_mobile div.navigation div.menu_item {
    display: block;
    font-size: 220%;
    margin-bottom: 0px;

    }  

#header_mobile div.navigation div.menu_item.selected {
    border-bottom: none;
    border-left: 2px solid currentColor;
    }  

    
#header div.navigation {
    text-align: center;
    font-size: 220%;
    margin-bottom: 20px;
    }    

#navigation_mobile_line {
    height: 100%;
    }

#content {
    /* background-color: rgb(228,232,241); */
    padding: 2em 7em;
    background-image: url(../imgs/f4.png);
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: 80px ;
    }

    
#content a.bottom_link {
    font-size: 200%;
    }
#content a.bottom_link:before {
    content: "» ";
    }    

@media screen and (max-width: 1000px) {
    #content {
        padding: 2em;
        }
    }
    
    
    
    
#page_title {
    font-size: 40px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 20px;
    }

#page_title span{
    font-size: 40px;
    text-transform: uppercase;
    }

#content h3{
    font-size: 25px;
    font-weight: bold;
    margin: 2em 0 0.5em 0;    
    }
#content p{
    font-size: 20px;
    margin: 0.5em 0 2em 0;    
    }
#content p.text {
    text-align: justify;
    }


#header_scrolling {
    width: 100%;
    z-index: 99;
    }

.name  {
    font-size: 30px;
    letter-spacing: 5px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 100px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);    
    }


    
#header_scrolling div.navigation {
    display: inline-block;
    position: absolute;
    right: 1em;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);    
    font-size: 22px;
    }
    

span.language_selector {
    cursor: pointer;
    }



#navigation_mobile_line {
    border: red solid 1px;
    }


.shadow {
    box-shadow: 2em 1em 1em rgba(0, 0, 0, 0.2);    
    }

/*

#page {
    border: black solid 1px;
    }
#header {
    border: red solid 1px;
    }
#navigation {
    border: blue solid 1px;
    }

#header_scrolling {
    border: blue solid 1px;
    }
#header_scrolling div.navigation {
    border: red solid 1px;
    }
    
#header_name {
    border: green solid 1px;
    }
*/
    

            
    
/* divs */    

    




 /* Navigation */
        
   
a.download img {
    margin: 5px;
}


div.diskographie_spalten {
    width: 100%;
    padding-bottom: 25px;
}


div.diskographie_spalte1,div.diskographie_spalte2 {
    float:left;
}


div.diskographie_spalte1 {
    width: 450px;
    padding-right: 30px;
}
div.diskographie_spalte2 {
    width: 240px;
}

 li { 
    list-style-type: none; 
    text-align: center;
    width: 550px;
}

iframe.videocontainer {
    margin-bottom: 1em;
    }     

