/* raleway-regular - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v28-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v28-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-ext_latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-800 - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/raleway-v28-latin-ext_latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v28-latin-ext_latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-ext_latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-ext_latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-ext_latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-ext_latin-800.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-italic - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/raleway-v28-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v28-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-ext_latin-italic.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-800italic - latin-ext_latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/raleway-v28-latin-ext_latin-800italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v28-latin-ext_latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-ext_latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-ext_latin-800italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-ext_latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-ext_latin-800italic.svg#Raleway') format('svg'); /* Legacy iOS */
}

body {
    color: #24408e;
	font-family:'Raleway', sans-serif;
	
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*
Add transition to containers so they can push in and out.
*/
#layout,
#menu,
.menu-link {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/*
This is the parent `<div>` that contains the menu and the content area.
*/
#layout {
    position: relative;
    left: 0;
    padding-left: 0;
	
 
  margin: 0;
  padding: 0;
	
	background-position: left, top;
}
    #layout.active #menu {
        left: 230px;
        width: 230px;
		
    }

    #layout.active .menu-link {
        left: 230px;
		
    }
/*
The content `<div>` is where all your content goes.
*/
.content {
    margin: 0 auto;
    padding: 0 2em;
    max-width: 700px;
    margin-bottom: 50px;
    line-height: 1.5em;
}

.content p {
    
	text-align:justify;
	hyphens: auto; 
	font-size:0.9em;
}
.content p a{
    
	text-align:justify;
	hyphens: auto; 
	
	color:#24408e;
}

.content p a:hover{
    
	text-align:justify;
	hyphens: auto; 
	
	color:#83c078;
}

.clearfix {
    overflow: auto;
}

.header {
     margin: 0;
     color: #333;
     text-align: left;
     padding: 1.1em 2em 0 0;
     border-bottom: 0px solid #eee;
 }
    .header h1 {
        margin: 0.2em 0;
        font-size: 3em;
        font-weight: 300;
		font-family:'Raleway', sans-serif;
    }
     .header h2 {
        font-weight: 300;
        color: #83c078;
        margin-top: 0;
		font-family:'Raleway', sans-serif;
		font-size: 3em;
		padding: 0.2em 1.6em 0 1.6em;
    }
 
.content-subhead {
    margin: -11px 5px 24px -2px;
    font-weight: 300;
    color: #83c078;
	font-size: 1.3em;
	font-weight: bold;
	
}



/*
The `#menu` `<div>` is the parent `<div>` that contains the `.pure-menu` that
appears on the left side of the page.
*/

#menu {
    margin-left: -230px; /* "#menu" width */
    width: 230px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000; /* so the menu or its navicon stays above all content */
    background-image: url(../../images/felix-inkasso-bg.jpg);
	background-repeat: repeat-y;
	background-color: #24408e;
    
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
	list-style:none;
	text-decoration:none;
	 
	/*font-family: Arial, sans serif;*/
	font-family:'Raleway', sans-serif;
	font-size:1.2em;
	font-weight:normal;
}
    /*
    All anchors inside the menu should be styled like this.
    */
    #menu a {
        color: #fff;
        border: none;
       /*  padding: 0.6em 0 0.6em 0.6em;*/
		list-style:none;
	text-decoration:none;
	padding-right:17%;
	padding-left:13%;
	padding-top:1px;
	padding-bottom:3px;
	border:0px solid #fff;
	
    }

    /*
    Remove all background/borders, since we are applying them to #menu.
    */
     #menu .pure-menu,
     #menu .pure-menu ul {
        border: none;
        background: transparent;
		list-style:none;
		padding-top:4.9em;
		border:0px solid #fff;
		
    padding-left: 0;
    }

	
     #menu .pure-menu ul.small {
        border: none;
        background: transparent;
		list-style:none;
		padding-top:0.2em;
		border:0px solid #000;
		text-transform:normal;
       padding-left: 0;
    }
	
     #menu .pure-menu ul.small li a {
        border: none;
        background: transparent;
		text-transform:normal;
		list-style:none;
		padding-top:0.1em;
		margin-left:3.3em;
		padding-right:0em;
		border:0px solid #000;
		color:#ffffff;
		font-size:12px;
		font-weight:bold;
       padding-left: 0;
    }
	
	#menu .pure-menu ul.small li a:hover {
        border: none;
        background: transparent;
		text-transform:normal;
		list-style:none;
		color:#83c078;
		font-size:12px;
		font-weight:bold;
       padding-left: 0;
    }
	
	
	 #menu .pure-menu ul.small li a.selected {
        border: none;
        background: transparent;
		text-transform:normal;
		list-style:none;
		
		color:#83c078;
		font-size:12px;
		font-weight:bold;
       padding-left: 0;
    }
	
    /*
    Add that light border to separate items into groups.
    */
    #menu .pure-menu ul,
    #menu .pure-menu .menu-item-divided {
        border-top: 0px solid 83c078;
		list-style:none;
		text-transform: uppercase;
    }
	
	ul li.pure-menu-item {
        border: 0px solid #ffffff;
		list-style:none;
		margin-top:0.2em;
		
    }
	
	.small {
        border: 0px solid #ffffff;
		list-style:none;
		margin-top:0em;
		padding-top:0em;
		text-transform:normal;
    }
	
	
	
	ul li a.s-pure-menu-item {
        border: 0px solid #ffffff;
		list-style:none;
		background: #83c078;
		width:100%;
		
    }
        /*
        Change color of the anchor links on hover/focus.
        */
		
        #menu .pure-menu li a:hover,
        #menu .pure-menu li a:focus {
            background: #83c078;
			list-style:none;
			border:0px solid #fff;
			
        }

    /*
    This styles the selected menu item `<li>`.
    */
    #menu .pure-menu-selected,
    #menu .pure-menu-heading {
        background: #83c078;
		list-style:none;
		
    }
        /*
        This styles a link within a selected menu item `<li>`.
        */
        #menu .pure-menu-selected a {
            color: #fff;
			background: #83c078;
        }

    /*
    This styles the menu heading.
    */
    #menu .pure-menu-heading {
        font-size: 110%;
        color: #fff;
        margin: 0;
    }

/* -- Dynamic Button For Responsive Menu -------------------------------------*/

/*
The button to open/close the Menu is custom-made and not part of Pure. Here's
how it works:
*/

/*
`.menu-link` represents the responsive menu toggle that shows/hides on
small screens.
*/
.menu-link {
    position: fixed;
    display: block; /* show this only on small screens */
    top: 0;
    left: 0; /* "#menu width" */
    background: #24408e;
    
    font-size: 10px; /* change this value to increase/decrease button size */
    z-index: 10;
    width: 2em;
    height: auto;
    padding: 2.1em 1.6em;
}

    .menu-link:hover,
    .menu-link:focus {
        background: #83c078;
    }

    .menu-link span {
        position: relative;
        display: block;
    }

    .menu-link span,
    .menu-link span:before,
    .menu-link span:after {
        background-color: #fff;
        width: 100%;
        height: 0.2em;
    }

        .menu-link span:before,
        .menu-link span:after {
            position: absolute;
            margin-top: -0.6em;
            content: " ";
        }

        .menu-link span:after {
            margin-top: 0.6em;
        }


/* -- Responsive Styles (Media Queries) ------------------------------------- */

/*
Hides the menu at `48em`, but modify this based on your app's needs.
*/
@media (min-width: 48em) {

    .header,
    .content {
        padding-left: 2em;
        padding-right: 2em;
    }
	.content-subhead {
    margin: 10px 5px 10px -2px;
    font-weight: 100;
    color: #83c078;
	font-size: 1.7em;
	font-weight: bold;
	
}

    #layout {
        padding-left: 230px; /* left col width "#menu" */
        left: 0;
    }
    #menu {
        left: 230px;
    }

    .menu-link {
        position: fixed;
        left: 230px;
        display: none;
    }

    #layout.active .menu-link {
        left: 230px;
    }
}

@media (max-width: 48em) {
    /* Only apply this when the window is small. Otherwise, the following
    case results in extra padding on the left:
        * Make the window small.
        * Tap the menu to trigger the active state.
        * Make the window large again.
    */
    #layout.active {
        position: relative;
        left: 230px;
    }
}
