/*

Theme Name: Die Loge
Theme URI: https://a.de
Author: Jens-Peter Rosowski
Description:
Version: 1.0
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: dieloge

*/

@font-face {
	font-family: 'Dosis';
	src: url('fonts/Dosis-ExtraLight.woff2') format('woff2'),
		url('fonts/Dosis-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-LightItalic.woff2') format('woff2'),
        url('fonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-MediumItalic.woff2') format('woff2'),
        url('fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-BlackItalic.woff2') format('woff2'),
        url('fonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Thin.woff2') format('woff2'),
        url('fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Black.woff2') format('woff2'),
        url('fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-ThinItalic.woff2') format('woff2'),
        url('fonts/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Italic.woff2') format('woff2'),
        url('fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-BoldItalic.woff2') format('woff2'),
        url('fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

html, body {
	font-family: 'Roboto';
	font-weight: 300;
    line-height: 1.4em;
    letter-spacing: .04em;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	line-height: 1.1em;
}
h1 {
	font-size: 1.8em;
    font-weight: 500;
}
h2 {
	font-size: 1.2em;
    font-weight: 500;
}
.greyscale img {
	filter: grayscale(1);
}
#content p a,
#content li a {
	position: relative;
    color: initial;
    text-decoration: none;
    /* box-shadow: 0px 3px 0px #ffd9d9; */
    word-break: break-word;
}
#content p a:after,
#content li a:after {
    content: '';
    position: absolute;
    /* box-shadow: 0px 2px 0px #5c5a5a; */
    border-bottom: 2px dotted #c7c7c7;
    top: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    transform: rotate( 
0deg
 );
}


.drei-weise-svg img[src*="svg"] {
	width: 600px;
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
		flex-direction: row;
	}
	.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
		height: auto;
		align-items: stretch;
	}
	.wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
		height: auto;
		display: flex;
	}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
		left: 0;
	}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}
.img-overlay img {
	width: 100%;
}
figure.img-overlay {
	position: relative;
}
figure.img-overlay figcaption {
	position: absolute;
	padding: 30px 0 20px 30px;
    bottom: 0;
    color: #fff;
    font-size: 50px;
    line-height: 1.7em;
    margin: 0;
}
#header #top-navigation ul,
#footer #footer-navigation ul {
    list-style: none;
    padding: 0;
}
#header #top-navigation ul a,
#footer #footer-navigation ul a {
	color: initial;
	text-decoration: none;
}
#header #top-navigation ul > li,
#footer #footer-navigation ul > li {
    display: inline-block;
	position: relative;
}
#header #top-navigation ul > li > a {
	padding: 30px 20px 24px;
	display: inline-block;
}
#header #top-navigation ul > li > ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 9;
    background-color: #000000a8;
	top: 65px;
	width: 200px;
}
#header #top-navigation ul > li > ul.sub-menu li {
	display: block;
	margin: 8px 0;
}
#header #top-navigation ul > li > ul.sub-menu li a {
	color: #fff;
	padding: 7px 20px;
}
#header #top-navigation ul > li:hover > ul.sub-menu {
	display: block;
}

/* Subnav */
@media(min-width:992px) {
	#header #top-navigation .sub-menu .sub-menu {
		position: absolute;
		right: 0px;
		top: -8px;
		transform: translateX(100%);
		background-color: #000000c7;
	}
}



.social-head-icons {
	text-align: right;
	padding-top: 42px;
}
.social-head-icons a {
	opacity: 0.2;
	text-decoration: none;
}
.social-head-icons a:hover {
	opacity: .7;
}
.social-head-icons img {
	max-width: 24px;
}
.kuenstler-portrait figcaption {
    background-color: #000;
    color: #fff;
    padding: 10px;
	text-align: center;
	font-size: 14px;
}
.kuenstler-portrait strong {
    font-weight: normal;
    font-size: 16px;
}
@media(min-width: 992px) {
	#header {
		margin-bottom: 10px;
	}
	#footer {
		margin-top: 20px;
	}
	.start-projekte-link a {
		opacity: 1;
	}
	.start-projekte-link a:hover {
		opacity: 0.5;
	}
}
@media(max-width:992px) {
	#header .top-nav-wrapper {
		position: initial;
		text-align: right;
	}
	#top-navigation {
		display: none;
		position: absolute;
		z-index: 999;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #ffffffeb;
	}
	#top-navigation.open {
		display: block;
		position: fixed;
		padding: 46px 0 0 0;
	}
	#nav-icon {
		display: inline-block;
		position: relative;
		z-index: 9999;
		margin-top: 36px;
		width: 45px;
		height: 22px;
		/* top: 30px; */
		/* right: 30px;*/
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}
	#nav-icon span {
        display: block;
        position: absolute;
        height: 6px;
        width: 100%;
        background: #333;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav-icon span:nth-child(1) {
        top: 0px;
    }
    #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
        top: 14px;
    }
    #nav-icon span:nth-child(4) {
        top: 28px;
    }
    #nav-icon.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    #nav-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #nav-icon.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
	#header #top-navigation ul > li {
    	display: block;
		text-align: center;
		font-weight: bold;
	}
	#header #top-navigation ul > li > a {
		padding: 10px 20px 10px;
		display: block;border-bottom: 1px solid #c7c7c7;
	}
	/*#header #top-navigation > div > ul > li > ul.sub-menu {
		border-bottom: 2px solid #c7c7c7;
	}*/
	#header #top-navigation ul > li > ul.sub-menu {
		background-color: transparent;
		max-height: 0px;
		position: initial;
		display: block;
		width: auto;
    	overflow: hidden;
		transition: max-height 1s cubic-bezier(0, 1, 0, 1);
	}
	/*#header #top-navigation ul > li:hover > ul.sub-menu {
		display: block;
		position: initial;
		width: auto;
		max-height: 0px;
    	overflow: hidden;
	}*/
	#header #top-navigation ul > li > ul.sub-menu.open {
		max-height: 300px;
		transition: max-height 0.7s ease-in-out;
	}
	#header #top-navigation ul > li > ul.sub-menu li a {
		font-weight: 400;
    	color: initial;
	}
	#header #top-navigation ul > li.menu-item-has-children a:after {
		content: '>';
		position: absolute;
		transform: rotate(90deg);
		font-weight: normal;
		margin-left: 5px;
	}
	#header #top-navigation ul li ul > li:not(.menu-item-has-children) a:after {
		content: ''!important;
	}
	figure.img-overlay figcaption {
		font-size: 24px;
		line-height: 1.7em;
	}
}


#logo-wrapper {
	max-width: 80px;
    padding: 20px 0;
}

#footer {
	background-color: #e7e7e7;
}
#footer #footer-navigation ul > li > a {
	padding: 10px 20px 10px 0;
}