ul{
  margin-left:35px !important;

}
li{
	list-style: disc !important;
  	line-height: 28px !important;
  color: #737685 !important;
  font-size: 18px !important;
}

/*Override Styling formulieren */
.styled-form-dutch_wrapper{
background-color: #E5F4F7 !important;
padding: 25px;
font-size: 1.125rem !important;
margin: 65px 0px 0px 0px !important;
}

.styled-form-dutch_wrapper input{
border: 0px !important;
padding: 8px 10px !important;
}

.styled-form-dutch_wrapper:after{
content:'';
display: block;
width:15px;
height:30%;
background-image: url("https://www.thedutch.nl/static/images/tartans/default.jpg");
background-size: 1200%;
background-position: -20px;
background-color: #ff6600; 
position: absolute;
top:10%;
right:0;
}

.styled-form-dutch_wrapper .gform_footer{
margin: 0px !important;
padding: 0px !important;
}

.styled-form-dutch_wrapper input[type=submit]{
padding:15px 35px !important;
}

.styled-form-dutch-field .gfield_description{
opacity: 0.3;
}

.styled-form-dutch .gform_confirmation_message{
background-color: #E5F4F7 !important;
padding: 25px;
font-size: 1.125rem !important;
margin: 65px 0px 0px 0px !important;
font-family: "Source Sans Pro", Times;
font-weight: 400;
font-size: 18px;
color: #161b34;
text-align:center;
}

.styled-form-dutch .gform_confirmation_message h2{
font-family: "Janson SSi", serif;
font-size: 2.875rem;
color: #ff6600;
font-weight:100;
}

.dutch-form-title{   
font-family: "Janson SSi", serif;
font-size: 2.875rem;
margin-top:-65px;
line-height: 1em;
font-weight:100;
}

.mobile-only{
    display: none !important;
  }

/*Override Styling formulieren MEDIA QUERY */
@media only screen and (max-width: 600px) {
  .content-block__col {
    padding: 0px 10px !important;
  }
  .mobile-only{
    display: inline !important;
  }
}

@media (min-width: 1024px){
	.style-patterns {
    	height: 0px !important;
    	border-bottom: 0px solid #ffffff !important; 
		}
  .content-block__overlay {
    margin: 100px 0 36px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
.styled-form-dutch_wrapper{
  padding: 25px 75px 75px;
}  
  /* Formulier op desktop 50% */  
.fifthy_wrapper {
 width:50% !important; 
 padding: 25px !important;
 }  
.fifthy_wrapper:after{
right:45%;
  }
  
}

.content-block__container{
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}