html {
}
body {
	margin: 0 auto;
	overflow-y:scroll;
	font-family:Courier, "Courier New", monospace;
	background-color:rgba(255,255,255,1):
}

/* --- FORMATE --- */

div.site-title {
	text-align:center;
	/*background:url(../images/atelier-berlin-production_logo.png) no-repeat left 70px;
	background-size:auto 32px;*/
	padding:60px 0 30px;
	font-size:22px;
	text-transform:uppercase;
	position:relative;
}
/*
div.site-title:after {
	background:url(../images/atelier-berlin-production_logo.png) no-repeat right 65px;
	background-size:auto 32px;
	content: "";
	opacity: 0.2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
}
*/
div.atelier-logo img {
	position:absolute;
	right:-6px;
	top:56px;
	height:32px;
	opacity:.2;
}
div.atelier-logo.testelab img {
	right: auto;
	left:-6px;
}
div.atelier-logo img:hover {
	opacity:1;
}
h1.entry-title {
	text-align:center;
	margin-bottom:16px;
	font-size:22px;
	text-transform:uppercase;
	color: rgba(191,191,191,1);
}
.single h1.entry-title {
	color: rgba(0,0,0,1);
}
h1.entry-title span {
	color: rgba(64,64,64,.6);
	color: rgba(0,0,0,1);
}
.single h1.entry-title span {
	color: rgba(64,64,64,.6);
}
.entry-content h2 {
	text-align:center;
	margin:16px 0;
	font-size:22px;
	text-transform:uppercase;
}
.entry-content ul,
.entry-content ol {
	overflow:hidden;
}
.entry-content ul li {
	text-indent:-0.79em;
	margin-left:5%;
}
.entry-content ul li:before {
	content:"\00bb\00a0";
}
ul.linie {
	list-style-type:none;
	list-style-image: url(../images/li_line.gif);
	padding-left:25px;
}
ul.bullet {
	list-style-type:none;
	list-style-image: url(../images/li_bullet.gif);
	padding-left:25px;
}
.entry-content ol li {
	list-style:decimal;
	margin-left:5%;
}
.entry-content p,
.entry-content .wp-video,
.entry-content ul,
.entry-content ol {
	margin-bottom:16px;
}
.postthumb {
	padding-bottom:48px;
}
.postthumb img,
.wp-caption img {
	margin-bottom:16px;
}
.postthumb p,
.wp-caption p {
	text-align:center;
	margin-bottom:16px;
}
strong {
}
hr {
	clear:both;
	border: 0;
	height: 1px;
	background: #000;
}
sup {
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
	position: relative;
	top: -0.5em;
}
input.search-field {
	width: 100%;
	padding: 1%;
	border: 1px solid rgba(191,191,191,1);
	transition:all .3s ease-out;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
}
input.search-field:hover,
input.search-field:focus {
	border: 1px solid rgba(0,0,0,1);
}
.vcenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* --- show/hide next --- */
.hidenext {
	cursor:pointer;
}
.hidenext:before {
}
.hidenext:hover, .hidenext:active {
}
.hidenext.aktiv {
}
.hidenext.aktiv:before {
}
.hidenext + .shownext {
	display:none;
}

/* --- LINKS --- */

a {
	color: rgba(64,64,64,.6);
	color: rgba(191,191,191,1);
	text-decoration: none;
	transition:all .3s ease-out;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
}
a:hover, a:active {
	color: rgba(0,0,0,1);
}
a[target="_blank"].noext:before {
	display: none;
}
.noext > a[target="_blank"]:before {
	display: none;
}
.menu li a {
	color: rgba(191,191,191,1);
}
.menu li a:hover {
	color: rgba(0,0,0,1);
}
.menu li.current-menu-item > a,
.menu li.current_page_item > a,
.menu li.current-post-ancestor > a,
.menu li.current-page-ancestor > a,
.menu li.current-category-ancestor > a,
.menu li.current-menu-parent > a,
.menu li.current-post-parent > a,
.cv .site-title a {
	color: rgba(0,0,0,1);
}
.headroom *[id]:not(div):before {
	content: '';
	display: block;
	height: 100px;
	margin-top: -100px;
	visibility: hidden; 
}

/* --- LAYOUT --- */

#seite {
}
#headwrap, #contwrap, #footwrap {
	width:100%;
}
#headwrap,
#footwrap {
}
#header, #content, #footer {
	width: 980px;
	min-height: 100px;
	margin: 0 auto;
	position:relative;
}
.slide-img.owl-lazy {
	min-height:600px;
}
#content {
	min-height: 300px;
	margin-top:60px;
	margin-bottom:60px;
}
.has-sidebar {
	display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    justify-content: flex-start; /* flex-start, flex-end, center, space-between, space-around */
	-webkit-justify-content: flex-start;
    -ms-flex-pack: start; /* start, end, center, justify, distribute */
}
.has-sidebar .sidewrap,
.has-sidebar .wrap {
	flex: 0 1 auto; /* flex: 1 1 auto; */
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
}
.has-sidebar .sidewrap {
	width:25%;
}
.has-sidebar .wrap {
	width:75%;
}

/* masonry */
.mason.mcol-2 .post,
.mason.mcol-2 .product {
	width:50%;
}
.mason.mcol-3 .post,
.mason.mcol-3 .product {
	width:33.33333333%;
}
.mason.mcol-4 .post,
.mason.mcol-4 .product {
	width:25%;
}
.mason.mcol-5 .post,
.mason.mcol-5 .product {
	width:20%;
}
.mason.mcol-6 .post,
.mason.mcol-6 .product {
	width:16.66666667%;
}
.mason.mcol-7 .post,
.mason.mcol-7 .product {
	width:14.2857142857%;
}
.mason.mcol-8 .post,
.mason.mcol-8 .product {
	width:12.5%;
}

/* --- HEADER --- */

#header {
}
.headroom #headwrap {
	position:fixed;
	z-index:2;
    will-change: transform;
    transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
}
.headroom  #headwrap + #contwrap {
	padding-top:100px;
}
.headroom--pinned #headwrap {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
}
.headroom--unpinned #headwrap {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
}
.logo {
	margin-bottom:34px;
}
.btmenu {
	display:none;
}

/* --- NAVIGATION --- */

.mainav,
.footnav {
	text-transform:uppercase;
}
.mainav.head > ul,
.footnav > ul {
	display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    justify-content: space-between; /* flex-start, flex-end, center, space-between, space-around */
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify; /* start, end, center, justify, distribute */
}
.footnav > ul {
    justify-content: center; /* flex-start, flex-end, center, space-between, space-around */
	-webkit-justify-content: center;
    -ms-flex-pack: center; /* start, end, center, justify, distribute */
}
.mainav.head > ul > li,
.footnav > ul > li {
	flex: 0 1 auto; /* flex: 1 1 auto; */
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
}
.mainav.head > ul > li > a {
	display: flex;
	display: -webkit-flex;
	align-items: flex-start; /* flex-start, flex-end, center, stretch, baseline */
	-webkit-align-items:flex-start;
	-ms-align-items:start; /* start, end, center, stretch, baseline */
	-ms-flex-align: start; /* start, end, center, stretch, baseline */
	justify-content: center;
}
.mainav.head > ul > li:first-of-type > a {
	justify-content: flex-start;
}
.mainav.head > ul > li:last-of-type > a {
	justify-content: flex-end;
}
.mainav li.menu-item-has-children {
	position:relative;
}
ul.sub-menu {
	display:none;
	position:absolute;
}
.mainav.head > ul > li {
	font-size:22px;
	width:20%;
}
.footnav {
	margin-top:15px;
}
.footnav > ul > li {
	padding:0 5px;
	font-size:13px;
}

/* --- CONTENT --- */

#content {
}
.loadnext {
	display:none;
}
.postwrapper .post:after,
.postwrapper .page:after {
	display:block;
	content:"";
	clear:both;
}

/* iframe */
.post iframe,
.page iframe {
	max-width: 100%;
}

/* iframe video/youtube... */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-bottom: 75%;  4:3 */
	/*padding-bottom: 54.05%;  1.85:1 cinemascope */
	/*padding-top: 25px;*/
	height: 0;
}
.videoWrapper iframe,
.videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Images */
.post img,
.page img,
.product img,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 15px;
}

/* Galerien */
.gallery {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch; /* flex-start, flex-end, center, stretch, baseline */
	-webkit-align-items:stretch;
	-ms-align-items:stretch; /* start, end, center, stretch, baseline */
	-ms-flex-align: stretch; /* start, end, center, stretch, baseline */
	justify-content: flex-start; /* flex-start, flex-end, center, space-between, space-around */
	-webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start; /* start, end, center, justify, distribute */
}
.gallery .gallery-item {
	flex: 0 1 auto; /* flex: 1 1 auto; */
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
}
.gallery .gallery-item .toscaption {
	display:none;
}
.gallery-columns-1 .gallery-item {
    margin: 0 auto;
}
.gallery-columns-2 .gallery-item {
    width: calc(100% / 2);
}
.gallery-columns-3 .gallery-item {
    width: calc(100% / 3);
}
.gallery-columns-4 .gallery-item {
    width: calc(100% / 4);
}
.gallery-columns-5 .gallery-item {
    width: calc(100% / 5);
}
.gallery-columns-6 .gallery-item {
    width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item {
    width: calc(100% / 7);
}
.gallery-columns-8 .gallery-item {
    width: calc(100% / 8);
}
.gallery-columns-9 .gallery-item {
    width: calc(100% / 9);
}
.gallery-item img {
    margin: 0 auto;
}
.gallery-caption {
	text-align:center;
	font-size:80%;
}

/* --- FOOTER --- */

#footer {
	border-top:1px solid rgba(0,0,0,.1);
}
#footer-widget-area {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	-webkit-align-items:stretch;
	-ms-align-items:stretch;
	-ms-flex-align: stretch;
}
#footer .fcol-1 .widget-area {
}
#footer .fcol-2 .widget-area {
	width:50%;
}
#footer .fcol-3 .widget-area {
	width:33.33333333%;
}
#footer .fcol-4 .widget-area {
	width:25%;
}

/* scrolltop */
.scrolltop {
    width: 0;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: -10%;
    right: 3.5%;
	cursor:pointer;
	transition:all 0.3s ease;
	-webkit-transition:all .3s ease;
	overflow:hidden;
}
.scrolltop span,
.scrolltop i {
	display:inline-block;
	text-align:center;
    width: 40px;
    height: 40px;
    line-height: 40px;
	color:rgba(0,0,0,.6);
	border-top:1px dotted rgba(0,0,0,.6);
	background:rgba(255,255,255,.6);
	transition:all .3s ease-out;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
}
.scrolltop .scrtop:before {
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
	content:'\203A';
	font-size:28px;
	transform:rotate(-90deg) translateY(-2px);
	-webkit-transform:rotate(-90deg) translateY(-2px);
	-moz-transform:rotate(-90deg) translateY(-2px);
}
.scrolltop span:hover,
.scrolltop i:hover {
	color:rgba(0,0,0,1);
	border-top:1px solid rgba(0,0,0,1);
	background:rgba(255,255,255,1);
}
.scrolltop.aktiv {
    width: 40px;
}
.scrolltop.aktiv.bot {
    position: absolute;
	bottom:auto;
	margin-top:-40px;
}

/* --- SONSTIGES --- */

.klar {
	clear:both;
	height:0;
	overflow:hidden;
}
.px20 {
	height:20px;
}