/*
 Coworker Styling
 */

body.page-id-1636{
    background: #f4f6fd !important;
}
body.page-id-1636 .seofy_mountain_footer svg{
    background: #f4f6fd !important;
}
body.page-id-2204{
    background: #f4f6fd !important;
}
body.page-id-2204 .seofy_mountain_footer svg{
    background: #f4f6fd !important;
}
body.page-id-2206{
    background: #f4f6fd !important;
}
body.page-id-2206 .seofy_mountain_footer svg{
    background: #f4f6fd !important;
}

/* english */
body.page-id-2932 {
    background: #f4f6fd !important;
}
body.page-id-2932 .seofy_mountain_footer svg{
    background: #f4f6fd !important;
}
body.page-id-2934 {
    background: #f4f6fd !important;
}
body.page-id-2934 .seofy_mountain_footer svg{
    background: #f4f6fd !important;
}

#page-particles-js{
    height: 95% !important;
    /* opacity: 0.2; */
    /* z-index: 1 !important; */
}
/* #page-particles-js canvas{
    position: relative;
    z-index: 1 !important;
} */
body.page-id-1636 #primary > .container{
    max-width:1200px;
    margin: 0 auto;
}
.filter-display{
    text-align:center;
}

.work_item.left {
    width: 27%;
    float: left;
    /* margin-top: 130px; */
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 3%;
    min-height:520px;
}
.grid-sizer{
    width: 27%;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 3%;
}
#coworker-display.allinone .work_item.left {
    width: 20%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 3%;
    float: left;
    /* margin-top: 130px; */
    min-height:520px;
}
#coworker-display.allinone .grid-sizer{
    width: 20%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 3%;
}

.work_item.left.count1 {
    margin-top: 0;
}

.work_item.right {
    width: 44%;
    float: right;
    position: relative;
    margin-top: 130px;
}
.work_item.right.count2{
    margin-top: 300px;
}
.work_item h3 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 20px;
    vertical-align: middle;
}

/* span.counter {
    font-size: 15px;
    margin: 8px;
    position: relative;
    bottom: 5px;
    margin-bottom: 30px;
    float: left;
} */
.work_item .left-content{
    width: 100%;
    display: inline-block;
    z-index: 5;
    position: relative;
}

.work_item .right-content {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-top: 0px;
    line-height: 30px;
    text-align: right;
    padding-right: 0px;
}
.work_item .right-content a{
    z-index: 30000 !important;
    position: relative;
}
.work_item .link {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    
}
.work_item .right-content a:hover{
    text-decoration: none;
}
.work_item p.short-desc{
    margin-top: 18px;
}
/* .work_item .link:after{
    background-color: #000;
    content: "";
    height: 2px;
    right: -70px;
    position: absolute;
    top: 5px;
    width: 60px;
    z-index: 5;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */

/* .work_item.regular .right-content a:hover .link:after {
    right: -3px;
    width: 70px;
} */

/* .work_item.instagram .right-content a:hover .link:after {
    right: -5px;
    width: 60px;
} */



.work-content-wrapper {
    position: relative;
    z-index: 10;
}
.work-content-wrapper:after {
    content: attr(data-counter);
    position: absolute;
    left: -50px;
    top: -50px;
    font-size: 200px;
    font-weight: bold;
    z-index: 1;
    line-height: 100px;
    color: white;
}

.work-image-wrapper{
    position: relative;
    overflow: hidden;
}
.work-image-wrapper:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 100%;
    background: #eee;
    z-index: 1;
    transition: height 0.5s ease-in-out;
}
.work-image-wrapper img{
    transform: scale(1.1, 1.1);
    
}
.work_item.is_active img{
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 1.0s ease-out;
}
.work_item.is_active .work-image-wrapper:before{
    height: 0;
}

.work_item.is_active.regular .work-image-wrapper:hover img {
    transform: scale(1.05);
}


.cs-options ul li:before{
    display:none;
}
.cs-options li {
    padding: 0px 10px;
}
.cs-options li span{
    padding: 0.5em 1em !important;
}


/* OLD Coworkers */

.work_item.old {
    width: 20%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    min-height: 400px;
}
.work_item.old .work-content-wrapper:after {
   content: '';
}
.work_item.old h3 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
}

/* Select Styling */
/* Default custom select styles */
div.cs-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	background: #fff;
	z-index: 100;
	width: 100%;
	max-width: 500px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
    margin-right: 20px;
}

div.cs-select:focus {
	outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select select {
	display: none;
}

.cs-select span {
	display: block;
	position: relative;
	cursor: pointer;
	padding: 0.4em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Placeholder and selected option */
.cs-select > span {
	padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
	speak: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
	content: '\25BE';
	right: 1em;
}

.cs-select .cs-selected span::after {
	content: '\2713';
	margin-left: 1em;
}

.cs-select.cs-active > span::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
	z-index: 200;
}

/* Options */
.cs-select .cs-options {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	visibility: hidden;
}

.cs-select.cs-active .cs-options {
	visibility: visible;
}

.cs-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cs-select ul span {
	padding: 1em;
}

.cs-select ul li.cs-focus span {
	background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
	padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
	cursor: default;
}

/* Flags */
.landselection .flagicon{
    margin-bottom: 15px;
}
.landselection .flagicon span{
    background-repeat: no-repeat !important;
    background-position: 1.5em 50% !important;
    background-size: 2em auto !important;
    padding: 0em 1em 0em 5em !important;
}
.landselection .icon-oesterreich span,
.landselection .icon-oesterreich span:hover{
    background-image: url('https://www.raum13.at/wp-content/uploads/flags/austria.svg') !important;
}
.landselection .icon-italien span,
.landselection .icon-italien span:hover{
    background-image: url('https://www.raum13.at/wp-content/uploads/flags/italy.svg') !important;
}
.landselection .icon-schweiz span,
.landselection .icon-schweiz span:hover{
    background-image: url('https://www.raum13.at/wp-content/uploads/flags/switzerland.svg') !important;
}
.landselection .icon-serbien span,
.landselection .icon-serbien span:hover{
    background-image: url('https://www.raum13.at/wp-content/uploads/flags/serbia.svg') !important;
}
.landselection .icon-ungarn span,
.landselection .icon-ungarn span:hover{
    background-image: url('https://www.raum13.at/wp-content/uploads/flags/hungary.svg') !important;
}
.landselection .icon-polen span,
.landselection .icon-polen span:hover{
    background-image: url('https://www.raum13.at/wp-content/uploads/flags/poland.svg') !important;
}
.landselection .icon-thailand span,
.landselection .icon-thailand span:hover{
    background-image: url('https://www.raum13.at/wp-content/uploads/flags/thailand.svg') !important;
}
.landselection .icon-niederlande span,
.landselection .icon-niederlande span:hover{
    background-image: url('https://www.raum13.at/wp-content/uploads/flags/netherlands.svg') !important;
}
.landselection .icon-spanien span,
.landselection .icon-spanien span:hover{
    background-image: url('https://www.raum13.at/wp-content/uploads/flags/spain.svg') !important;
}
.landselection .icon-tschechien span,
.landselection .icon-tschechien span:hover{
    background-image: url('https://www.raum13.at/wp-content/uploads/flags/czech-republic.svg') !important;
}
.landselection .icon-daenemark span,
.landselection .icon-daenemark span:hover{
    background-image: url('https://www.raum13.at/wp-content/uploads/flags/denmark.svg') !important;
}
.landselection .icon-usa span,
.landselection .icon-usa span:hover{
    background-image: url('https://www.raum13.at/wp-content/uploads/flags/united-states.svg') !important;
}
.landselection .icon-frankreich span,
.landselection .icon-frankreich span:hover{
    background-image: url('https://www.raum13.at/wp-content/uploads/flags/france.svg') !important;
}
.landselection .icon-deutschland span,
.landselection .icon-deutschland span:hover{
    background-image: url('https://www.raum13.at/wp-content/uploads/flags/germany.svg') !important;
}
.landselection .icon-mongolei span,
.landselection .icon-mongolei span:hover{
    background-image: url('https://www.raum13.at/wp-content/uploads/flags/mongolia.svg') !important;
}
.landselection .icon-lettland span,
.landselection .icon-lettland span:hover{
    background-image: url('https://www.raum13.at/wp-content/uploads/flags/latvia.svg') !important;
}
.landselection .icon-el-salvador span,
.landselection .icon-el-salvador span:hover{
    background-image: url('https://www.raum13.at/wp-content/uploads/flags/el-salvador.svg') !important;
}
.landselection .icon-england span,
.landselection .icon-england span:hover{
    background-image: url('https://www.raum13.at/wp-content/uploads/flags/united-kingdom.svg') !important;
}






@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot?-rdnm34');
	src:url('../fonts/icomoon/icomoon.eot?#iefix-rdnm34') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff?-rdnm34') format('woff'),
		url('../fonts/icomoon/icomoon.ttf?-rdnm34') format('truetype'),
		url('../fonts/icomoon/icomoon.svg?-rdnm34#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

div.cs-skin-border {
	background: transparent;
	font-size: 1.5em;
	font-weight: 700;
	max-width: 300px;
}

@media screen and (max-width: 30em) {
	div.cs-skin-border { font-size: 1em; }
}
.div.cs-select{
    margin-right: 20px;
}

.cs-skin-border > span {
    border: 3px solid white;
    border-color: white;
    -webkit-transition: background 0.2s, border-color 0.2s;
    transition: background 0.2s, border-color 0.2s;
    border-radius: 5px;
    background: white;
    color: #30e5b4;
}   

.cs-skin-border > span::after,
.cs-skin-border .cs-selected span::after {
	font-family: 'icomoon';
	content: '\e000';
}

.cs-skin-border ul span::after {
	content: '';
	opacity: 0;
}

.cs-skin-border .cs-selected span::after {
	content: '\e00e';
	color: #ddd9c9;
	font-size: 1.5em;
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.cs-skin-border.cs-active > span {
	background: #fff;
	border-color: #fff;
	color: #30e5b4;
}

.cs-skin-border .cs-options {
	color: #30e5b4;
	font-size: 0.75em;
	opacity: 0;
	-webkit-transition: opacity 0.2s, visibility 0s 0.2s;
	transition: opacity 0.2s, visibility 0s 0.2s;
}

.cs-skin-border.cs-active .cs-options {
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.cs-options li{
    line-height: 20px;
}

.cs-skin-border ul span {
	padding: 8px 1em 8px 1em !important;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 16px;
    display: block;
    word-break: break-word;
    white-space: pre-wrap;
}

.cs-skin-border .cs-options li span:hover,
.cs-skin-border li.cs-focus span {
	background: white;
    color: #13c4ca;
}
.cs-placeholder{
    font-size: 20px;
}



/* MEDIA QUERIES */

@media all and (max-width: 1200px){

}

@media all and (max-width: 992px){

    .work-content-wrapper:after {
        content: attr(data-counter);
        position: absolute;
        left: -30px;
        top: -50px;
        font-size: 140px;
        font-weight: bold;
        z-index: 1;
        line-height: 80px;
        color: white;
    }
    #coworker-display .work_item.left {
        min-height: 400px;
    }
    #coworker-display .work_item h3 {
        font-size: 19px;
        line-height: 19px;
        margin-top: 20px;
    }
    #coworker-display .work_item p.short-desc {
        margin-top: 14px;
        font-size: 14px;
        line-height: 170%;
    }
    div.cs-skin-border {
        max-width: 228px;
    }
}

@media all and (max-width: 767px){

    .work-content-wrapper:after {
        content: attr(data-counter);
        position: absolute;
        left: -30px;
        top: -50px;
        font-size: 140px;
        font-weight: bold;
        z-index: 1;
        line-height: 80px;
        color: white;
    }
    #coworker-display .work_item.left {
        width: 44%;
        min-height: 400px;
    }

    
    #coworker-display .work_item h3 {
        font-size: 19px;
        line-height: 19px;
        margin-top: 20px;
    }
    #coworker-display .work_item p.short-desc {
        margin-top: 14px;
        font-size: 14px;
        line-height: 170%;
    }
    div.cs-skin-border {
        max-width: 100%;
        margin-bottom: 10px;
    }
    #coworker-display_old .work_item.old {
        width: 44%;
        margin-left: 3%;
        margin-right: 3%;
        min-height: auto;
    }
}

@media all and (max-width: 500px){
    #coworker-display .work_item.left {
        width: 80%;
        min-height: 400px;
        margin-left: 10%;
    }
}

