/*
Primary colors
http://paletton.com/#uid=70M0u0kw0w0jvDaoOy4y4oODajv
FF9900 / 255, 153, 0
FFC500 / 255, 197, 0
0D58A6 / 13, 88, 166
2419B1 / 36, 25, 178
*/


@font-face { 
    font-family: "Yanone Kaffeesatz"; 
    src: url("yanone-kaffeesatz.regular.ttf");
}

body {
    margin: 0;
    padding: 0;
    min-width: 320px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.32em;
    background-color: white;
    background-image: url("comb.bg.G20.png");
}

h1 {
    font-family: "Yanone Kaffeesatz", Arial, Verdana, sans-serif;
    font-size: 1.8em;
    line-height: 1.1em;
    margin: 2em 0 0.4em 0;
}
h1:first-child {
    margin-top: 0;
}
h1 > div.subtitle {
    font-size: 83.3%;
}
h2,
div.subtitle {
    font-family: "Yanone Kaffeesatz", Arial, Verdana, sans-serif;
    font-size: 1.5em;
    margin: 1.54em 0 0.5em 0;
    font-weight: bold;
}
h1 + div.subtitle {
    margin: -0.4em 0 0.5em 0;
}
h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /* font-family: "Yanone Kaffeesatz", Arial, Verdana, sans-serif; */
    /* font-size: 1.2em; */
    font-size: 0.93em;
    margin: 1.54em 0 0.5em 0;
}
p {
    margin: 0 0 0.6em 0;
}
p.separate {
    margin-top: 1.8em;
}
div.separate,
ul.separate,
ul.infotab.separate {
    margin: 1.8em 0;
}
div.small {
    font-size: 80%;
    line-height: 1.21em;
}
ul,
ol {
    padding: 0 0 0 1.2em;
    margin: 0.6em 0 1.8em 0;
}
ul > li,
ol > li {
    margin-bottom: 0.5em;
}
ul ul,
ol ol {
    margin-bottom: 0.6em;
}
li > div.title {
    /* font-family: Arial, Helvetical, sans-serif; */
    font-size: 96%;
    text-shadow: 1px 0;
    /* font-weight: bold; */
}

a:link,
a:visited {
    text-decoration: none;
    color: #EE6600;
    /*font-weight: bold; */
    /* color: #005ead; */
    text-shadow: 0 0 1px #FFCC00;
}
a:hover,
a:focus {
    color: #FF9900;
    text-shadow: 0 0 1px #FFFF00;
    text-decoration: underline;
}
a.plain,
a.plain:link,
a.plain:visited {
    color: black;
    text-shadow: none;
}
a.plain:hover,
a.plain:focus {
    color: black;
    text-shadow: none;
    text-decoration: underline;
}
a.extlink::after {
    content: " ↗";
    color: #999999;
    line-height: 1em;
}
a.button,
button {
    display: block;
    border-radius: 5px 5px;
    border: 1px solid #AAAAAA;
    background-color: #AAAAAA;
    color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.54em 1em 0.46em;
    font-size: 1em;
    font-weight: bold;
    text-shadow: none;
    text-decoration: none;
    text-align: center;
}
a.button.broad,
button.broad {
    width: 100%
}
a.button:hover,
button:hover {
    background-color: #FFC500;
    box-shadow: 0em 0em 0.6em rgba(255, 213, 0, 1);
}
a.button.catch,
button.catch {
    background-color: #FF9900;
    color: white;
}
a.button.catch:hover,
button.catch:hover {
    background-color: #FFC500;
}
a.button.easy,
button.easy {
    background-color: #0D58A6;
    color: white;
}
a.button.easy:hover,
button.easy:hover {
    background-color: #3289e2;
}
input[type="text"],
input[type="password"],
select[size="1"] {
    border-radius: 5px 5px;
    border: 1px solid #AAAAAA;
    font-size: 1em;
    padding: 0.54em 0.5em 0.46em;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

strong {
    font-weight: bold;
    font-size: 92%;
}

hr {
    border: 0 none;
    border-bottom: 2px solid #AAAAAA;
    margin: 0.8em 0;
}
h2 ~ hr,
h1 ~ hr {
    margin: 1.54em 0;
}
div.author {
    font-size: 0.86em;
    margin: -0.5em 0 1.5em 0;
}

div.flexrow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
}
div.flexrow > div.left {
    /*
    min-width: 0;
    flex: 1 1 50px;
    */
    display: none;
}
div.flexrow > div.main {
    flex: 1 1 1400px;
	max-width: 1400px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.columns {
    column-count: 2;
    column-gap: 2em;
}
.columns li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}


div#headline {
    background-color: #FF9900;
    background-image: url("comb.bg.orange.png");
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0.2em 0.25em rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}
div#headline div.content {
    position: relative;
    padding: 0.5em 1em;
}
div#headline div.logo {
    width: 25%;
    flex: 0 0 25%;
    min-width: 300px;
}
div#headline div#references {
    overflow: hidden;
    position: relative;
    width: 100%;
}
/* Content of reference */
div#headline div#references ul.content {
    margin: 0;
    padding: 0;
    width: 2000px;
    display: block;
    position: absolute;
    left: 0px;
    list-style: none;
    z-index: 1;
}
div#headline div#references li.item {
    display: block;
    width: 340px;
    float: left;
    margin-left: 32px; /* Fadeout */
}
div#headline div#references img {
    height: 80px;
    width: auto;
    max-width: 100%;
    float: left;
    margin-right: 0.75em;
}
div#headline div#references div.quote {
    color: white;
    font-style: italic;
    margin-top: 2px;
}
div#headline div#references div.source {
    font-size: 85%;
    white-space: nowrap;
    color: white;
    margin-top: 0.2em;
}


div#footer {
    background-color: #666666;
    padding: 0.5em 0;
    color: white;
    width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    box-shadow: 0 -0.2em 0.25em rgba(0, 0, 0, 0.25);
}
div#footer > div.flexrow {
    -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    justify-content: space-between;
}
div#footer > div.main {
    padding: 0 2em;
}

div#footer > div > div {
    white-space: nowrap;
    margin-right: 2em;
}
div#footer > div > div.right {
    text-align: right;
    margin-right: 0;
}
div#footer a {
    color: white;
    text-decoration: none;
    text-shadow: none;
}
div#footer a:hover,
div#footer a:active,
div#footer a:focus {
    color: white;
    text-decoration: underline;
}

/* Main page content */
div#main {
    /* background-color: white;
    background-image: url("comb.bg.G10.png"); */
    min-height: 100vh;
}
div#content {
    position: relative;
}
div#content > div.inside {
    padding: 2em 2em 4em 2em;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 1em 0 8em rgba(0, 0, 0, 0.25);
	min-height: 100%;
}

div#main div.intro {
    max-width: 880px;
}
div#main div.imgline {
    margin-right: -1em;
}
div#main div.imgline > div {
    flex-shrink: 1;
    -moz-flex-shrink: 1;
    margin-right: 1em;
}
div#main div.imgline img {
    flex: 1 1 100px;
    width: auto;
    height: auto;
    max-width: 100%;
}
img#imMIG {
    display: none;
}

div#main div.content {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: stretch;
    margin-right: -1em;
    margin-top: 3em;
}
div#main div.block {
    width: 100%;
    margin: 3em 0 2em;
    overflow: hidden;
}
div#main div.box,
div#main a.box {
    position: relative;
    padding: 0.2em 1em;
    background-color: rgba(255, 255, 255, 0.3);
    border: 3px solid #FF9900;
    border-radius: 5px 5px;
    box-shadow: 0.1em 0.1em 0.25em rgba(0, 0, 0, 0.2);
    flex: 1 1 270px;
    margin: 0 1em 1em 0;
}
div#main a.box {
	color: black;
	text-decoration: none;
}
div#main a.box:hover,
div#main div.box.hover:hover{
	box-shadow: 0em 0em 0.6em rgba(255, 213, 0, 1);
    border-color: #FFC500;
	/* background-color: #FFEECC; */
    background-color: rgba(255, 213, 0, 0.3); /* FFC500 */
}
div#main .box > h2 {
    margin-top: 0.4em;
}
.product a.boxlink,
.box a.boxlink {
    text-shadow: none;
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    color: transparent;
    opacity: 0.1;
}

div#sidebar {
    position: static;
    width: 100%;
}
div#sidebar h1:first-child {
    margin-top: 2em;
}
div#sidebar ul.links {
    list-style: none;
    margin: 0 -1em 2em 0;
    padding: 0;
    overflow: hidden;
}
div#sidebar ul.links > li {
    margin: 0;
}
div#sidebar ul.links > li > a {
    border: 2px solid #999999;
    border-radius: 5px 5px;
    padding: 0.47em 1em 0.42em 1em;
    margin: 0 1em 0.6em 0;
    color: #333333;
    text-shadow: 0 0 4px #FFFFFF;
    text-decoration: none;
    display: block;
    float: left;
}
div#sidebar ul.links > li > a:hover {
    background-color: #FFC500;
    box-shadow: 0em 0em 0.6em rgba(255, 213, 0, 1);
}
ul#language-menu {
    list-style-type: none;
    padding: 0;
    margin: 0 2em;
}
ul#language-menu li {
    display: inline;
    padding: 0 0.5em;
}

/* Information tables */
ul.infotab {
    list-style-type: none;
    padding: 0;
    margin-bottom: 1em;
}
ul.infotab li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 0.75em;
}
ul.infotab li span.label,
ul.infotab li > label {
    display: block;
    margin-right: 1em;
    width: 20em;
    -webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 20em;
	-ms-flex: 0 0 20em;
	flex: 0 0 20em;
}
ul.infotab li span.content,
ul.infotab li > input,
ul.infotab li > select {
    display: block;
    min-width: 16em;
    -webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 1;
	-ms-flex: 1 1;
	flex: 1 1;
}
ul.infotab.lined {
    border-top: 1px solid #EEEEEE;
    padding-top: 0.3em;
}
ul.infotab.lined li {
    padding-bottom: 0.3em;
    margin-bottom: 0.3em;
    border-bottom: 1px solid #EEEEEE;
}
ul.infotab.middle li {
    align-items: center;
    vertical-align: middle;
}

ol.spaced li {
    margin-bottom: 0.4em;
}

div.infobox {
    border: 3px solid #FF9900;
    border-radius: 0.6em;
    padding: 1em 1.6em;
    margin: 4em auto;
    max-width: 800px;
}
div.infobox > h2:first-child {
    margin-top: 0.2em;
}

table.lined {
    border-collapse: collapse;
}
table.lined td,
table.lined th {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 0.5em;
}

/* Screencast tutorials */
div.Screencast div.video {
	float: right; width: 500px;
	margin: 0 0 2em 3em; border: 1px solid #CCCCCC;
}
div.Screencast div.video video {
	width: 100%;
	max-width: 100%;
	display: block;
	box-shadow: 3px 3px 5px 0px #000000;
}


@media (min-width: 1000px) {
     div#content div.optside {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row nowrap;
    }
    div#content div.optside > div.main {
        max-width: 100%;
        margin-right: 4em;
    }
    div#content div.optside > div.side {
        width: 320px;
        -webkit-flex: 0 0 320px;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
    }
    .columns {
        column-count: 3;
        column-gap: 3em;
    }
}

/* Sidebar on large screens */
@media (min-width: 1400px) {
    div#content {
        padding-right: 380px;
    }
    div#content div.optside {
        width: 1340px;
    }
    div#content div.optside > div.main {
        margin-right: 4.5em;
        padding-right: 10em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    div#main div.imgline {
        margin-top: 1.5em;
    }
    div#sidebar {
        position: absolute;
        top: 2em;
        left: 75%;
        width: 320px;
    }
    div#sidebar h1:first-child {
        margin-top: 0;
    }
	body#index div#sidebar {
		top: 18em;
	}
    div#sidebar ul.links {
        border-bottom: 2px solid #999999;
        margin: 0;
    }
    div#sidebar ul.links > li {
        display: block;
        width: 100%;
        margin: 0;
    }
    div#sidebar ul.links > li > a {
        display: block;
        width: 100%;
        margin: 0;
        border: 0 none;
        border-top: 2px solid #999999;
        border-radius: 0;
        padding: 0.47em 0 0.53em 0.5em;
        color: #333333;
        text-decoration: none;
    }
    div.imgline div#il3 {
        display: none;
    }
    img#imMIG {
        display: inline;
    }
}

@media (max-width: 999px) {
    div#login_form {
        max-width: 480px;
        margin: 2em auto;
    }
    div#login_form h1 {
        text-align: center;
    }
    div.imgline div#il3 {
        display: none;
    }
}
@media (max-width: 800px) {
    div#references {
        display: none;
    }
    div.infobox {
        padding: 1em;
        margin: 3em 0;
    }
	div.Screencast div.video {
		float: none; width: 100%; margin-left: 0;
	}
    .columns {
        column-count: 1;
        column-gap: 0;
    }
}
@media (max-width: 560px) {
    div#login_form h1 {
        text-align: left;
    }
    div.imgline div#il2,
    div.imgline div#il3 {
        display: none;
    }
}

@media print {
	body {
		background-image: none;
	}
	#headline,
	#sidebar {
		display: none;
	}
	div#footer {
		background-color: transparent;
		color: black;
		border-top: 2px solid black;
		box-shadow: none;
	}
	#footer #language-menu,
	#footer #contact-link	{
		display: none;
	}
	div#content {
		padding-right: 0;
	}
	div#content > div.inside {
		box-shadow: none;
		padding-bottom: 2em;
	}
	div#main {
		display: block;
		min-height: 0;
	}
	div#footer {
		position: static;
	}
}

/* Products */
div.SoSciProducts {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.2em;
    margin-right: -1.5em;
    align-items: stretch;
}
div.SoSciProducts > div,
div.SoSciProducts > a {
    display: block;
    margin: 0 1.5em 1.5em 0;
    width: 16em;
    -webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 0 16em;
	-ms-flex: 1 0 16em;
    flex: 1 0 16em;
}
div.SoSciProducts .product {
    text-shadow: none;
	position: relative; 
	padding-bottom: 0.5em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border: 1px solid #666666;
	border-radius: 5px 5px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
}
div.SoSciProducts .product:hover {
    box-shadow: 0em 0em 0.6em #CCCCCC;
}
div.SoSciProducts .product div.desc {
    padding: 0 0.5em;
}
div.SoSciProducts .product div.small {
	font-size: 0.8em;
}
div.SoSciProducts .product div.title {
	font-size: 1em;
	font-weight: bold;
	margin: 0.4em 1em;
}
div.SoSciProducts .product div.period {
	font-size: 1em;
}
div.SoSciProducts .product div.cases {
	font-size: 1em;
}
div.SoSciProducts .product div.price {
	margin-top: 0.5em;
	font-size: 1em;
	font-weight: bold;
}
div.SoSciProducts .product div.price a {
	text-shadow: none;
}
div.SoSciProducts .product div.button {
	margin: 1em 3em 0.6em;
	padding: 0.2em 0.5em;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #CCCCCC;
	color: black;
	border: 1px solid #999999;
	border-radius: 4px 4px;
	position: relative;
	bottom: 0;
}
div.SoSciProducts .product:hover div.button {
	  background-color: #DDDDDD;
}
div.SoSciProducts .product div.price a {
    text-decoration: none;
    color: black;
}
div.SoSciProducts .product div.price div.net {
	line-height: 0.8em;
}
div.SoSciProducts .product div.price div.gross,
table.pricing div.price div.gross {
	font-size: 0.75em;
	color: #666666;
}
table.pricing div.price span.tax {
    white-space: nowrap;
}

div.SoSciProducts .product.pro:hover {
    box-shadow: 0em 0em 0.6em #0D58A6;
}
div.SoSciProducts .product.pro div.button {
    background-color: #0D58A6;
	color: white;
}
div.SoSciProducts .product.pro:hover div.button {
    background-color: #0F77CC;
}
div.SoSciProducts .product.licence:hover {
    box-shadow: 0em 0em 0.6em #FF9900;
}
div.SoSciProducts .product.licence div.button {
    background-color: #FF9900;
}
div.SoSciProducts .product.licence:hover div.button {
    background-color: #FFCC00;
}
div.SoSciProducts .product.test:hover {
    box-shadow: 0em 0em 0.6em #FFC500;
}
div.SoSciProducts .product.test div.button {
    background-color: #FFC500;
    color: black;
}
div.SoSciProducts .product.test:hover div.button {
    background-color: #FFD600;
}
div.SoSciProducts .product.free:hover {
    box-shadow: 0em 0em 0.6em rgba(0, 180, 0, 1);
}
div.SoSciProducts .product.free div.button {
    background-color: rgba(0, 180, 0, 1);
	color: white;
}
div.SoSciProducts .product.free:hover div.button {
    background-color: rgba(0, 220, 0, 1);
}

div.SoSciProducts a {
    color: black;
    text-decoration: none;
}


table.comparison {
    border-collapse: collapse;
}
table.comparison th {
    text-align: center;
    padding: 0.5em 1em;
}
table.comparison td {
    text-align: center;
    padding: 0.5em 1em;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
table.comparison tr td:first-child {
    text-align: left;
}