@font-face{
    font-family: 'MarcelleSwashes';
    src: url('../fonts/MARCS___.ttf') format('truetype');
}

@font-face{
    font-family: 'MarcelleScript';
    src: url('../fonts/Marcsc___.ttf') format('truetype');
}



/*General formatting ------------------------------------------------------------------------------------------------------*/

body{
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    background-image:url(../images/streifen/Streifen_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
}

*{
    font-family: 'MarcelleScript';
    letter-spacing: 1.3px;
    font-weight:100;
    font-size:25px;
}

a{
    font-family: 'Arial', sans-serif;
    font-weight:100;
    font-size:17;
    text-decoration: none;
    color: black;
}

a img  
{  
    border: none;  
}  



a:hover{
    color: #f9b104;
}



h1{
    font-family: 'MarcelleScript', sans-serif;
    font-weight:100;
    font-size:24px;
    text-decoration:none;
    color: black;
    margin-top: 0px;
    margin-bottom: 0px;
}

h2{
    font-family: 'MarcelleScript', sans-serif;
    font-weight:100;
    font-size:18px;
    text-decoration:none;
    color: #f9b104;
}
h3{
    font-family: 'Arial', sans-serif;
    font-weight:100;
    font-size:15;
    text-decoration: none;
    color: #f9b104;
}

hr{
    margin-top: 2px;
    margin-bottom: 2px;
    width:auto;
    margin-left: 0%;
    margin-right: 0%;
}


::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6); 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1);
}



/*Static formatting*/
/*Menu ------------------------------------------------------------------------------------------------------*/
#menuBar{
    /*background-color: white;*/
    position: fixed;
    height: 180px;
    width: 100%;
    top:0px;
    border-style:none;
    overflow:hidden;
}

#titleHeader{
    position: relative;
    background-image: url(../images/titel_logo2.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top:20px;
    width: 460px;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
}

#title10Years{
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    top: -5;
    left: -250px;
    width: 300px;
    height: 100px;
    font-family: 'MarcelleScript', sans-serif;
    font-weight:100;
    font-size:60px;
    text-decoration:none;
    color: red;
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

#blackTop{
    background-image: url(../images/Balken_Schwarz_Oben.png);
    position: relative;
    height: 20px;
    width:100%;
    top: -52px;
    border-style:none;
    overflow:hidden;
    z-index: 1;
}



/*MainFrame  ------------------------------------------------------------------------------------------------------*/
#mainFrameHome{
    top: 17vh;
    width:100%;
    height: 70vh;
    position:absolute;
    background-image: url(../images/title2017.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

#mainFrameText{
    top: 35vh;
    left: 50%;
    margin-left: -20%;
    width:40%;
    height: 40vh;
    position:absolute;
    background-image: url(../images/Balken_Schwarz_Oben.png);
    background-size: contain;
    background-repeat:repeat;
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 30px;
    overflow-y: auto;
}

#mainFrameTextImpressum{
    top: 25vh;
    left: 50%;
    margin-left: -20%;
    width:40%;
    height: 60vh;
    position:absolute;
    background-image: url(../images/Balken_Schwarz_Oben.png);
    background-size: contain;
    background-repeat:repeat;
    color: white;
    padding: 20px;
    text-align: left;
    border-radius: 30px;
    overflow-y: auto;
    font-family: 'Arial';
    font-size:13px;
}

/*Footer ------------------------------------------------------------------------------------------------------*/
#blackBottom{
    background-image: url(../images/Balken_Schwarz_Unten.png);
    position: absolute;
    height: 50px;
    width:100%;
    bottom: 0px;
    border-style:none;
    overflow:hidden;

}

#logo{
    position:relative;
    background-image: url(../images/bottom_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: auto;
    z-index: 9;
}

#bottomTextLeft{
    position:absolute;
    height: 30px;
    width: 200px;
    left: 50%;
    margin-left: -390px;
    margin-top: 10px;
    color:white;
    z-index: 11;
}

#bottomTextLeftOverlay{
    position:relative;
    top: -32px;
    left: 146px;
    height: 30px;
    width: 40px;
    color:red;
    z-index: 10;
}

#bottomTextRight{
    position:absolute;
    height: 30px;
    left: 50%;
    margin-left: 200px;
    margin-top: 10px;
    color:white;
    z-index: 11;
}

#bottomTextLeft a{
    color: white;
}

#bottomTextLeft a:hover{
    color: #f9b104;
}

#bottomTextRight a{
    color: white;
}

#bottomTextRight a:hover{
    color: #f9b104;
}
