/* Webfont: Lato-Regular */@font-face {
    font-family: 'LatoWeb';
    src: url('/static/com.latofonts/lato/fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('/static/com.latofonts/lato/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/static/com.latofonts/lato/fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('/static/com.latofonts/lato/fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('/static/com.latofonts/lato/fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Semibold */@font-face {
    font-family: 'LatoWebSemibold';
    src: url('fonts/Lato-Semibold.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Lato-Semibold.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/Lato-Semibold.woff') format('woff'), /* Modern Browsers */
         url('fonts/Lato-Semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

* { padding: 0 0 0 0; margin: 0 0 0 0; font-family: 'LatoWeb', "Open Sans", "Trebuchet MS", Tahoma, Arial, sans-serif; font-weight: normal; }
body { font-size: 1.0em; background-color: #e6e6e6; }
strong { font-weight: bold; }


.widget_header { color: #D11B33; padding: 5px 2px; background-color: #FFFFFF; }
.widget_header h1 { font-size: 1.3rem; text-align: center; }
.widget_header h1 a { color: inherit; transition: color 0.5s; }
.widget_header h1 a:hover { color: #0084FF; }
.widget_header p { font-size: 0.7rem; text-align: center; }
.widget_header p em { font-style: normal; text-transform: lowercase; }

.widget_menu { }
.widget_menu ul { }
.widget_menu ul li { width: 100%; margin: 5px 0; display: block; }
.widget_menu ul li a { text-transform: lowercase; font-size: 0.7rem; display: block; padding: 5px 5px 5px 30px; color: inherit; text-decoration: none; background: #D11B33 url(/static/nl.atelierlokaal.www/menuitem.png) no-repeat left center scroll; color: #FFFFFF; display: block; }
.widget_menu ul.submenu { max-height: 0; transition: max-height 500ms linear, height 500ms linear; overflow: hidden; background-color: #FFFFFF; }
.widget_menu ul.submenu.visible { max-height: 350px; }
.widget_menu ul.submenu li a { background: #FFFFFF none; color: #D11B33; margin: 0; }

.widget_document { }

@keyframes ltr {
    0% { left: 0; }
    20% { left: 0; }
    80% { left: -100%; }
    100% { left: -100%; }
}

.widget_tekst {  }
.widget_tekst .header { width: 100%; height: 100px; overflow: hidden; position: relative; }
.widget_tekst .header img { position: absolute; top: 0; right: 0; height: 100%; /*animation-name: ltr; animation-duration: 6s; animation-iteration-count: infinite; animation-direction: alternate; animation-timing-function: ease-in-out;*/ }
.widget_tekst .body { background-color: #FFFFFF; padding: 5px; font-size: 0.8rem; color: #333333; }
.widget_tekst .body h1 { font-size: 1.5rem; }
.widget_tekst .body p { line-height: 2; }
.widget_tekst .body a { color: #0084FF; transition: color 0.5s; }
.widget_tekst .body a:hover { color: #D11B33; }
.widget_tekst form p { margin: 10px 0; }
.widget_tekst label { color: #666666; font-size: 0.8rem; display: block; }
.widget_tekst input { width: 100%; box-sizing: border-box; padding: 3px 5px; }
.widget_tekst textarea { width: 100%; height: 80px; box-sizing: border-box; padding: 3px 5px; }
.widget_tekst input[type="submit"] { background-color: #D11B33; color: #FFFFFF; border-radius: 2px; border: 0 none; transition: background-color 1s, color 0.5s; cursor: pointer; }
.widget_tekst input[type="submit"]:hover { background-color: #FFFFFF; color: #D11B33; }
.widget_tekst ul { padding-left: 15px; }
.widget_tekst ul li { padding-top: 5px; padding-bottom: 5px; }
.widget_tekst ul.blokken { padding-left: 0; }
.widget_tekst ul.blokken li { display: block; width: 100%; margin-bottom: 20px; padding: 0; }
.widget_tekst ul.blokken li a { display: block; background-color: #D11B33; color: #FFFFFF; text-decoration: none; transition: background-color 1s, color 0.5s; }
.widget_tekst ul.blokken li a:hover { background-color: #FFFFFF; color: #D11B33; }
.widget_tekst ul.blokken li a img { width: 100%; transition: transform 0.5s; }
.widget_tekst ul.blokken li a:hover img { transform: translate(0, -10px) }
.widget_tekst ul.blokken li a strong { display: block; padding: 5px; font-weight: normal; font-size: 1.0rem; }
.widget_tekst.name_intro-welkom-nieuws h1 { display: none }

.widget_nieuws-bericht { background-color: #FFFFFF; padding: 5px; font-size: 0.8rem; color: #333333; }
.widget_nieuws-bericht h1 { font-size: 1.5rem; }
.widget_nieuws-bericht p { line-height: 2; }
.widget_nieuws-bericht p.summary { font-weight: bold; }

.widget_mollie { background-color: #FFFFFF; padding: 5px; font-size: 0.8rem; color: #333333; margin-top: 5px; }
.widget_mollie h1 { font-size: 1.5rem; }
.widget_mollie h2 { font-size: 1.2rem; padding-top: 20px; }
.widget_mollie .opmerking { background-color: #e6e6e6; padding: 10px; margin-top: 30px; color: #666666; }
.widget_mollie .opmerking h2{ text-align: center; padding-bottom: 10px; font-size: 1.0rem; }
.widget_mollie .mollie-cert { text-align: center; }
.widget_mollie form p { padding: 10px 0; }
.widget_mollie input[type="submit"] { background-color: #D11B33; color: #FFFFFF; border-radius: 2px; border: 0 none; transition: background-color 1s, color 0.5s; cursor: pointer; padding: 3px 5px; }
.widget_mollie input[type="submit"]:hover { background-color: #FFFFFF; color: #D11B33; }


.widget_inschrijven { }
.widget_inschrijven .header { display: none; width: 100%; height: 100px; overflow: hidden; position: relative; }
.widget_inschrijven .header img { position: absolute; top: 0; right: 0; height: 100%; animation-name: ltr; animation-duration: 6s; animation-iteration-count: infinite; animation-direction: alternate; animation-timing-function: ease-in-out; }
.widget_inschrijven .body { background-color: #FFFFFF; padding: 5px; font-size: 0.8rem; color: #333333; margin-top: 5px; }
.widget_inschrijven h1 { font-size: 1.5rem; }
.widget_inschrijven p { line-height: 2; }
.widget_inschrijven .scroll-table { width: 100%; overflow: auto; }
.widget_inschrijven table { width: 100%; border-collapse: collapse; table-layout: fixed; min-width: 500px; }
.widget_inschrijven table td { padding: 5px 0; border-bottom: 2px solid #FFFFFF; }
.widget_inschrijven table .code { width: 70px; vertical-align: top; }
.widget_inschrijven table .tijd { vertical-align: top; }
.widget_inschrijven table .tarief { background-color: #e6e6e6; font-size: 1.2rem; width: 100px; text-align: center; height: 35px; }
.widget_inschrijven form p { margin: 10px 0; }
.widget_inschrijven label { color: #666666; font-size: 0.8rem; display: block; }
.widget_inschrijven input { width: 100%; box-sizing: border-box; padding: 3px 5px; }
.widget_inschrijven input[type="submit"] { background-color: #D11B33; color: #FFFFFF; border-radius: 2px; border: 0 none; transition: background-color 1s, color 0.5s; cursor: pointer; }
.widget_inschrijven input[type="submit"]:hover { background-color: #FFFFFF; color: #D11B33; }
.widget_inschrijven ol { padding-left: 20px; }
.widget_inschrijven ol li { padding: 10px; }
.widget_inschrijven .melding { color: #D11B33; border: 2px solid #D11B33; padding: 5px; }

.widget_cursuslist { background-color: #FFFFFF; padding: 5px 5px 20px 5px; font-size: 0.8rem; color: #333333; }
.widget_cursuslist h2 { font-size: 1.1rem; padding-top: 20px; }
.widget_cursuslist p { line-height: 2; }
.widget_cursuslist .scroll-table { width: 100%; overflow: auto; }
.widget_cursuslist table { width: 100%; border-collapse: collapse; table-layout: fixed; min-width: 500px; }
.widget_cursuslist table td { padding: 5px 0; border-bottom: 2px solid #FFFFFF; }
.widget_cursuslist table .code { width: 70px; vertical-align: top; }
.widget_cursuslist table .tijd { vertical-align: top; }
.widget_cursuslist table .tarief { background-color: #e6e6e6; font-size: 1.2rem; width: 100px; text-align: center; height: 35px; }
.widget_cursuslist table .inschrijven { width: 100px; text-align: center; }
.widget_cursuslist table .inschrijven a { color: #0084ff; text-decoration: none; width: 100px; text-align: center; transition: color 0.1s; }
.widget_cursuslist table .inschrijven a:hover { color: #D11B33; }

.widget_footer { background-color: #b4cecd; margin-top: 20px; }
.widget_footer .column { padding: 20px; font-size: 0.8rem; }
.widget_footer .column strong { font-weight: bold; }
.widget_footer .column ul { list-style: none; }
.widget_footer .column ul li { width: 200px; }
.widget_footer .column ul li a { text-decoration: none; color: #000000; }
.widget_footer .column ul li a img { vertical-align: middle; }
.widget_footer .column.ideal a { color: #FFF; }

@media only screen and (min-width: 800px) {
    .container { width: 768px; margin: 0 auto; transition: width 1s; }
    
    .widget_header { padding: 10px 40px 20px 40px; margin-bottom: 20px; margin-top: 20px; }
    .widget_header h1 { font-size: 3.5rem; text-align: left; display: inline; margin-right: 10px; }
    .widget_header p { font-size: 1.3rem; text-align: left; display: inline; }
    
    .widget_menu {}
    .widget_menu ul { display: flex; }
    .widget_menu ul li { width: 22%; margin: 0 4% 0 0; position: relative; }
    .widget_menu ul li:last-child { width: 22%; margin-right: 0%;  }
    .widget_menu ul li:hover ul { display: block; }
    .widget_menu ul li a { background-image: none; padding: 5px; text-align: center; font-size: 0.8rem; transition: background-color 1s, color 0.5s; }
    .widget_menu ul li a:hover { background-color: #FFFFFF; color: #D11B33; }
    .widget_menu ul.submenu { position: absolute; display: block; width: 100%; border-top: 1px solid #D11B33; }
    .widget_menu ul.submenu li { width: 100%; }
    .widget_menu ul.submenu li a:hover { background-color: #D11B33; color: #FFFFFF; }
    .widget_menu ul.submenu.visible { max-height: 0; }
    .widget_menu ul li:hover ul.submenu { max-height: 500px; }
    .widget_menu ul.submenu.visible li:hover ul.submenu { max-height: 500px; }  
    
    .widget_tekst { margin-top: 20px; }
    .widget_tekst .header { width: 100%; height: auto; overflow: hidden; position: static; margin-bottom: 20px; }
    .widget_tekst .header img { position: static; width: 100%; height: auto; animation: none; }
    .widget_tekst .body h1 { font-size: 2.0rem; padding-bottom: 20px; }
    .widget_tekst .body { padding: 30px 40px 30px 40px; }
    .widget_tekst input { width: 70%; }
    .widget_tekst textarea { width: 70%; height: 170px; }
    .widget_tekst input[type="submit"] { width: auto; padding: 8px 20px; }
    .widget_tekst ul { padding: 15px 20px; }
    .widget_tekst ul.blokken { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-content: space-around; align-items: stretch; padding: 0; }
    .widget_tekst ul.blokken li { width: 330px; flex-grow: 0; flex-shrink: 0; margin-bottom: 30px; }
    
    .widget_nieuws-bericht { margin-top: 20px; padding: 30px 40px 30px 40px; }
    .widget_nieuws-bericht h1 { font-size: 2.0rem; padding-bottom: 20px; }
    
    .widget_mollie { padding: 30px 40px; }
    .widget_mollie h1 { padding-bottom: 20px; }
    .widget_mollie .opmerking { width: 50%; margin: 0 0 0 auto; } 
    .widget_mollie input[type="submit"] { width: auto; padding: 8px 20px; }
    
    .widget_cursuslist { padding: 0 40px 30px 40px; margin-top: 20px; }
    .widget_cursuslist h2 { padding: 30px 0; }
    
    .widget_inschrijven { margin-top: 20px; }
    .widget_inschrijven .header { display: block; width: 100%; height: auto; overflow: hidden; position: static; margin-bottom: 20px; }
    .widget_inschrijven .header img { position: static; width: 100%; height: auto; animation: none; }
    .widget_inschrijven .body { padding: 30px 40px; }
    .widget_inschrijven input { width: 70%; }
    .widget_inschrijven input[type="submit"] { width: auto; padding: 8px 20px; }
    
    .widget_footer .container { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-content: space-between; align-items: flex-start; }
    .widget_footer .container .column { height: 130px; }
    .widget_footer .container .address { width: 180px; padding-left: 40px; }
    .widget_footer .container .links { width: 400px; }
    .widget_footer .container .links ul { display: flex; list-style-type: none; flex-wrap: wrap; }
    .widget_footer .container .links ul li { width: 198px; margin: 10px 0; }
    .widget_footer .container .links ul li a { display: block; transition: color 0.25s, background-color 0.5s; }
    .widget_footer .container .links ul li a:hover { color: #FFFFFF; }
    .widget_footer .container .ideal { width: 180px; text-align: right; padding-top: 60px; height: 80px; }
    .widget_footer .container .ideal img { vertical-align: middle; }
}

@media only screen and (min-width: 1024px) {
    .container { width: 1000px; }
    .widget_menu ul li a { font-size: 1.0rem; } 
	.widget_header h1 { font-size: 4rem; }
    .widget_header p { font-size: 2.0rem; }
	.widget_tekst ul.blokken li { width: 285px; }
}

@media only screen and (min-width: 1280px) {
    .container { width: 1260px; }
	.widget_header h1 { font-size: 5rem; }
    .widget_header p { font-size: 2.0rem; }
	.widget_tekst ul.blokken li { width: 370px; }
}