/* roboto-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/roboto-v30-latin-100.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-v30-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v30-latin-100.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v30-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v30-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v30-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

html, body {
    background-color: #fff;
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 1em;
}

.wrapper_splash {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.logo_splash {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo_splash img {
    width: 100%;
}

/*
primary / blue: #34448d
secondary: #d0be72
lighgrey: #dee0e1
darkgrey: #596467

 */
/***************************************************/

a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}

a:hover{
    text-decoration:underline;
}

div {
    box-sizing: border-box;
    line-height: 1.6em;
}


h1, h2, h3, h4 {
    font-weight: 900;
    text-transform: uppercase;
}

.row {
    display: block;
    border: 0px solid red;

}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
}

.centered {
    text-align: center;
}

.op02 {
    opacity: 0.2;
}

.w50 {
    width: 50%;
}

.p10 {
    padding: 10px;
}


.p20 {
    padding: 20px;
}


.p30 {
    padding: 30px;
}


.p40 {
    padding: 40px;
}


.p50 {
    padding: 50px!important;
}

.pl50{
    padding-left: 50px;
}
.pl10{
    padding-left: 10px;
}
.pr50{
    padding-right: 50px;
}

.bigger{
    font-size:1.2em;
}

.w300{
    font-weight: 300;
}

.w600{
    font-weight: 600;
}

.w900{
    font-weight: 900;
}

.spacer1{
    height:50px;
    width:100%;
    float:left;
}

.tright{
    text-align: right;
}

.white {
    color: white;
}

.author{
    font-size: 0.8em;
    color:#cccccc;
}
.bgprimary {
    background-color: #34448d;
}

.bgsecondary {
    background-color: #d0be72;
}

.bglightgrey {
    background-color: #dee0e1;
}

.bgwhite {
    background-color: #fff;
}



.inline50 {
    display: inline-block;
    width: 50%;
}

.block33 {
    display: block;
    float: left;
    width: 33.3%;
}

.block50 {
    display: block;
    float: left;
    width: 50%;
}

.tile1, .tile2, .tile3 {
    height: 400px;
    text-align: center;
    position: relative;
    border: 10px solid #fff;
    background-color: white;

}

.tile1:before, .tile2:before, .tile3:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tile1:before {
    background-image: url("../img/bg_tile1.jpg");
}

.tile2:before {
    background-image: url("../img/bg_tile2a.jpg");
}

.tile3:before {
    background-image: url("../img/bg_tile3.jpg");
}

.tile1 a, .tile2 a, .tile3 a {
    position: absolute;
    display: block;
    top: 50%;
    bottom: 50%;
    color: #000;
    font-size: 2.8em;
    font-weight: 900;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    line-height: 0.8em;
}

.color1 {
    background-color: #D1C7C9;
    opacity: 1;
}

.color1:hover, .color2:hover, .color3:hover {
    opacity: 0.5;
    cursor: pointer;
}

.color2 {
    background-color: #c0e8f9;
    opacity: 1;
}

.color3 {
    background-color: #b8d3d1;
    opacity: 1;
}

.abs50 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

#logo {
    width: 40%;
}

#logo img {
    width: 100%;
}

.row.menu {
    height: 30px
}

#menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    background-color: #34448d;
    text-align: center;
    padding: 5px;
    height: 30px;
}

#menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    width: 50px;
    height: 100%;
    background-color: #34448d;
    transform-origin: top left;
    transform: skew(-30deg);
    border-radius: 5px;

}

#menu a {
    color: white;
    transition: color 0.2s;
    padding-right: 10px;
}

#menu a:hover {
    color: #d0be72;
    transition: color 0.2s;
}

#logowrapper {
    padding-top: 70px;
    padding-bottom: 30px;
}


#header {
    border-bottom: 15px solid #34448d;
}

.header_inner {
    background-color: #dee0e1;
    height: 400px;
}

.header_right {
    position: absolute;
    width: 50%;
    background-color: #596467;
    top: 0;
    right: 0;
    height: 100%;
}

.header_right::before {
    content: '';
    position: absolute;
    top: 0;
    left: -28px;
    width: 270px;
    height: 100%;
    background-color: #596467;
    transform-origin: top left;
    transform: skew(-30deg);
}

.quote {
    color: #596467;
    font-size: 1.5em;
    opacity: 1;
    width: 40%;
    padding-left: 0;
    padding-top: 70px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.6em;
}

.quotetext {
    display: none;
}

.header_right .image {
    position: absolute;
    bottom: 0;
    left: 25%;

}

#aboutme {
    padding: 50px 20px;
    font-size: 1.2em;
}

#block1 {

}

#block1 .textblock {
    padding-top: 150px
}

#block1 .textblock span {
    background-color: #000;
    opacity: 0.6;
    color: white;
    font-size: 2em;
    line-height: 1.5em;
    padding: 20px;
    display: inline-block
}

#block2 {

}

#block3 {
    min-height: 400px;
    margin-top: 30px;
    overflow: hidden;
}

#block4 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.collapsibleblue {
    background-image: url("../img/bg_collabsible_blue.png");
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;

}

#block4 .inner {
    position: relative;
    max-width: 800px;
}

#block4 .icons {
    position: absolute;
    right: 0;
    top: 0;
}

#block4 .icons img {
    width: 30px;
    opacity: 0.3;
}

#block4 .icons img:hover {
    opacity: 0.8;
}

.contentpage .icons {

}

.contentpage .icons img {
    width: 40px;
    opacity: 0.3;
}

.contentpage .icons img:hover {
    opacity: 0.8;
}


input {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-family: Roboto;
    font-size: 1.2em;
    border: 1px solid #dee0e1;
    color: #596467;
    text-transform: uppercase;
    font-weight: 100;
}

textarea {
    display: block;
    height: 100px;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-family: Roboto;
    font-size: 1.2em;
    border: 1px solid #dee0e1;
    color: #596467;
    font-weight: 100;
    width: 100%;
}

input:hover,
textarea:hover {
    background-color: #d0be72;
}

input[type="checkbox"]{
    display: inline;
    width:auto;
}

.button {
    width: 300px;
    color: white;
    background-color: #d0be72;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-family: Roboto;
    font-size: 1.2em;
    border: 1px solid #dee0e1;
    text-transform: uppercase;
    font-weight: 100;
}

.button:hover {
    background-color: #596467;
}

.button:disabled{
    background-color:#cccccc!important;
    cursor: default;
}


#footer {
    background-color: #d0be72;
    color: #596467;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 100px;
}

#footer .inner{
    background-color: #d0be72;
}

#footer .left {
    float: left;
    width: 50%;
}

#footer .right {
    float: left;
    width: 50%;
}

#footer a {
    color: #596467;
    display: block;
    text-align: right;
    width: 100%;
    margin: 0 0;
}

#footer a:hover {
    color: #34448d;
    text-decoration: underline;
}

#footer img {
    width: 100%;
}

.contentpage {
    padding-top: 1px;
    padding-bottom: 0px;
    background-color: #34448d;;
}

.contentpage .inner {
    background-color: #ffffff;
    padding: 50px 0;
    padding-bottom: 75px;
    min-height: 900px;
    overflow: hidden;
}

h1 {
    color: #34448d;

}

.imagewrapper1 {

}

.imagewrapper2{
    width:30%;
    float:right;
}

.imagewrapper2 img{
    width:100%;
}

.imagewrapper1 img {
    max-width: 100%;
}

.error,
.success {
    display: none;
}

.contentblock{
    float:left;
    width:50%;
}

.contentblock img{
    width:100%;
}

/* ********************************************* */
/* ********************************************* */
/* ********************************************* */
/* ********************************************* */

@media only screen and (max-width: 800px) {
    #logo {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    #logo img {
        width: 75%;
    }

    .menu {
        display: none;
    }

    #header .quote {
        width: 100%;
        text-align: center;
    }

    #header .quote ul{
        list-style-type: none;
        padding: 0;
    }

    #header .header_right {
        position: relative;
    }

    #header .header_right .image {
        position: initial;
    }

    #header .header_right:before {
        display: none;
    }

    .block33 {
        width: 100%;
    }

    .tile1, .tile2, .tile3 {
        height: 250px;
    }

    .tile1 a, .tile2 a, .tile3 a {
        top: 35%
    }

    #block3 .left {
        display: none;
    }

    .block50 {
        width: 100%;
    }

    #block4 {
        margin: 20px;
    }

    input, textarea {
        width: 90%;
    }

    .button {
        width: 100%;
    }


    #footer {
        min-height: 700px;
    }

    #footer .inner {
        padding: 20px;
    }

    #footer .left,
    #footer .right {
        width: 100%;
        text-align: center;
    }

    #footer a {
        text-align: center;
        font-weight: 600;
    }


    #block1 .textblock {
        padding-top: 150px;
        padding-bottom:150px;
    }

    #block1 .textblock span {
        font-size: 1.5em;
    }


    .imagewrapper2{
        width:100%;
        float:none;
    }


    .pl50{
        padding-left: 20px;
    }
    .pl10{
        padding-left: 10px;
    }
    .pr50{
        padding-right: 20px;
    }

    .contentblock{
        width:100%;
    }
}

