body
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;

    background-color: #FFFFFF;

    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #101010;

}

a
{
    text-decoration: none;
    outline: none;
    color: #E84C3D;
}

a:focus
{
    cursor: pointer;
}

a:visited
{
    color: #E84C3D;
}

span.Alike
{
    text-decoration: none;
    outline: none;
    color: #E84C3D;
    cursor: pointer;
}

h1.DarkH1
{
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    letter-spacing: -0.1rem;
    font-weight: lighter;
    text-rendering: optimizelegibility;
    color: #101010;

    padding-top: 30px;
    margin-top: 0px;
}

h1.LightH1
{
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    letter-spacing: -0.1rem;
    font-weight: lighter;
    text-rendering: optimizelegibility;
    color: #FFFFFF;

    padding-top: 30px;
    margin-top: 0px;
}

h2
{
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    text-transform: capitalize;
    letter-spacing: -0.1rem;
    font-weight: lighter;
    text-rendering: optimizelegibility;
    color: #101010;
}

h3
{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: -0.1rem;
    font-weight: lighter;
    text-rendering: optimizelegibility;
    color: #078CD6;
}


h2.ServicesH2
{
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    text-transform: capitalize;
    letter-spacing: -0.1rem;
    font-weight: lighter;
    text-rendering: optimizelegibility;
    color: #898989;
}

h3.ServicesH3
{
    font-family: 'Roboto', sans-serif;  
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: -0.1rem;
    font-weight: lighter;
    text-rendering: optimizelegibility;
    color: #898989;
}

span.TopTitle
{
    font-size: 16px;
    color: #E84C3D;
}

span.CenterTitle
{
    font-family: 'Pacifico', cursive;
    font-size: 68px;
    color: #E0E0E0;
}


div
{
    margin: 0px;
    padding: 0px;
}

#BackgroundDiv
{
    overflow: hidden;
    z-index: -100;
}

.background-video
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
}

#CenteredLogoDiv
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
    width: 800px;
    text-align: center;
}


#TopDiv
{
    position: fixed;
    top: 0;
    left: 0;
    height: 30px;
    padding-top: 10px;
    width: 100%;
    border-bottom: 1px #FFFFFF solid;
    color: #E84C3D;
    text-align: center;
    z-index: 10;
}

#TopLeftDiv
{
    padding-left: 20px;
    float: left;
}

#TopRightDiv
{
    float: right;
    padding-right: 20px;
}

#NavigateTopDiv
{
    position: fixed;
    right: 0px;
    z-index: 20;
    margin-top: 300px;
    margin-right: 30px;
    opacity: 0.0;
    background-color: #F5F5F5;
    border: 1px #A9A9A9 solid;
    border-radius: 3px;
}

div.MainContent
{
    padding-left: 150px;
    width: 996px;
    text-align: justify;
}

#MainContentDiv1Container
{
    background-color: #FFFFFF;
    height: 435px;
}

#MainContentDiv2Container
{
    background-color: #ED746B;
    height: 440px;
}

#MainContentDiv3Container
{
    background-color: #F6BE66;
    height: 220px;
}

#MainContentDiv4Container
{
    background-color: #27AE61;
    height: 590px;
}


div.MainContentSeparator
{
    background-color: #F2F2F2;
    border-top: 2px #E0DEDE solid;
    border-bottom: 2px #E0DEDE solid;

    padding-top: 30px;
    padding-bottom: 30px;

    padding-left: 150px;
}

div.ServicesTableDiv
{
    display: table;
    width: 996px;
}

div.ServicesTableRowDiv
{
    display: table-row;
}

div.ServicesTableRowCellDiv
{
    display: table-cell;
    height: 150px;
    text-align: center;
}

img.GreyscaleImg
{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.GreyscaleImg:hover
{
  filter: none;
  -webkit-filter: grayscale(0%);
}

hr.Divider
{
    text-align: center;
    width: 60%;
    height: 1px;
    border: 0;
    border-top: 1px solid #E84C3D;
    margin: 1em 0;
}


#BottomDiv
{
    border-top: 1px #D3D3D3 solid;
    background-color: #F5F5F5;
    text-align: center;
}

#ContactTable
{
    border: 0px #FFFFFF solid;
    border-spacing: 10px;
    border-collapse: separate;
}

#ContactTableDetails
{
    border: 0px #FFFFFF solid;
    border-spacing: 10px;
    border-collapse: separate;
    display: none;
}

div.ParallaxDiv1
{

    background-image: url('together.jpg');

    height: 480px;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

div.WordCloudDiv
{
	text-align: center;
}

div.ParallaxDiv2
{

    background-image: url('lebenslauf-background.jpeg');

    height: 300px;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

div.ParallaxDiv3
{
    background-image: url('contact-background.jpeg');

    height: 400px;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#ContactDiv
{
    position: relative;
    left: 150px;
    top: 30px;
    width: 400px;
    height: 280px;
    padding: 20px;


    background:#7f7f7f;
    background:rgba(255,255,255,0.5);
}


#ContactTable
{
    border: 0px #FFFFFF solid;
    border-spacing: 10px;
    border-collapse: separate;
}

div.PageHeader
{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

div.SMPKecskemetHeader
{
    height: 520px;
    background-image: url(smp/SMP-Front.jpeg);
}

div.SMP-Kecskemet
{
    background-image: url(smp/SMP-Kecskemet.jpg);
    height: 332px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 30px;
}

div.JustifyDiv
{
    text-align: justify;
}

#TopTarget
{
    display: none;
}


div.CMSCookieAlertDiv
{
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: #101010;

    position:fixed;
    bottom: 0px;
    height: 38px;
    width: 100vw;
    max-width: 100%;

    padding-left: 20px;
    padding-right: 20px;
    padding-top: 24px;
    padding-bottom: 5px;

    font-weight: bold;
    color: #FFFFFF;
    font-size: 14px;
}

span.CMSCookieAcceptSpamButton
{
    color: #FFFFFF;
    border: 1px solid #E84C3D;
    border-radius: 3px;
    background-color: #E84C3D;
    padding: 4px;
    margin: 2px;
}

span.CMSCookieAcceptSpam
{
    color: #E84C3D;
}

#CMSCookieDescriptionDiv
{
    display: none;

    width: 60%;
    height: 50%;
    overflow: auto;

    position: fixed;
    left:0; right:0;
    top: 0; bottom: 0;
    margin: auto;

    padding: 10px;

    z-index: 101;

    background-color: #FFFFFF;

    border: 2px solid #E84C3D;
    border-radius: 5px;

    text-align: justify;

    font-size: 14px;
}

#CMSPrivacyPolicyDiv
{
    display: none;

    width: 60%;
    height: 50%;
    overflow: auto;

    position: fixed;
    left:0; right:0;
    top: 0; bottom: 0;
    margin: auto;

    padding: 10px;

    z-index: 101;

    background-color: #FFFFFF;

    border: 2px solid #E84C3D;
    border-radius: 5px;

    text-align: justify;

    font-size: 14px;
}