.mySlides {
    display: none;
    padding-top: 50px;
}

* {
    margin: 0;
    height: 100%;
}

body {
    width: 100%;
}

.header {
    height: 45px;
    padding: 10px;
    background: #fff;
    color: white;
}

.logozwart {
    max-width: 35%;
    height: auto;
}
/*
.headerfoto {
     max-width: 1450px;
    height: auto;
      height: 60%;
    background-size:auto;
    position: absolute;
}
*/

.img-container {
/*    background-image: url(../image/preciosa.jpg);*/
    height: 45%;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.inner-container {
    text-align: center;
    position: absolute;
    width: 100%;
    color: white;
    height: auto;
}

h1 {
    font-size: 2.2em;
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    font-weight: 500;
    text-align: left;
    padding: 5px;
    padding-left: 15px
}

h2 {
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    font-weight: 200;
    font-size: 2.2em;
}

p {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 200;
    font-size: 1.1em;
    text-align: left;
    float: inherit;
    padding-top: 85px;
    color: white;

}

.tekst {
    max-width: 45%;
    height: auto;
    float: left;

}

.pf {
    max-width: 20%;
    height: auto;
    float: right;
    padding-right: 30px;
    padding-top: 6px;
}

.munturen {
    font-weight: 100;
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
}

.modal {
    display: none;
    position: fixed;
    margin-top: 65px;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 40%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    xbackground-color: rgba(0, 0, 0, 0.4);
}


.modal-content {
    background-color: transparent;
    margin: 5% auto;
    margin-left: 250px;
/*    margin-right: 300px;*/
    padding: 20px;
/*    padding-right: 163px;*/
    width: 60%;
    height: 55%;
}


.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    color: white;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}

.btn {
    height: 55px;
    margin-top: 115px;
    font-size: 1.9em;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    width: 190px;
    font-weight: 390;
    padding: 4px;
    color: #fff;
    border: 3px solid #fff;
    text-align: center;
    outline: none;
    text-decoration: none;
    background-color: Transparent;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.btn:hover,
.btn:active {
    background-color: #fff;
    color: #000;
    border: solid #fff;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

@media only screen and (max-width: 920px) {
    .inner-container {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 540px) {
    .inner-container {
        margin-top: 150px;
    }
    h1 {
        font-size: 5em;
    }
    h2 {
        font-size: 1.4em;
    }
}


@font-face {
    font-family: 'ITC Avant Garde Gothic Std Extra Light';
    font-style: normal;
    font-weight: normal;
    src: local('ITC Avant Garde Gothic Std Extra Light'), url('itc-avant-garde-gothic-std-extra-light-5895708744eb6.woff') format('woff');
}

.logo1 {
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto
}
