@CHARSET "UTF-8";
/*
 * Styles the main-part of the site:
 * content, etc.
 */
#content {
    padding: 2em 18px;
}


#loading {
    width: 100%;
    margin: 0 auto 0 auto;
}

#spinner {
    width: 50px;
    float: none;
    margin: 0 auto 0 auto;
}


#themesSelection .themeIcons .productIcon {
    margin: auto;
}

#themesSelection .themeIcons .themeButton:hover {
    background: #F2F2F2;
    transition: background .05s;
}

#themesSelection {
    margin: 2em 0em;
}

.themeIcons {
	display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
}

.themeIcons .themeButton{
    cursor: pointer;
    width: 95px;
    transition: background .3s ease-out;
    padding: 10px;
}

.themeIcons > * > * {
    width: 100%;
    text-align: center;
}

.themeIcons > * > p {
    margin-top: 5px;
    color: #505050;
}

.themeIcons > * > p > span {
    font-size: 10px;
    line-height: 10px;
}

.themeIcons > * > div {
    height: 33px;
}


.mat-card {
	/* overflow: hidden; */
}

.mat-card.no-box {
	margin-top: 25px;
	padding: 0 75px;
	min-height: 46px;
    background: transparent;
    border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}

#content .ui-tabs {
    padding: 0;
}

#content .ui-tabs .ui-tabs-panel {
    padding: 1em 0 0;
}

.info-container {
    display: none;
    margin-bottom: 1em;
}

.info-container .info-content {
    background: #EAF3FF;
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    padding: 1em;
}

.info-container .info-content p {
    margin: 0 1em;
    color: #4C71A4;
}

.info-container .info-content .close {
    cursor: pointer;
}

#startpage-info-container {
    margin-top: 1em;
}

.sticky-pin,
.sticky-zoom {
    opacity: .5;
}

.sticky-pin.active,
.sticky-zoom.active {
    opacity: 1;
}