/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

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

body {
    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;
}

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


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

@font-face {
  font-family: 'Changa One';
  font-style: normal;
  font-weight: 400;
  src: local('Changa One'), local('ChangaOne'), url(https://crackedlabs.org/css/fonts/ChangaOne.woff) format('woff');
}

@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(https://crackedlabs.org/css/fonts/PTSans-Narrow.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Narrow Bold'), local('PTSans-NarrowBold'), url(https://crackedlabs.org/css/fonts/PTSans-NarrowBold.woff) format('woff');
}

@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: local('PT Serif'), local('PTSerif-Regular'), url(https://crackedlabs.org/css/fonts/PTSerif.woff) format('woff');
}

/*unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;*/

@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: local('PT Serif Bold'), local('PTSerif-Bold'), url(https://crackedlabs.org/css/fonts/PTSerif-Bold.woff) format('woff');
}
  /* unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; */






   
body {
    font: 22px/30px PT Sans Narrow, Helvetica, Helvetica Neue, Arial;
}



p {
margin-top:0;
margin-bottom:1em;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 20px solid #444 /*#e44d26*/;
}

.footer-container,
.main aside {
    border-top: 20px solid #444 /*#e44d26*/;
}

.header-container,
.footer-container,
.main aside {
    background: #666 /*#f16529*/;
}

.main-container {
	background:transparent;
}

.teaser-container, .grey-container {
	background: #eee;
	}

.green-container {background:#4EBD41;}

.main aside.img, .main aside.txt {
	background:transparent;
	border:none;
	box-shadow:none;
	margin-top:2em;
}

.title,
.subtitle {
    color: white;text-decoration:none;
    font: 24px/24px Changa One, Helvetica, Helvetica Neue, Arial;
}

.title {
	font-size: 50px;
	line-height:50px;
}

.title a,
.title a:visited {text-decoration:none;color:white;}

.language-switcher a {font-size:20px;line-height:20px;}
.language-switcher a {background:#54CA46;color:white;text-decoration:none;}
.language-switcher a:hover {background:white;color:black;}
.language-switcher {display:block;float:right;margin-top:30px;}
.language-switcher a {padding:0 5px;border-radius:8px;}

div.topmsg p {
	display:block;
	background:#fff;
	color:#666;
	margin:2px;
	padding:0px 4px;
}

.teaser-container h2,.grey-container h2, .green-container h2 {
	font: 50px/50px Changa One, Helvetica, Helvetica Neue, Arial;
	text-align:center;
}

a,a.visited {
	color:#e44d26;
}
a:hover {
	color:#000;
}

footer a {
	color:white;
}

/* TEASERS */

.teaser-container ul {
    margin: 0;
    padding: 0;
}

.teaser-container ul li {
	display:block;
	float:left;
	width:30%;
	margin-right:4%;
	margin-bottom:2em;
}

.teaser-container img, .grey-container img {
	box-shadow: 0px 0px 6px #000;
	margin-bottom:0.5em;
}

/* FEATURE */

.ct-feature .main {font:18px/28px PT Serif, Helvetica, Helvetica Neue, Arial}
.ct-feature .main h1 {font-size:36px;line-height:50px;}
.ct-feature .main h2 {font-size:24px;line-height:34px;}
.ct-feature .main h2.big {font-size:30px;line-height:44px;margin-top:1em;margin-bottom:2em;}
.ct-feature .main h3 {margin-top:2em;}

p.contents {line-height:30px;padding-top:0;font-weight:bold;position:relative;}
p.contents a {font-weight:normal;position:absolute;left:35px;}

p.inhalt {line-height:30px;padding-top:0;}
p.inhalt span {font-weight:bold;clear:left;display:block;float:left;width:5%;min-width:40px;}
p.inhalt a {font-weight:normal;display:block;float:left;width:95%}

p.first:first-letter {
font-size: 70px;
float: left;
margin: 7px 14px 0 0;
line-height: 0.8;
}

/* GREY CONTAINER */

.greycontainerimg {}
.grey-container h2 {margin-top:30px;margin-bottom:30px;text-align:right;padding-right:10%;}
.greycontainerimg img {max-width:90%;height:auto;border:20px solid #fff}
.greycontainerimg p {font-size:16px;line-height:24px;text-align:right;padding-right:10%;}

.greytable {max-width:90%;height:auto;border:20px solid #fff}

/* GREEN CONTAINER */

.green-container .main {color: #fff;}
.green-container p.quote {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    font-family: PT Serif;
    text-align: right;
    margin-top:1em;
}

.green-container p.quote {margin-bottom:10px;}
.green-container p.src {color:#000;text-align:right;font-weight:bold;}
.green-container p.src a {color:#000;}

aside.invtxt {
font-size:16px;
line-height:24px;
padding: 0 20px 0 20px !important;
border-top:0;
margin-top:50px;
color:#fff;
}

aside.invtxt h4 {margin-bottom:0px;}
aside.invtxt p {margin-top:0;}
aside.invtxt a {color:#fff;}


/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

div.topmsg {float:right;margin-top:-76px;}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.teaser-container .main, .grey-container .main, .green-container .main {
	padding: 0 0 30px 0;
}

.main section h1 {
    font-size: 2em;
}

.teaser-container ul li {width:100%;}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

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















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

@media only screen and (min-width: 480px) {



/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

.teaser-container ul li {
	clear:left;
}

	
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 3px 10px #aaa;
           -moz-box-shadow: 0 3px 10px #aaa;
                box-shadow: 0 3px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
		margin-bottom:0.3em;
    }
	
	.subtitle {
		clear: left;
		float: left;
		margin:0 0 1em 0;
	}

    nav {
        float: right;
        width: 38%;
    }
	
.teaser-container ul li {
	clear:none;
	width:40%
}
	
.teaser-container li.odd {
	margin-right:0;
}

.teaser-container li.even {
	clear:left;
}

/* ============
    WIDE: Main
   ============ */

.main-container h2 {float:left;}

    .main section {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

.wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
}

.main section {
        float: left;
        width: 62%;
}

.main aside {
        float: right;
        width: 27%; /*23?*/
}
	
.teaser-container ul li,
.teaser-container li.even {
	clear:none;
	width:28%;
}

.teaser-container li.odd {
	margin-right:4%;
}

.teaser-container li.last {
	margin-right:0;
}

.teaser-container li.first {
	clear:left;
}

	
}

/* ==========================================================================
   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; /* Black prints faster: h5bp.com/s */
        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) ")";
    }
*/

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

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

/* test */

h4.lt {
float:left;
margin-left:-250px;
margin-top:3px;
width:150px;
color:#888;
font-size:16px;
line-height:24px;
}

#socialshareprivacy ul li div img {vertical-align:top}