/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Khand, "Times New Roman", "serif";
}

.mainContainer {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.appMenu {
	height: 51px;
	background-color: #ED1B24;
	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;
	z-index: 1000;
	position: fixed;
	min-width: 100%;
	left:0;
	top:0;
	margin-bottom: 20px;
}

.appMenuMobile {
	height: 51px;
	background-color: #ED1B24;
	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;
	z-index: 1500;
	position: fixed;
	min-width: 100%;
	left:0;
	top:0;
	margin-bottom: 20px;
}

.appContext {
	min-height: calc(100vh - 55px);
}
.appContextAfterLogin {
	min-height: calc(100vh - 105px);
}

.appContextAfterLoginCasuses {
	min-height: calc(100vh - 31px);
}

.appContextAfterLoginScore {
	min-height: calc(100vh - 51px);
}

.appFooter {
	height:40px;
	background-color: white;
	text-align: center;
	width: 100%;
	padding-top: 15px;
	font-size: 20px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ED1B24;
	font-size: 20px;
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #CCC;
	color:white;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #CCC;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10000;
}

.dropdown-content a {
    color: black;
    padding: 3px 15px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #CCC}

.dropdown:hover .dropdown-content {
    display: block;
}


.menuWrapper {
	max-width: 80%;
	margin: 0 auto;	
}

.contentWrapper {
	max-width: 80%;
	margin: 0 auto;	
	padding-top: 50px;
}

.contentWrapperScore {
	max-width: 100%;
	margin: 0 auto;	
	padding-top: 50px;
}

.textContainer {
	float: left;
	width:40%;
	padding-left: 15px;
	padding-top: 30px;
	text-align: justify;
	font-size: 14px;
}

.textContainerInleiding {

	width:100%;
	padding-top: 30px;
	text-align: justify;
	font-size: 14px;
}

.imageContainer {
	float: left;
	width:50%;
	padding-top: 100px;
	margin-left: 50px;
	text-align:center; 
}

.clear{
	clear: both;
}

h3, h2 {
	color:#ED1B24;
}

.footerButtons {
	max-width: 80%;
	margin: 0 auto;
	height: 80px;
}

.footerButtonsUp {
	max-width: 100%;
	margin: 0 auto;
	height: 80px;
	display: none;
	margin-top: 30px;
}

.inleidingBody {
	background: linear-gradient(270deg, #F7F7F7 55%, #FFFFFF 45%);
}

.casusBody {
	/*background: linear-gradient(180deg, #FFFFFF 55%, #F7F7F7 45%);*/
	background: linear-gradient(270deg, #F7F7F7 55%, #FFFFFF 45%);
}

.scoreBody {
	/*background: linear-gradient(180deg, #FFFFFF 50%, #F7F7F7 50%);*/	
	background-color: #F7F7F7;
}

.leftArrow A {
	float: left;
	color:#ED1B24;
	font-size: 40px;
	font-weight: bold;
	text-decoration: none;
}

.rightArrow A {
	float: right;
	color:#ED1B24;
	font-size: 40px;
	font-weight: bold;
	text-decoration: none;
}

.ulImportant {
	list-style-type: circle !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: none !important;
	display: block !important;
}

.casusText {
	float: left;
	width:40%;
	padding-left: 15px;
	padding-top: 30px;
	text-align: justify;
	font-size: 16px;
	
}

.casusImage {
	float: left;
	width:50%;
	padding-top: 100px;
	padding-left: 100px;
	text-align: center;
}

.casusMain {
	min-height: calc(100vh - 370px);
	
}

.ruler {
	position: absolute;
	top:300px;
	left:50px;
	background-color: rgba(255,255,255,0.5);
}

.casusAnswers {
	float: left;
	width:40%;
	padding-left: 15px;
	padding-top: 30px;
	text-align: justify;
	font-size: 14px;
}

.casusDetails {
	float: left;
	width:50%;
	padding-top: 15px;
}

.overflowText {
	width:100%;
	max-height: calc(100vh - 200px);
	overflow-y: auto;
	overflow-x: hidden;
	padding:10px;
	font-size: 17px;
}

.overflowText::-webkit-scrollbar {
    width: 12px;
}

.overflowText::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.overflowText::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.imgSerce {
	width:700px;
	alignment-baseline: middle;
}

.imgCasuses {
	width:750px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border: solid 1px #ED1B24;
}

.startBg{
	background-image:url(../Images/bgMain.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.formLogin {
	
	padding-left: 268px;
	padding-top: 400px;
	
}

.inputCode {
	border-radius: 5px;
	font-family: Khand, "Times New Roman", "serif";
	width: 250px;
	border: solid 2px #FFF;
	margin-right: 20px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.inputButton {
	border-radius: 5px;
	font-family: Khand, "Times New Roman", "serif";
	width: 80px;
	border: solid 3px #000;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	color: #ED1B24;
	background-color: #000;
	font-weight: bold;
}


A.redClass {
	background-color: #ED1B24;
	text-decoration: none;
	padding: 10px;
	font-size: 30px;
	color: white;
	font-weight: 700;
}

A.redClass:hover {
	background-color: #CCC;
	text-decoration: none;
	padding: 10px;
	font-size: 30px;
	color: white;
	font-weight: 700;
}

A.redclasssmaller {
	background-color: #ED1B24;
	text-decoration: none;
	padding: 10px;
	font-size: 22px;
	color: white;
	font-weight: 700;
}

A.redclasssmaller:hover {
	background-color: #CCC;
	text-decoration: none;
	padding: 10px;
	font-size: 22px;
	color: white;
	font-weight: 700;
}

.redclasssmallerInput {
	background-color: #ED1B24;
	text-decoration: none;
	padding: 10px;
	font-size: 22px;
	color: white;
	font-weight: 700;
	border: none;
	margin-top: 20px;
	font-family: Khand, "Times New Roman", "serif";
}

.redclasssmallerInput:hover {
	background-color: #CCC;
	text-decoration: none;
	padding: 10px;
	font-size: 22px;
	color: white;
	font-weight: 700;
	border: none;
	cursor: pointer;
	margin-top: 20px;
	font-family: Khand, "Times New Roman", "serif";
}

.uitlegImages {
	width:400px;
}

.indexTextAboveForm {
	color:white;
	font-size: 18px;
	margin-left: 20px;
}

.indexFirstText {
	color:white;
	font-size: 80px;
	margin-top: 150px;
	font-weight: 700;
	line-height: 100px;
	margin-left: 20px;
}

.indexSecondText {
	color:white;
	font-size: 25px;
	margin-bottom: 50px;
	margin-left: 20px;
}

.scoreText {
	font-size: 20px;
}

.scoreButton {
	padding-top: 20px;
}

.imgECG { 
	min-width: 800px;
	min-height: 590px;
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #ED1B24;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	background-image: url(../Images/casus.png)
}

.imgECGInner{
	min-width: 800px;
	min-height: 520px;
	text-align: center;
	vertical-align:middle;
}

.imgECGRulerContainer {
	min-width: 796px;
	min-height: 520px;
	text-align: center;
	vertical-align:middle;
}

.imgECRButtonContainer {
	min-width: 796px;
	min-height: 62px;
	text-align: right;
	vertical-align:middle;
}

.powiekszSmall {
	max-width: 60px;
	margin-right: 0px;
	cursor: pointer;
}

.linijkaCzerwonaSmall {
	max-width: 60px;
	margin-right: 20px;
	cursor: pointer;
}

.rullerLayer {
	min-width: 379px;
	min-height: 127px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image:url(../Images/ECG_ruler_small.png);
	display:none;
}


.imgECGBig { 
	min-width: 1180px;
	min-height: 879px;
	background-repeat: no-repeat;
	background-position: left top;
}

.imgECGBigInner {
	min-width: 1180px;
	min-height: 790px;
	background-repeat: no-repeat;
	background-position: left top;
}

.imgECGRulerContainerBig {
	min-width: 1176px;
	min-height: 790px;
	text-align: center;
	vertical-align:middle;
}

.imgECRButtonContainerBig {
	min-width: 1176px;
	min-height: 85px;
	text-align: right;
	vertical-align:middle;
}

.powiekszBig {
	max-width: 80px;
	margin-right: 0px;
	cursor: pointer;
}

.linijkaCzerwonaBig {
	max-width: 80px;
	margin-right: 20px;
	cursor: pointer;
}

.rullerLayerBig {
	min-width: 559px;
	min-height: 187px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image:url(../Images/ECG_ruler_big.png);
	display:none;
	z-index: 10000;
}

.ifrmeSmall {
	min-width: 800px;
	min-height: 520px;
	border:0px;
	padding: 0px;
	margin: 0px;
}

.ifrmeBig {
	min-width: 1180px;
	min-height: 790px;
	border:0px;
	padding: 0px;
	margin: 0px;
}

.draggable {
  cursor: pointer;
}


.score_circle {
	float:left;
	width:20%;
	padding-left:350px;
	padding-top: 100px;
}
.score_text {
	float:left;
	width:40%;
	padding-left:50px;
	padding-top: 80px;
	vertical-align: bottom;
}

.score_font {
	font-size: 25px;
	color:#939598;
	font-weight: 700;
}

.score_font_results {
	font-size:30px;
	color:#ED1B24;
	font-weight: 700;
}

.score_pause_under {
	float:left;
	width:20%;
	padding-left:350px;
	padding-top: 30px;
}

.score_desc {
	float:left;
	width:40%;
	padding-left:50px;
	padding-top: 30px; 
	color:#939598;
}

.inl_img {
	width:800px;
}

.footer_text {
	margin-left: 700px;
}

.smallRullerCss {
	cursor:pointer; 
	display: none;
	width:379px;
	height: 127px;
}

.devicesSubMenuoefeningen {
	font-size: 12px;
	display: none;
}

@media screen and (min-width: 1921px){
	
	.startBg{
	background-image:url(../Images/bgMainHD.png);
	background-repeat: no-repeat;
	background-position: top center;
	}	
}

@media screen and (min-width: 1201px){
	
	.appMenuMobile {
		display:none;
	}
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
/* start of large tablet styles */

	.menuWrapper {
	max-width: 100%;
	margin: 0 auto;	
	}
	
	.appMenu {
		display: none;
	}
	
	/*Style 'show menu' label button and hide it by default*/
	.show-menu {
		font-family: Khand, "Times New Roman", "serif";
		text-decoration: none;
		color: #fff;
		background: #ED1B24;
		text-align: center;
		padding: 10px 0px;
		display: none;
		font-size: 20px;
	}
	/*Hide checkbox*/
	#show-menu{
		display: none;
	}
	/*Show menu when invisible checkbox is checked*/
	input[type=checkbox]:checked ~ #menu{
		display: block;
	}
	
	/*Make dropdown links appear inline*/
    ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    li {
        margin-bottom: 0px;
    }
    /*Make all menu links full width*/
    ul li, li a {
        width: 100%;
		padding-left: 0px;
		padding-right: 0px;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display:block;
    }
	
	.dropdown-content {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}
	
	li.dropdown {
    display: table;
	}
	
	.footerButtonsUp {
		display: block;
	}
	
	.score_circle {
		width: 100%;
		text-align: center;
		padding-left: 100px;
		
	}
	
	.score_text {
		float:left;
		width:100%;
		padding-left:100px;
		padding-top: 80px;
		vertical-align: bottom;
	}
	
	.score_pause_under {
		display: none;
	}
	
	.score_desc {
		float:none;
		width:80%;
		padding-left:100px;
		padding-top: 50px; 
	}
	
	.inl_img {
		width:500px;
	}
	
	.footer_text {
		margin-left: 20px;
	}
	
	
	.casusText {
	float: none;
	width:100%;
	padding-left: 0px;
	padding-top: 30px;
	text-align: justify;
	font-size: 16px;
	
	}

	.casusImage {
		float: none;
		width:100%;
		padding-top: 50px;
		padding-left: 0px;
		text-align: center;
	}

	.casusMain {
		min-height: 100%;

	}

	.casusBody {
	/*background: linear-gradient(180deg, #FFFFFF 55%, #F7F7F7 45%);*/
	background: #FFFFFF;
	}
	
	.powiekszSmall {
		display: none;
	}
	
	
	.imgECG { 
	width: 800px;
	height: 590px;
	}
	
	.devicesSubMenuoefeningen {
	font-size: 14px;
	display: inline;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	color: #333;
	font-weight: 700;
	}
	
	.linksSmall {
		text-decoration: none;
		color: #333;
		font-weight: 700;
	}
	
	.linksSmallRed {
		text-decoration: none;
		color: #ED1B24;
		font-weight: 700;
	}
	
}

@media screen and (max-width: 991px) {
/* start of large tablet styles */

	.menuWrapper {
	max-width: 100%;
	margin: 0 auto;	
	}
	
	.appMenu {
		display: none;
	}
	
	.overflowText {
	width:100%;
	max-height: 100vh;
	padding-top:5px;
	padding-left:5px;
	padding-right:15px;
	padding-bottom:5px;
	font-size: 17px;
	}
	
	.textContainerInleiding {
	width:100%;
	padding-top: 10px;
	text-align: justify;
	font-size: 14px;
	}
	
	.appContextAfterLogin {
	min-height: calc(100vh - 105px);
	}

	.appContextAfterLoginCasuses {
	min-height: 100%;
	}

	.appContextAfterLoginScore {
	min-height: 100%;
	}
	
	.appMenuMobile {
	height: 51px;
	background-color: #ED1B24;
	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;
	z-index: 1500;
	position: fixed;
	min-width: 100%;
	left:0;
	top:0;
	margin-bottom: 20px;
}
	
	
	
	/*Style 'show menu' label button and hide it by default*/
	.show-menu {
		font-family: Khand, "Times New Roman", "serif";
		text-decoration: none;
		color: #fff;
		background: #ED1B24;
		text-align: center;
		padding: 10px 0px;
		display: none;
		font-size: 20px;
	}
	/*Hide checkbox*/
	#show-menu{
		display: none;
	}
	/*Show menu when invisible checkbox is checked*/
	input[type=checkbox]:checked ~ #menu{
		display: block;
	}
	
	/*Make dropdown links appear inline*/
    ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    li {
        margin-bottom: 0px;
    }
    /*Make all menu links full width*/
    ul li, li a {
        width: 100%;
		padding-left: 0px;
		padding-right: 0px;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display:block;
    }
	
	.dropdown-content {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}
	
	li.dropdown {
    display: table;
	}
	
	.footerButtonsUp {
		display: block;
	}
	
	
	.score_circle {
		width: 80%;
		text-align: center;
		padding-left: 30px;
		
	}
	
	.score_text {
		float:left;
		width:80%;
		padding-left:30px;
		padding-top: 80px;
		vertical-align: bottom;
	}
	
	.score_pause_under {
		display: none;
	}
	
	.score_desc {
		float:none;
		width:80%;
		padding-left:30px;
		padding-top: 50px; 
	}
	
	.inl_img {
		width:500px;
	}
	
	.footer_text {
		margin-left: 20px;
	}
	
	
	
	.casusText {
	float: none;
	width:100%;
	padding-left: 0px;
	padding-top: 30px;
	text-align: justify;
	font-size: 16px;
	
	}

	.casusImage {
		float: none;
		width:100%;
		padding-top: 50px;
		padding-left: 0px;
		text-align: center;
	}

	.casusMain {
		min-height: 100%;

	}
	
	.casusBody {
	/*background: linear-gradient(180deg, #FFFFFF 55%, #F7F7F7 45%);*/
	background: #FFFFFF;
	}
	
	.powiekszSmall {
		display: none;
	}
	
	
	.devicesSubMenuoefeningen {
	font-size: 14px;
	display: inline;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	color: #333;
	font-weight: 700;
	}
	
	.linksSmall {
		text-decoration: none;
		color: #333;
		font-weight: 700;
	}
	
	.linksSmallRed {
		text-decoration: none;
		color: #ED1B24;
		font-weight: 700;
	}
}

@media screen and (max-width: 767px) {
/* start of medium tablet styles */

	.appMenu {
		display: none;
	}
	
	.contentWrapper {
	max-width: 90%;
	margin: 0 auto;	
	padding-top: 50px;
	}

	.contentWrapperScore {
		max-width: 90%;
		margin: 0 auto;	
		padding-top: 20px;
	}
	
	.overflowText {
	width:100%;
	max-height: 100vh;
	padding-top:5px;
	padding-left:5px;
	padding-right:15px;
	padding-bottom:5px;
	font-size: 17px;
	}
	
	.textContainerInleiding {
	width:100%;
	padding-top: 10px;
	text-align: justify;
	font-size: 14px;
	}
	
	.appContextAfterLogin {
	min-height: calc(100vh - 105px);
	}

	.appContextAfterLoginCasuses {
	min-height: 100%;
	}

	.appContextAfterLoginScore {
	min-height: 100%;
	}
	
	/*Style 'show menu' label button and hide it by default*/
	.show-menu {
		font-family: Khand, "Times New Roman", "serif";
		text-decoration: none;
		color: #fff;
		background: #ED1B24;
		text-align: center;
		padding: 10px 0px;
		display: none;
		font-size: 20px;
	}
	/*Hide checkbox*/
	#show-menu{
		display: none;
	}
	/*Show menu when invisible checkbox is checked*/
	input[type=checkbox]:checked ~ #menu{
		display: block;
	}
	
	/*Make dropdown links appear inline*/
    ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    li {
        margin-bottom: 0px;
    }
    /*Make all menu links full width*/
    ul li, li a {
        width: 100%;
		padding-left: 0px;
		padding-right: 0px;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display:block;
    }
	
	.dropdown-content {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}
	
	li.dropdown {
    display: table;
	}
	
	.footerButtonsUp {
		display: block;
	}
	
	.score_circle {
		width: 80%;
		text-align: center;
		padding-left: 30px;
		
	}
	
	.score_text {
		float:left;
		width:80%;
		padding-left:30px;
		padding-top: 80px;
		vertical-align: bottom;
	}
	
	.score_pause_under {
		display: none;
	}
	
	.score_desc {
		float:none;
		width:80%;
		padding-left:30px;
		padding-top: 50px; 
	}
	
	.inl_img {
		width:400px;
	}
	
	.footer_text {
		margin-left: 20px;
	}
	
	
	.casusText {
	float: none;
	width:100%;
	padding-left: 0px;
	padding-top: 30px;
	text-align: justify;
	font-size: 16px;
	
	}

	.casusImage {
		float: none;
		width:100%;
		padding-top: 50px;
		padding-left: 0px;
		text-align: center;
	}

	.casusMain {
		min-height: 100%;

	}
	
	
	.casusBody {
	/*background: linear-gradient(180deg, #FFFFFF 55%, #F7F7F7 45%);*/
	background: #FFFFFF;
	}
	
	.powiekszSmall {
		display: none;
	}
	
	.devicesSubMenuoefeningen {
	font-size: 14px;
	display: inline;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	color: #333;
	font-weight: 700;
	}
	
	.linksSmall {
		text-decoration: none;
		color: #333;
		font-weight: 700;
	}
	
	.linksSmallRed {
		text-decoration: none;
		color: #ED1B24;
		font-weight: 700;
	}
	
}

@media screen and (max-width: 479px) {
/* start of phone styles */
	.appMenu {
		display: none;
	}
	
	.contentWrapper {
	max-width: 80%;
	/*margin: 0 auto;*/	
	padding-top: 50px;
	}

	.contentWrapperScore {
	max-width: 80%;
	/*margin: 0 auto;*/
	padding-top: 20px;
	}
	
	.overflowText {
	width:100%;
	max-height: 100vh;
	padding-top:5px;
	padding-left:5px;
	padding-right:15px;
	padding-bottom:5px;
	font-size: 17px;
	}
	
	.textContainerInleiding {
	width:100%;
	padding-top: 10px;
	text-align: justify;
	font-size: 14px;
	}
	
	.appContextAfterLogin {
	min-height: calc(100vh - 105px);
	}

	.appContextAfterLoginCasuses {
	min-height: 100%;
	}

	.appContextAfterLoginScore {
	min-height: 100%;
	}
	
	/*Style 'show menu' label button and hide it by default*/
	.show-menu {
		font-family: Khand, "Times New Roman", "serif";
		text-decoration: none;
		color: #fff;
		background: #ED1B24;
		text-align: center;
		padding: 10px 0px;
		display: none;
		font-size: 20px;
	}
	/*Hide checkbox*/
	#show-menu{
		display: none;
	}
	/*Show menu when invisible checkbox is checked*/
	input[type=checkbox]:checked ~ #menu{
		display: block;
	}
	
	/*Make dropdown links appear inline*/
    ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    li {
        margin-bottom: 0px;
    }
    /*Make all menu links full width*/
    ul li, li a {
        width: 100%;
		padding-left: 0px;
		padding-right: 0px;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display:block;
    }
	
	.dropdown-content {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}
	
	li.dropdown {
    display: table;
	}
	
	.footerButtonsUp {
		display: block;
	}
	
	.score_circle {
		width: 80%;
		text-align: center;
		padding-left: 10px;
		
	}
	
	.score_text {
		float:left;
		width:80%;
		padding-left:10px;
		padding-top: 80px;
		vertical-align: bottom;
	}
	
	.score_pause_under {
		display: none;
	}
	
	.score_desc {
		float:none;
		width:80%;
		padding-left:10px;
		padding-top: 50px; 
	}
	
	A.redClass {
		font-size: 20px;
	}
	A.redClass:hover {
		font-size: 20px;
	}
	
	.inl_img {
		width:200px;
	}
	
	.uitlegImages {
		width:200px;
	}
	
	.footer_text {
		margin-left: 20px;
	}
	
	.indexFirstText {
		color:white;
		font-size: 40px;
		line-height: 60px;
		margin-top: 50px;
	}
	
	.appFooter {
		font-size: 12px;
	}
	
	
	.casusText {
	float: none;
	width:100%;
	padding-left: 0px;
	padding-top: 30px;
	text-align: justify;
	font-size: 16px;
	
	}

	.casusImage {
		float: none;
		width:100%;
		padding-top: 50px;
		padding-left: 0px;
		text-align: center;
	}

	.casusMain {
		min-height: 100%;

	}
	
	.casusBody {
	/*background: linear-gradient(180deg, #FFFFFF 55%, #F7F7F7 45%);*/
	background: #FFFFFF;
	}
	
	.powiekszSmall {
		display: none;
	}

	.devicesSubMenuoefeningen {
	font-size: 14px;
	display: inline;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	color: #333;
	font-weight: 700;
	}
	
	.linksSmall {
		text-decoration: none;
		color: #333;
		font-weight: 700;
	}
	
	.linksSmallRed {
		text-decoration: none;
		color: #ED1B24;
		font-weight: 700;
	}
}


