@font-face {
    font-family: Arthurfont;
    src: url("../fonts/Arthurfont.otf") format("opentype");
}
body {
    display: block;
    margin: 0px;
    background-color: #f7f1f1 !important;
}

content {
    width: 1270px;
    max-width: 1270px;
    display: block;
    margin: auto;
    margin-bottom: 50px;
}

content2 {
    width: 1200px;
    max-width: 1200px;
    display: block;
    margin: auto;
    margin-bottom: 50px;
}

header {
    max-height: 300px;
    height: 300px;
    background-image: url(../img/headerFoto3.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 50px;
    /*border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.headerSmall {
    max-height: 200px;
    height: 200px;
    font-size: 1em;
    padding-top: 1px;
}

.titel {
    padding: 0px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 3em;
    color: white;
}

.button {
    display: inline-block;
    width: 170px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 1.4em;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 100;
    padding: 15px 30px 10px 30px;
    font-variant-caps: all-small-caps;
    border: 1px solid white;
}

.button:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.black {
    color: white;
    border: 1px solid darkgray;
    background-color: #34495e;
}

.black:hover {
    background-color: #2c3e50;
}

subtitle {
    display: block;
    padding: 40px;
    text-align: center;
}

a {
    text-decoration: none;
}

.lijst {
    padding-top: 20px;
    padding-right: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
}

.lijstitem {
    padding: 20px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 1.2em;
}

.lijstitem:before {
    content: "✓";
    padding-right: 10px;
}

.subtitle {
    margin: 0px;
    margin-top: 20px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 2em;
    color: #34495e;
}

.subtext {
    margin: 20px;
    margin-top: 40px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 1.4em;
    color: #34495e;
}

kernen {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 25px;
    background-color: transparent;
}

.bordje {
    background-color: #34495e;
    width: 200px;
    min-height: 340px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 25px;
    border-radius: 10px;
    transform-style: preserve-3d;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bordje:hover {
    background-color: #2c3e50;
}

.cirkel {
    height: 150px;
    padding-top: 10px;
    margin-left: auto;
    /*transform: translateZ(20px);*/
}

.kernTitel {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 10px;
    font-family: "Josefin Sans", sans-serif;
    /*transform: translateZ(20px);*/
}

.kernText {
    font-family: "Josefin Sans", sans-serif;
    color: white;
    margin: 0;
    padding: 10px;
    padding-top: 0px;
}

.titel1 {
    color: #16a085;
}

.titel2 {
    color: #e67e22;
}

.titel3 {
    color: #2980b9;
}

.titel4 {
    color: #e74c3c;
}

.titel5 {
    color: #9b59b6;
}

.titel6 {
    color: #D4AF37;
}
.lijn1 {
    border-bottom: 1px solid #16a085;
}

.lijn2 {
    border-bottom: 1px solid #e67e22;
}

.lijn3 {
    border-bottom: 1px solid #2980b9;
}

.lijn4 {
    border-bottom: 1px solid #e74c3c;
}

.lijn5 {
    border-bottom: 1px solid #9b59b6;
}

.lijn6 {
    border-bottom: 1px solid #D4AF37;
}

.border1 {
    border: 2px solid #16a085;
}

.border2 {
    border: 2px solid #e67e22;
}

.border3 {
    border: 2px solid #2980b9;
}

.border4 {
    border: 2px solid #e74c3c;
}

.border5 {
    border: 2px solid #9b59b6;
}

.border6 {
    border: 2px solid #D4AF37;
}

.groteKernLinks {
    position: relative;
}

.groteKernRechts {
    position: relative;
}

.imgLinks {
    width: 60%;
    margin-left: 50px;
    margin-top: 100px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    border: 20px solid white;
}

.imgRechts {
    width: 60%;
    text-align: right;
    margin-right: 50px;
    margin-left: 40%;
    margin-top: 100px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    border: 20px solid white;
}

.textLinks {
    position: absolute;
    top: 150px;
    left: 50%;
    width: 500px;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.textRechts {
    position: absolute;
    top: 150px;
    left: 0%;
    width: 500px;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.titelBar {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.titelBar > h2 {
    flex-grow: 1;
    font-family: "Josefin Sans", sans-serif;
    text-align: right;
    font-size: 1.8em;
}

.textLinks,
.textRechts {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.2em;
}

.imgSmall {
    width: 120px;
}

.float {
    position: fixed;
    width: 160px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background-color: #34495e;
    color: #fff;
    border-radius: 50px;
    border: 5px solid white;
    text-align: center;
    padding-top: 20px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.2em;
}

.formlabel {
    margin: 0px;
}

contactStuk {
}

contactStuk > h1 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 2em;
    text-align:center;
}

contactStuk > p {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 1.2em;
	text-align:justify;
}

form {
    padding-top: 30px;
}

.row {
    display: flex;
    margin-bottom: 30px;
}

.row > div {
    flex-grow: 1;
}

input {
    border: 0px 1px 1px 1px solid black;
}

input[type="text"],
input[type="email"] {
    box-sizing: border-box;
    min-width: 90%;
    font-size: 1.4em;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
}

.row > div > p {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 1.2em;
}

.contacten {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.contactpersoonbordje {
    background-color: #34495e;
    width: 500px;
    height: 160px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 25px;
    border-radius: 10px;
    transform-style: preserve-3d;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contactfoto {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactinitialen {
    width: 100px;
    height: 100px;
    border: 3px solid white;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    color: white;
    font-family: "Josefin Sans", sans-serif;
}

.contactinfo {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    flex-grow: 1;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    justify-content: space-evenly;
    padding-right: 5px;
    font-family: "Josefin Sans", sans-serif;
}

.contactinfo > div {
    display: flex;
    flex-direction: row;
}

.socialmediainfo {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-right: 5px;
    font-family: "Josefin Sans", sans-serif;
	flex-wrap: wrap;
}

.socialmediainfo > div {
    display: flex;
    flex-direction: row;
}

.icon {
    width: 50px;
    color: white;
}

.text {
    width: 75px;
    text-align: left;
    color: white;
    font-weight: 400;
}

.val {
    color: white;
    font-weight: 100;
}

footpiece {
    padding-top: 20px;
    text-align: center;
    display: block;
    height: 300px;
    background-image: url(../img/footer.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0px;
    width: 100%;
}

.socialMediaLink {
    text-decoration: none;
    color: black;
    padding-left: 5px;
    font-weight: 500;
}

.socialMediaContainer {
    height: 50px;
}

.socialmedia {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

/*Language*/
#talen {
    padding-top: 10px;
    width: 115px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.languagepicker {
    background-color: #f7f1f1 !important;
    display: inline-block;
    padding: 0;
    height: 40px;
    overflow: hidden;
    transition: all .3s ease;
    margin: 0 0px 10px 0;
    vertical-align: top;
    float: left;
    border: 1px solid black;
}

    .languagepicker:hover {
        /* don't forget the 1px border */
        /*height: 205px;*/
        height:auto;
    }

    .languagepicker a {
        color: #000;
        text-decoration: none;
    }

    .languagepicker li {
        display: block;
        padding: 0px 20px;
        line-height: 40px;
        border-top: 1px solid black;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 300;
        font-size: small;
    }

        .languagepicker li:hover {
            background-color: #ded6d6 !important;
        }

    .languagepicker a:first-child li {
        border: none;
        background: #f5ebeb !important;
    }

    .languagepicker li img {
        margin-right: 5px;
    }     

/*.Taalbutton {
    width:100px;
    flex-grow: 1;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 1em;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 100;
    padding: 5px;
    font-variant-caps: all-small-caps;
    border: 1px solid white;
}*/

@media only screen and (max-device-width: 1200px) {
    content {
        width: 100%;
    }

    uitgebrijdeKernen {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        list-style-type: none;
        align-content: center;
    }

    groteKernLinks,
    groteKernRechts {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .imgLinks,
    .imgRechts {
        position: relative;
        width: 40%;
        left: 0%;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .textLinks,
    .textRechts {
        display: block;
        background-color: rgba(255, 255, 255, 0.7);
        text-align: center;
        top: 0px;
        left: 45%;
        width: 50%;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.7);
        text-align: center;
    }

    content {
        width: 90%;
        display: block;
        margin: auto;
        margin-bottom: 50px;
    }
}

@media only screen and (max-device-width: 900px) {
    header {
        padding-top: 20px;
		max-height:400px;
		height:400px;
    }

    #talen {
        padding-top: 10px;
        width: 78%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
    }

    .Taalbutton {
        flex-grow: 1;
        display: inline-block;
        background-color: rgba(255, 255, 255, 0.2);
        color: white;
        font-size: 1em;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 100;
        padding: 5px;
        font-variant-caps: all-small-caps;
        border: 1px solid white;
    }

    .titel {
        font-size: 2.4em;
    }

    .button {
        display: inline-block;
        width: 70%;
        font-size: 1.2em;
        padding: 15px 30px 10px 30px;
        margin-bottom: 10px;
    }

    .imgLinks,
    .imgRechts {
        display: none;
    }

    .textLinks,
    .textRechts {
        position: relative;
        display: inline-block;
        text-align: center;
        top: 0px;
        left: 10%;
        width: 80%;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.7);
        text-align: center;
        margin-bottom: 20px;
    }

    .lijst {
        flex-direction: column;
    }

    .titelBar > h2 {
        flex-grow: 1;
        font-family: "Josefin Sans", sans-serif;
        text-align: right;
        font-size: 16px;
    }

    .headerSmall {
        height: 400px;
        max-height: 300px;
    }

    .contacten {
        flex-direction: column;
        justify-content: space-between;
    }

    .contactpersoonbordje {
        width: 100%;
    }

	.socialmedia {
		flex-direction: column;
        justify-content: space-between;
	}

	.socialmediainfo {
		border-left: 1px solid rgba(255, 255, 255, 0.3);
		flex-grow: 1;
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		padding-right: 5px;
		font-family: "Josefin Sans", sans-serif;
		flex-wrap: wrap;
	}
}

@media only screen and (max-device-width: 600px) {
    /* Styles */
    header {
        padding-top: 20px;
        height: 350px;
        max-height: 350px;
    }
    .titel {
        font-size: 2em;
    }

    .contactfoto {
        display: none;
    }
}





.ownerSurvey {
    text-align: center;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}