/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */



.figure-wrapper {

	margin: 0px auto;
	width: 800px;

}

.figure-wrapper ul {

	padding: 0px;
	list-style-position: inside;
	
}

.figure-wrapper h2,
.figure-wrapper h3,
.figure-wrapper p {

	margin-top: 0px;
	
}

.figure-wrapper h2 {

	margin-bottom: 22px;
	
}

.figure-wrapper h3 {

	margin-top: 5px;
	
}

.figure-wrapper p {

	font-size: 13px;
	margin-bottom: 22px;
	font-weight: 500;
	
}

.figure-wrapper .num {

	font-size: 17px;
	font-weight: normal;
	margin-left: 2px;
	
}

.figure-wrapper figcaption {

    font-family: Montserrat, 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 6px;

}
/* Fallback für Browser, die SVG nicht unterstützen (=< IE 8) */


.map-wrapper {

	display: none;

}

.lists-wrapper {

	margin: 0px -6px;
	font-size: 12px;

}

.lists-wrapper section {
     border: 1px solid gray;
     margin: 20px 6px;
     padding: 20px;

}

.lists-wrapper section h2,
.lists-wrapper section p {

     clear: left;
  	 float: left;
  		
}

.lists-wrapper section h3,
.lists-wrapper section ul {

     margin-left: 400px;
  		
}


/* Grafik */


html.svg .lists-wrapper {

	display: none;

}


html.svg .map-wrapper {

	display: block;
	
	clear: both;
	position: relative;
	border: 1px solid gray;
	padding: 0px;
	line-height: 0px;
	height: 398px;
	overflow: hidden;

}

.map-wrapper .euromap {

	position: relative;
	padding: 0px;
	line-height: 0px;

}


.map-wrapper .infolayer {

	background: white;
	background: rgba(255, 255, 255, 0.8);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    height: 100%;
    line-height: 1.4em;
    padding: 20px 30px 20px 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 320px;
    
}


dfn {


	font-style: normal;
	font-weight: bold;

}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}