/* 
Theme name: Ski service Rozendaal
Author: Gidian Kranenburg
Version: 1.0
*/

/*menu */

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

.card-text2{
	
	text-align:center;
	
}

body {
   font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: 
    #212529;
    text-align: left;
}
#menuToggle {
    display: block;
    position: relative;
    top: 50px;
    left: 150px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

.formcontact {
    
    margin-top: -15px;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: white;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #D96A29;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
margin: -100px 0 0 -165px;
  padding: 50px;
  padding-top: 125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}


/*
 * end
 */
*{
	
	box-sizing:border-box;
	padding:0;
	margin:0;
	scroll-behavior: smooth;
}


a:hover{
	
	text-decoration:none;
}


row{
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}

header{
background-repeat: no-repeat;
background-size: cover;

width: 100vw;
height: 738px;
z-index:0;
	display:block;
}

nav{
	z-index:1000;
	position:absolute;
	
}
nav a{
	color:white;
	opacity:0.8;
	text-decoration:none;
	display:block;
	padding:15px;
	font-family: 'Lato', sans-serif;
	
	
}

nav a:hover{
	color:white;
	opacity:1;
	text-decoration:none;
	background-color:#D96A29;
	
}



nav ul li{
	display:inline-block;
	text-decoration:none;
	list-style:none;
	
}

.menu{
	
	margin-bottom:50px;
}


.introtekst{
	
	color:white;
	padding-top:40%;
	padding-bottom:10%;
}

.introtekst h1{
	font-size:4rem;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	letter-spacing: 20px;
	font-style: italic;
	
}

.introtekst h5{
	font-weight:300;
	font-family: 'Roboto', sans-serif;
	
	
}

label {
    display: inline-block;
    margin-bottom: 0rem;
}

.topcontact {
    margin-top: -103.6px;
    background-color: 
    #1D2E43;
    width: 100%;
    height: auto;
}

.topcontact h3{
	
font-family: 'Roboto', sans-serif;
	color:white;
	font-style: italic;
	text-align:center;
	padding-top:15px;
	
}

.topcontact a {
   font-family: 'Roboto', sans-serif;
    color: 
    white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
	padding-bottom:15px;
}

.formcontact p {
    font-family: 'Roboto', sans-serif;
    color: #1B1E26;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
	padding-top:15px;
	padding-bottom:-30px;
}
.wpcf7 {
    margin-top: -30px;
}
.formcontact{
box-shadow:0px 0px 4px rgba(0, 0, 0, 0.25);
background-color:#FAFAFA;
}
input[type=text]{
	
	border:1px solid rgba(0, 0, 0, 0.05);
	background-color:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	color:#1B1E26;
	width:90%;
	
}
textarea{
	border:1px solid rgba(0, 0, 0, 0.05);
	background-color:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	color:#1B1E26;
	width:90%;
	height:150px;
	
}
input[type=tel]{
	
	border:1px solid rgba(0, 0, 0, 0.05);
	background-color:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	color:#1B1E26;
	width:90%;
	
}

input[type=submit]{
	
	border:2px solid #D96A29;
	background-color:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	color:#D96A29;
	width:50%;
	
	
}

input[type=email]{
	
	border:1px solid rgba(0, 0, 0, 0.05);
	background-color:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	color:#1B1E26;
	width:90%;
}

.overons {
    margin-top: 80px;
    margin-left: -15px;
}

.overons h2{
	
	font-family: 'Roboto', sans-serif;
	color:#1B1E26;
	font-style: italic;
	
}

.overons p{
	
	font-family: 'Roboto', sans-serif;
	color:#1B1E26;
	
}

.hyperlink1{
	
	background-color:#1D2E43;
	max-height:75px;
	max-width: 220px;
	margin-right: 25px;
	box-shadow:0px 0px 4px rgba(0, 0, 0, 0.25);
	padding-top:5px;
}

.hyperlink2{
	
	background-color:#D96A29;
	max-height:75px;
	max-width: 220px;
	margin-right: 25px;
	box-shadow:0px 0px 4px rgba(0, 0, 0, 0.25);
	padding-top:5px;
}

.hyperlink3{
	
	background-color:#1D2E43;
	max-height:75px;
	max-width: 220px;
	margin-right: 25px;
	box-shadow:0px 0px 4px rgba(0, 0, 0, 0.25);
	padding-top:5px;
}

.hyperlink1:hover{
	opacity:0.8;
}

.hyperlink2:hover{
	opacity:0.8;
}

.hyperlink3:hover{
	opacity:0.8;
}
.imghyperlink {
    max-height: 34px;
    width: auto;
    padding-top: 5px;
}

.hyperlinktekst{
	font-size: 13px;
	color:white;
	padding-top:10px;
	padding-right: 65px;
width: 100px;
}

.prijslijst{
	margin-top:80px;
	
	
	   background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 100vw;
height: 100%;
}

.prijslijst h2{

	font-family: 'Roboto', sans-serif;
	color:#D96A29;
	text-align:center;
	font-style: italic;
	margin-top:80px;
}

.prijslijst h5 {
   font-family: 'Roboto', sans-serif;
    color: 
    #1D2E43;
    text-align: center;
    margin-top: -40px;
}

.prijslijst p{
	
	margin-bottom:80px;
}

.occasions{
	margin-top:80px;
	margin-left:-15px;
}

.occasionstekst h2{
	font-family: 'Roboto', sans-serif;
	color:#1B1E26;
	font-style: italic;
	
}

.occasionstekst p{
	
	font-family: 'Roboto', sans-serif;
	color:#1B1E26;
	
}

.card img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-left: 15px;
    height: 350px;
    padding-right: 15px;
}

.card{
	
	background-color:#FAFAFA;
	box-shadow:0px 0px 4px rgba(0, 0, 0, 0.10);
	border:none;
	margin-bottom:30px;
}

.card-body h5 {
    font-size: 20px;
    color: #D96A29;
    padding-top: 10px;
	font-family: 'Roboto', sans-serif;
}

.card-body h4 {
    
    color: #D96A29;
    
	font-family: 'Roboto', sans-serif;
}

.card-body p {
    
    color: #272D30;
    padding-top: 10px;
	font-family: 'Roboto', sans-serif;
}

.afhaalpunten{
	margin-top: 80px;
  
	
   background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 100vw;
height: 100%;
}

.afhaalpunten h2 {
  font-family: 'Roboto', sans-serif;
    color: 
    #D96A29;
    text-align: center;
    font-style: italic;
    margin-top: 80px;
	 margin-bottom:20px;
}

.card2 {
  
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.10);
    margin-bottom: 30px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(216,107,41,1);
   
}

.card-body2 {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-body2 h5 {
    font-size: 20px;
    color: #D96A29;
    padding-top: 10px;
    font-family: 'Roboto', sans-serif;
	font-weight:600;
	text-align:center;
}
.card-title2 {
    margin-bottom: .75rem;
}
.card-text2:last-child {
    margin-bottom: 0;
}
.card-body2 p {
    color: 
    #272D30;
   
   font-family: 'Roboto', sans-serif;
	text-align:center;
}

.card-text2 a{
	color: 
    #272D30;
}
.card-text2 a:hover{
	opacity:0.6;
}

footer{
	
	background-color:#1D2D43;
	color:white;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	min-height:50px;
}

footer a{
	
	
	color:white;
	
	
}
footer a:hover{
	
opacity:0.8;
	color:white;
}

footer p{
	padding-top:20px;
}



@media (max-width: 991px) { 
	
	.aanbod{
		
		margin-left:auto;
		margin-right:auto;
		display:block;
		
	}
	
	

#menuToggle {

    display: block;
    position: relative;
    top: 50px;
    left: 130px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;

}
	
	.formcontact {
    
    margin-top: -15px;
}
	
	#menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -145px;
    padding: 50px;
        padding-top: 50px;
    padding-top: 125px;
    background: 
    #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
	
	.occasionstekst{
		
		text-align:center;
		margin-bottom:20px;
	}
	
	.topcontact {
    margin-top: 20px;
    background-color: 
    #1D2E43;
    width: 100%;
    height: auto;
}
}

@media (max-width: 767px) { 

	
	.introtekst h1{
	font-size:3rem;
	text-align:center;
	
}

.introtekst h5{

	text-align:center;
	
}


header {

    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 450px;
    z-index: 0;
    display: block;

}
	

}

@media (max-width: 576px) { 

	
	.introtekst h1{
	font-size:2rem;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	
}
	.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    margin-left: auto;
    margin-right: auto;
}
	
	
header {

    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 350px;
    z-index: 0;
    display: block;

}
	#menuToggle {
    display: block;
    position: relative;
    top: 50px;
    left: 20px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}
	#menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -80px;
    padding: 50px;
        padding-top: 50px;
    padding-top: 125px;
    background: 
    #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
	.prijslijst {
   
    margin-left: 0px;
}
	
	.overons{
		
		margin-left:0px;
	}
	
	.hyperlink1{
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	
	.hyperlink2{
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	
	.hyperlink3{
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	
	.occasionstekst{
		margin-left:0px;
	}
	
	


}


@media (max-width: 425px) { 

	
.introtekst h1 {
    font-size: 1.5rem;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}


}
