/* Add here all your CSS customizations */
@font-face
{
    font-family: Berlin;
    src: url("../fonts/Berlin.ttf");
}

@font-face
{
    font-family: nevis;
    src: url("../fonts/nevis.ttf");
}


.centerContent
{
    margin:auto;
    display: inline-block;
}


.contentArea
{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.contentAreaImpressum
{
    padding-top: 50px;
    padding-bottom: 50px;
}


.footerContact
{
    padding-top: 15px;
    padding-bottom: 15px;
}

.copyrightContent
{
    text-align: right;
    margin-top: 10px;
}


.blackBack
{
    background:#000;
}


.whiteFont
{
 color: #fff;    
}

.whiteFont > li > a
{
    color:#fff;
}

.blackFont
{
    color:#000;
}


.berlinFont
{
    font-family: "Berlin";
}

.nevisFont
{
    font-family: "nevis";
}


.smallSpace
{
    line-height: 24px;
    margin: 0px;
}


.labelContact
{
    font-family: "Berlin";
    text-align: left;
}


.lineDiv
{
    width: 18%;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

.lineDiv2
{
    width: 40%;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

@media screen and (max-width: 990px)
{
    .lineDiv
    {
        width: 28%;
        margin-top: 5px;
        margin-bottom: 5px;
        border: 1px solid #fff;
    }
    
    .lineDiv2
    {
        width: 60%;
        margin-top: 5px;
        margin-bottom: 5px;
        border: 1px solid #fff;
    }
}


.header1
{
    font-size: 42px;
    font-weight: bold;
    font-family: "nevis";
}

.header2
{
    font-size: 18px;
    font-family: "Berlin";
}

.header3
{
    font-size: 40px;
    line-height: 45px;
    font-family: "Berlin";
}

.header3 > p
{
    font-size: 42px;
    line-height: 42px;
    font-family: "Berlin";
}

@media screen and (max-width: 990px)
{
    .header1
    {
        font-size: 35px;
        font-weight: bold;
        font-family: "nevis";
    }
    
    .header2
    {
        font-size: 14px;
        font-family: "Berlin";
    }
    
    .header3
    {
        font-size: 33px;
        line-height: 38px;
        font-family: "Berlin";
    }

    .header3 > p
    {
        font-size: 35px;
        line-height: 35px;
        font-family: "Berlin";
    }
}

@media screen and (min-width: 320px) and (max-width: 420px)
{
    .header1
    {
        font-size: 25px;
        font-weight: bold;
        font-family: "nevis";
    }
    
    .header3
    {
        font-size: 28px;
        line-height: 33px;
        font-family: "Berlin";
    }

    .header3 > p
    {
        font-size: 35px;
        line-height: 35px;
        font-family: "Berlin";
    }
}


.menueText
{
    color: #fff;
    font-size: 14px;
    margin-right: 10%;
    margin-left: 10%;
}

.menueText:hover
{
    color: #fff;
    background-color: #fff;
}


.topImage
{
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../img/MLPhotographie_UI02.jpg');
}

.signatureImage
{
    width: auto;
    height: 120px;
    background-position: center;
    background-size: 150px 80px;
    background-repeat: no-repeat;
    background-image: url('../img/MLPhotographie_Signatur.png');
}

.profileImage
{
    margin-bottom: 10px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background-size: 150px auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/Profile.jpg');
}

.facebookImage
{
    width: 42px;
    height: 42px;
    background-size: 42px auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/Facebook.png');
}

.footerImage
{
    width: 42px;
    height: 42px;
    background-size: 42px auto;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url('../img/MLPhotographie_Favicon02.png');
}


.ocImage
{
    width: 16px;
    height: 16px;
    padding-left: 20px;
    background-size: 16px auto;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url('../img/OC_SymbolColour.png');
}

.ocLink
{
    color:#BD9F69;
}

.ocLink:hover
{
    color:#BD9F69;
    text-decoration: underline;
}

.ocLink:visited
{
    color:#BD9F69;
}

/*Photogallery*/
.galleryImg
{
    width:auto;
    box-shadow:0px 0px 20px #cecece;
    -moz-transform: scale(0.7);
    -moz-transition-duration: 0.6s;	
    -webkit-transition-duration: 0.6s;
    -webkit-transform: scale(0.7);

    -ms-transform: scale(0.7);
    -ms-transition-duration: 0.6s;	
}

.galleryImg:hover
{
    box-shadow: 20px 20px 20px #dcdcdc;
   -moz-transform: scale(0.8);
   -moz-transition-duration: 0.6s;
   -webkit-transition-duration: 0.6s;
   -webkit-transform: scale(0.8);

   -ms-transform: scale(0.8);
   -ms-transition-duration: 0.6s;	
}