/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html {
height: 100%;
}

body {
height: 100%;
overflow: auto;
overscroll-behavior: none;
}

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

body {
    font-size: 1em;
    line-height: 1.4;
    background-color:white;
}

::-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;
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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

.full-width-img {
    width:100%;
    height:auto;
}


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

body {
    font-family: 'Verdana', sans-serif;
    color:#333333;
}

a:visited,
a {
    color:#333333 !important;
    text-decoration:none !important;
}

.bold {
    font-weight:bold;
}

dl,
p,
h2,
li {
    font-size: 0.875em;
    line-height:1.8em;
}

menu, ol, ul {
    padding: 0 0 0 17px;
}

h2 {
    margin:0;

}

dl,
ul,
p {
    margin-top:0;
    margin-bottom:1.6em;
}

ul {
    list-style-type: square;
}




dt {
    float:none;
}

dd {
    margin-left:0;
    margin-bottom:0.9em;
    font-style: italic;
}


.clear {
    clear:both;
}

.referenzen-wrap {
    width:100%;
    margin-bottom:2em;
}

img.referenz {
   width:30%;
    margin-right:2%;
}

.unicef-banner {
    margin-top:3em;
    width:100%;
}

.fancybox-skin {
    /* -webkit-border-radius: 4px; */
    -moz-border-radius: 0px;
    border-radius: 0px;
}

a.underline {
    text-decoration:underline !important;
}



.fancybox-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 8040;
    background-image: url('../assets/fancybox/schillings_closebutton_2018.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.logo {
    display: block;
    width:90%;
    margin-left:18px;
    margin-top:18px;
    height:auto;
}

#navigation ul li a {
	text-decoration: none;
	line-height: 1em;
    color:#336699 !important;
}

#navigation ul li.active a {
    font-weight:bold;
}



#navigation .full {
    display: none;
}
#navigation .collapsed {
	
    display: block;
    margin-left:18px;
    margin-top:3em;
}
#navigation .collapsed ul {
    padding: 0;
    margin-top:25px;
    list-style: none;
}
#navigation .collapsed ul li {
    display: block;
    margin-bottom: 10px;
}

#navigation .collapsed-link {
    position: relative;
    width: 100%;
    height: auto;
}

#navigation .collapsed-link a {   
    position: absolute;
    top: 10px;
    left: 10px;
}

#content {
    display: block;
    overflow: hidden;
    margin-top: 20px;
    width:100%;
}

.left-column,
.right-column {
    float:none;
    width:100%;
}

.c_wrapper {
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 16px;
    margin-bottom: 16px;
}

#content p {
    font-size: 0.875em;
}

.button {
	display:none;
	
	cursor: pointer;
	text-decoration:none;
	border: 1px solid rgb(153, 153, 153);
	padding: 8px 8px 8px 8px;
	color:rgb(153, 0, 0);
        font-size: 1.3em;
        letter-spacing: 1px;
	text-shadow: 0px 0px 5px rgb(255, 255, 255);
        font-size: 1.3em;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	box-shadow:0px 0px 0px rgb(0, 0, 0);
	-moz-box-shadow:0px 0px 0px rgb(0, 0, 0);
	-webkit-box-shadow:0px 0px 0px rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	background-image:linear-gradient(-90deg, rgb(255, 255, 255), rgb(204, 204, 204));
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(255, 255, 255)), to(rgb(204, 204, 204)));
	background-image:-moz-linear-gradient(-90deg, rgb(255, 255, 255), rgb(204, 204, 204));
}
.button:hover {
	cursor: pointer;
	text-decoration:none;
	border: 1px solid rgb(153, 153, 153);
	padding: 8px 8px 8px 8px;
	color:rgb(153, 0, 0);
	font-size: 1.3em;
        letter-spacing: 1px;
	text-shadow: 0px 0px 5px rgb(255, 255, 255);
        font-size: 1.3em;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	box-shadow:0px 0px 0px rgb(0, 0, 0);
	-moz-box-shadow:0px 0px 0px rgb(0, 0, 0);
	-webkit-box-shadow:0px 0px 0px rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	background-image:linear-gradient(-90deg, rgb(238, 238, 238), rgb(204, 204, 204));
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(238, 238, 238)), to(rgb(204, 204, 204)));
	background-image:-moz-linear-gradient(-90deg, rgb(238, 238, 238), rgb(204, 204, 204));
}
.button:active {
	cursor: pointer;
	text-decoration:none;
	border: 1px solid rgb(153, 0, 0);
	padding: 8px 8px 8px 8px;
	color:rgb(153, 0, 0);
        font-size: 1.3em;
        letter-spacing: 1px;
	text-shadow: 0px 0px 5px rgb(255, 255, 255);
	font-size: 1.3em;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	box-shadow:0px 0px 0px rgb(0, 0, 0);
	-moz-box-shadow:0px 0px 0px rgb(0, 0, 0);
	-webkit-box-shadow:0px 0px 0px rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	background-image:linear-gradient(-90deg, rgb(238, 238, 238), rgb(204, 204, 204));
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(238, 238, 238)), to(rgb(204, 204, 204)));
	background-image:-moz-linear-gradient(-90deg, rgb(238, 238, 238), rgb(204, 204, 204));
}



/* ==========================================================================
   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;
}
